diff options
author | Raúl Porcel <armin76@gentoo.org> | 2009-01-14 10:13:42 +0000 |
---|---|---|
committer | Raúl Porcel <armin76@gentoo.org> | 2009-01-14 10:13:42 +0000 |
commit | e9169febdedab38766114d5dd1bb274b8f354bc5 (patch) | |
tree | 2252ac46f9cbe2288de9f7417fb6b2e0253a8fa1 /app-emacs/quilt-el | |
parent | Initial commit. From the perl overlay (diff) | |
download | gentoo-2-e9169febdedab38766114d5dd1bb274b8f354bc5.tar.gz gentoo-2-e9169febdedab38766114d5dd1bb274b8f354bc5.tar.bz2 gentoo-2-e9169febdedab38766114d5dd1bb274b8f354bc5.zip |
x86 stable wrt #254621
(Portage version: 2.1.6.4/cvs/Linux 2.6.26-gentoo-r2 ia64)
Diffstat (limited to 'app-emacs/quilt-el')
-rw-r--r-- | app-emacs/quilt-el/ChangeLog | 5 | ||||
-rw-r--r-- | app-emacs/quilt-el/quilt-el-0.45.4.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/app-emacs/quilt-el/ChangeLog b/app-emacs/quilt-el/ChangeLog index 013307ad77b5..24c545f2d8db 100644 --- a/app-emacs/quilt-el/ChangeLog +++ b/app-emacs/quilt-el/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-emacs/quilt-el # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-emacs/quilt-el/ChangeLog,v 1.5 2009/01/12 14:11:57 fmccor Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emacs/quilt-el/ChangeLog,v 1.6 2009/01/14 10:13:42 armin76 Exp $ + + 14 Jan 2009; Raúl Porcel <armin76@gentoo.org> quilt-el-0.45.4.ebuild: + x86 stable wrt #254621 12 Jan 2009; Ferris McCormick <fmccor@gentoo.org> quilt-el-0.45.4.ebuild: Sparc stable, part of Bug #254621. diff --git a/app-emacs/quilt-el/quilt-el-0.45.4.ebuild b/app-emacs/quilt-el/quilt-el-0.45.4.ebuild index 1155b0d49b0c..9a30f46f5588 100644 --- a/app-emacs/quilt-el/quilt-el-0.45.4.ebuild +++ b/app-emacs/quilt-el/quilt-el-0.45.4.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-emacs/quilt-el/quilt-el-0.45.4.ebuild,v 1.5 2009/01/12 14:11:57 fmccor Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emacs/quilt-el/quilt-el-0.45.4.ebuild,v 1.6 2009/01/14 10:13:42 armin76 Exp $ inherit elisp eutils @@ -10,7 +10,7 @@ SRC_URI="http://stakeuchi.sakura.ne.jp/dev/quilt-el/download/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~amd64 ~ppc ~ppc64 sparc ~x86" +KEYWORDS="~amd64 ~ppc ~ppc64 sparc x86" IUSE="" RDEPEND="dev-util/quilt" |