diff options
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 24c545f2d8db..00345ecec374 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.6 2009/01/14 10:13:42 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emacs/quilt-el/ChangeLog,v 1.7 2009/01/14 20:56:06 ranger Exp $ + + 14 Jan 2009; Brent Baude <ranger@gentoo.org> quilt-el-0.45.4.ebuild: + stable ppc64, bug 254621 14 Jan 2009; Raúl Porcel <armin76@gentoo.org> quilt-el-0.45.4.ebuild: x86 stable wrt #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 9a30f46f5588..663a871cb7d8 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.6 2009/01/14 10:13:42 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emacs/quilt-el/quilt-el-0.45.4.ebuild,v 1.7 2009/01/14 20:56:06 ranger 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" |