diff options
-rw-r--r-- | app-emacs/quilt-el/ChangeLog | 5 | ||||
-rw-r--r-- | app-emacs/quilt-el/quilt-el-0.46.2.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/app-emacs/quilt-el/ChangeLog b/app-emacs/quilt-el/ChangeLog index 33dd1a672c77..adc363bd2888 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.11 2009/08/01 14:57:43 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emacs/quilt-el/ChangeLog,v 1.12 2009/09/06 16:37:12 ranger Exp $ + + 06 Sep 2009; Brent Baude <ranger@gentoo.org> quilt-el-0.46.2.ebuild: + Marking quilt-el-0.46.2 ppc64 for bug 283659 01 Aug 2009; Diego E. Pettenò <flameeyes@gentoo.org> quilt-el-0.46.2.ebuild: diff --git a/app-emacs/quilt-el/quilt-el-0.46.2.ebuild b/app-emacs/quilt-el/quilt-el-0.46.2.ebuild index 3cd9ae5dfd69..dd276f4a37c1 100644 --- a/app-emacs/quilt-el/quilt-el-0.46.2.ebuild +++ b/app-emacs/quilt-el/quilt-el-0.46.2.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.46.2.ebuild,v 1.2 2009/08/01 14:57:43 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emacs/quilt-el/quilt-el-0.46.2.ebuild,v 1.3 2009/09/06 16:37:12 ranger Exp $ EAPI=2 @@ -12,7 +12,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" |