diff options
author | Joseph Jezak <josejx@gentoo.org> | 2009-01-09 23:00:14 +0000 |
---|---|---|
committer | Joseph Jezak <josejx@gentoo.org> | 2009-01-09 23:00:14 +0000 |
commit | 58396ae2f0058211e1467a567bc87edf3826d93d (patch) | |
tree | 2d2dcb956483960a70159b132036b276af4f4616 /app-emacs/quilt-el | |
parent | Marked ppc/ppc64 for bug #262645. (diff) | |
download | gentoo-2-58396ae2f0058211e1467a567bc87edf3826d93d.tar.gz gentoo-2-58396ae2f0058211e1467a567bc87edf3826d93d.tar.bz2 gentoo-2-58396ae2f0058211e1467a567bc87edf3826d93d.zip |
Marked ~ppc for bug #247666.
(Portage version: 2.1.6.4/cvs/Linux 2.6.23 x86_64)
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" |