diff options
author | Jeroen Roovers <jer@gentoo.org> | 2008-07-01 03:05:10 +0000 |
---|---|---|
committer | Jeroen Roovers <jer@gentoo.org> | 2008-07-01 03:05:10 +0000 |
commit | 8528f48193a4d60eaa60e5bed55c7e5a76b82b98 (patch) | |
tree | 90a2865ef9dc9caf1731b11124fe0d7a46fdeb00 /app-admin/eselect-python | |
parent | Stable for HPPA (bug #229993). (diff) | |
download | gentoo-2-8528f48193a4d60eaa60e5bed55c7e5a76b82b98.tar.gz gentoo-2-8528f48193a4d60eaa60e5bed55c7e5a76b82b98.tar.bz2 gentoo-2-8528f48193a4d60eaa60e5bed55c7e5a76b82b98.zip |
Marked ~hppa (bug #228611).
(Portage version: 2.2_rc1/cvs/Linux 2.6.24-gentoo-r2-JeR i686)
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 05482a25c7f4..3f6e7ad55dde 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.8 2008/06/29 21:38:38 hawking Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-admin/eselect-python/ChangeLog,v 1.9 2008/07/01 03:05:10 jer Exp $ + + 01 Jul 2008; Jeroen Roovers <jer@gentoo.org> + eselect-python-20080620.ebuild: + Marked ~hppa (bug #228611). *eselect-python-20080620 (29 Jun 2008) diff --git a/app-admin/eselect-python/eselect-python-20080620.ebuild b/app-admin/eselect-python/eselect-python-20080620.ebuild index d97921d373f4..57d145e5e306 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.1 2008/06/29 21:38:38 hawking Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-admin/eselect-python/eselect-python-20080620.ebuild,v 1.2 2008/07/01 03:05:10 jer 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 ~ia64 ~ppc64 ~sparc ~x86" +KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc64 ~sparc ~x86" IUSE="" RDEPEND=">=app-admin/eselect-1.0.2" |