diff options
Diffstat (limited to 'app-emacs/quilt-el')
-rw-r--r-- | app-emacs/quilt-el/ChangeLog | 7 | ||||
-rw-r--r-- | app-emacs/quilt-el/quilt-el-0.45.4.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/app-emacs/quilt-el/ChangeLog b/app-emacs/quilt-el/ChangeLog index e2d714fc6f36..c491f2735318 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-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-emacs/quilt-el/ChangeLog,v 1.3 2008/11/24 20:47:18 ranger Exp $ +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-emacs/quilt-el/ChangeLog,v 1.4 2009/01/09 23:00:14 josejx Exp $ + + 09 Jan 2009; Joseph Jezak <josejx@gentoo.org> quilt-el-0.45.4.ebuild: + Marked ~ppc for bug #247666. 24 Nov 2008; Brent Baude <ranger@gentoo.org> quilt-el-0.45.4.ebuild: keyworded ~arch for ppc64, bug 247666 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 e23e9937b3de..9226aae1dd31 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-2008 Gentoo Foundation +# 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.3 2008/11/24 20:47:18 ranger Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emacs/quilt-el/quilt-el-0.45.4.ebuild,v 1.4 2009/01/09 23:00:14 josejx 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 ~ppc64 ~sparc ~x86" +KEYWORDS="~amd64 ~ppc ~ppc64 ~sparc ~x86" IUSE="" RDEPEND="dev-util/quilt" |