diff options
author | Joseph Jezak <josejx@gentoo.org> | 2008-07-13 20:01:02 +0000 |
---|---|---|
committer | Joseph Jezak <josejx@gentoo.org> | 2008-07-13 20:01:02 +0000 |
commit | d6a39563ba8c15bce2bbc13a595df3cce4e5fd01 (patch) | |
tree | 753715fc02db6c25f0f6a67df333348a7b89cfb8 /app-admin/eselect-python | |
parent | Marked ppc stable for bug #231041. (diff) | |
download | gentoo-2-d6a39563ba8c15bce2bbc13a595df3cce4e5fd01.tar.gz gentoo-2-d6a39563ba8c15bce2bbc13a595df3cce4e5fd01.tar.bz2 gentoo-2-d6a39563ba8c15bce2bbc13a595df3cce4e5fd01.zip |
Marked ~ppc for bug #228611.
(Portage version: 2.1.4.4)
Diffstat (limited to 'app-admin/eselect-python')
-rw-r--r-- | app-admin/eselect-python/ChangeLog | 6 | ||||
-rw-r--r-- | app-admin/eselect-python/eselect-python-20080620.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/app-admin/eselect-python/ChangeLog b/app-admin/eselect-python/ChangeLog index 53d542e64d3b..80add0bf3538 100644 --- a/app-admin/eselect-python/ChangeLog +++ b/app-admin/eselect-python/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-admin/eselect-python # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-admin/eselect-python/ChangeLog,v 1.10 2008/07/04 04:54:48 ricmm Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-admin/eselect-python/ChangeLog,v 1.11 2008/07/13 20:01:02 josejx Exp $ + + 13 Jul 2008; Joseph Jezak <josejx@gentoo.org> + eselect-python-20080620.ebuild: + Marked ~ppc for bug #228611. 04 Jul 2008; <ricmm@gentoo.org> eselect-python-20080620.ebuild: Add ~mips, bug #228611 diff --git a/app-admin/eselect-python/eselect-python-20080620.ebuild b/app-admin/eselect-python/eselect-python-20080620.ebuild index e770ea9924da..09b0ab7f2bce 100644 --- a/app-admin/eselect-python/eselect-python-20080620.ebuild +++ b/app-admin/eselect-python/eselect-python-20080620.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-admin/eselect-python/eselect-python-20080620.ebuild,v 1.3 2008/07/04 04:54:48 ricmm Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-admin/eselect-python/eselect-python-20080620.ebuild,v 1.4 2008/07/13 20:01:02 josejx Exp $ DESCRIPTION="Manages multiple Python versions" HOMEPAGE="http://www.gentoo.org" @@ -8,7 +8,7 @@ SRC_URI="mirror://gentoo/python.eselect-${PVR}.bz2" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~mips ~ppc64 ~sparc ~x86" +KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86" IUSE="" RDEPEND=">=app-admin/eselect-1.0.2" |