diff options
author | Gysbert Wassenaar <nixnut@gentoo.org> | 2009-09-27 16:14:15 +0000 |
---|---|---|
committer | Gysbert Wassenaar <nixnut@gentoo.org> | 2009-09-27 16:14:15 +0000 |
commit | d35c35ca683c0d0ccd5f30e6a4d4875740de0755 (patch) | |
tree | 218a1888e5d6aa18cd8087e856fb8fd499facc7d /app-emacs/quilt-el | |
parent | ppc stable #283648 (diff) | |
download | gentoo-2-d35c35ca683c0d0ccd5f30e6a4d4875740de0755.tar.gz gentoo-2-d35c35ca683c0d0ccd5f30e6a4d4875740de0755.tar.bz2 gentoo-2-d35c35ca683c0d0ccd5f30e6a4d4875740de0755.zip |
ppc stable #283659
(Portage version: 2.1.6.13/cvs/Linux ppc)
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.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 744806f5e7ab..516b715e6ffa 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.13 2009/09/11 20:40:14 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emacs/quilt-el/ChangeLog,v 1.14 2009/09/27 16:14:15 nixnut Exp $ + + 27 Sep 2009; nixnut <nixnut@gentoo.org> quilt-el-0.46.2.ebuild: + ppc stable #283659 11 Sep 2009; Markus Meier <maekke@gentoo.org> quilt-el-0.46.2.ebuild: amd64/x86 stable, bug #283659 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 b5988cabf2eb..d0b4ae6fdbfb 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.4 2009/09/11 20:40:14 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emacs/quilt-el/quilt-el-0.46.2.ebuild,v 1.5 2009/09/27 16:14:15 nixnut 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" |