diff options
author | 2009-10-02 23:26:06 +0000 | |
---|---|---|
committer | 2009-10-02 23:26:06 +0000 | |
commit | ba18cf15f8c27b3b09953f74fdd521d7d337ba52 (patch) | |
tree | 643b7ac4c09fa132fab3c84404e0aa36ce63002e /app-emacs | |
parent | amd64/x86 stable, bug #286785 (diff) | |
download | gentoo-2-ba18cf15f8c27b3b09953f74fdd521d7d337ba52.tar.gz gentoo-2-ba18cf15f8c27b3b09953f74fdd521d7d337ba52.tar.bz2 gentoo-2-ba18cf15f8c27b3b09953f74fdd521d7d337ba52.zip |
stable sparc, bug 283659
(Portage version: 2.1.6.13/cvs/Linux x86_64)
Diffstat (limited to 'app-emacs')
-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 516b715e6ffa..76cb5a6ce3fe 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.14 2009/09/27 16:14:15 nixnut Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emacs/quilt-el/ChangeLog,v 1.15 2009/10/02 23:26:06 tcunha Exp $ + + 02 Oct 2009; Tiago Cunha <tcunha@gentoo.org> quilt-el-0.46.2.ebuild: + stable sparc, bug 283659 27 Sep 2009; nixnut <nixnut@gentoo.org> quilt-el-0.46.2.ebuild: ppc stable #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 d0b4ae6fdbfb..75a3f1c9e7dd 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.5 2009/09/27 16:14:15 nixnut Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emacs/quilt-el/quilt-el-0.46.2.ebuild,v 1.6 2009/10/02 23:26:06 tcunha 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" |