diff options
author | Tom Gall <tgall@gentoo.org> | 2009-09-16 04:07:56 +0000 |
---|---|---|
committer | Tom Gall <tgall@gentoo.org> | 2009-09-16 04:07:56 +0000 |
commit | 3c52a8194ce636fb5f51a90d304b4eff5b87092d (patch) | |
tree | ce4cd634003af142c4bb8f752ec7d58d33b3be75 /app-admin/eselect-python | |
parent | Bug #283732: Perl module should be installed to vendor_perl instead of site_p... (diff) | |
download | gentoo-2-3c52a8194ce636fb5f51a90d304b4eff5b87092d.tar.gz gentoo-2-3c52a8194ce636fb5f51a90d304b4eff5b87092d.tar.bz2 gentoo-2-3c52a8194ce636fb5f51a90d304b4eff5b87092d.zip |
stable on ppc64, bug #284971
(Portage version: 2.1.6.13/cvs/Linux ppc64)
Diffstat (limited to 'app-admin/eselect-python')
-rw-r--r-- | app-admin/eselect-python/ChangeLog | 5 | ||||
-rw-r--r-- | app-admin/eselect-python/eselect-python-20090824.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/app-admin/eselect-python/ChangeLog b/app-admin/eselect-python/ChangeLog index f0cb541278bb..cdddb3dc5d30 100644 --- a/app-admin/eselect-python/ChangeLog +++ b/app-admin/eselect-python/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-admin/eselect-python # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-admin/eselect-python/ChangeLog,v 1.42 2009/09/14 18:42:08 arfrever Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-admin/eselect-python/ChangeLog,v 1.43 2009/09/16 04:07:56 tgall Exp $ + + 15 Sep 2009; Tom Gall <tgall@gentoo.org> eselect-python-20090824.ebuild: + stable on ppc64, bug#284971 14 Sep 2009; Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org> eselect-python-20090824.ebuild, eselect-python-99999999.ebuild: diff --git a/app-admin/eselect-python/eselect-python-20090824.ebuild b/app-admin/eselect-python/eselect-python-20090824.ebuild index c3695bf1e0c5..6530a3e84cfa 100644 --- a/app-admin/eselect-python/eselect-python-20090824.ebuild +++ b/app-admin/eselect-python/eselect-python-20090824.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-admin/eselect-python/eselect-python-20090824.ebuild,v 1.3 2009/09/14 18:42:08 arfrever Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-admin/eselect-python/eselect-python-20090824.ebuild,v 1.4 2009/09/16 04:07:56 tgall Exp $ EAPI="2" @@ -12,7 +12,7 @@ SRC_URI="mirror://gentoo/${P}.tar.bz2" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~sparc-fbsd ~x86-fbsd" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ppc64 ~s390 ~sh ~sparc ~x86 ~sparc-fbsd ~x86-fbsd" IUSE="" RDEPEND=">=app-admin/eselect-1.0.2" |