diff options
author | Christian Faulhammer <fauli@gentoo.org> | 2009-09-16 17:02:55 +0000 |
---|---|---|
committer | Christian Faulhammer <fauli@gentoo.org> | 2009-09-16 17:02:55 +0000 |
commit | dfdc60bf246de5a0d51ba0b6100fc4b7ec7c7e05 (patch) | |
tree | 20b0f6b038e8e04e304bdc224f7955ecba1297a6 /app-admin | |
parent | stable x86, security bug 281576 (diff) | |
download | gentoo-2-dfdc60bf246de5a0d51ba0b6100fc4b7ec7c7e05.tar.gz gentoo-2-dfdc60bf246de5a0d51ba0b6100fc4b7ec7c7e05.tar.bz2 gentoo-2-dfdc60bf246de5a0d51ba0b6100fc4b7ec7c7e05.zip |
stable x86, bug 284971
(Portage version: 2.1.6.13/cvs/Linux i686)
Diffstat (limited to 'app-admin')
-rw-r--r-- | app-admin/eselect-python/ChangeLog | 6 | ||||
-rw-r--r-- | app-admin/eselect-python/eselect-python-20090824.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/app-admin/eselect-python/ChangeLog b/app-admin/eselect-python/ChangeLog index cdddb3dc5d30..b068de694174 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-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-admin/eselect-python/ChangeLog,v 1.43 2009/09/16 04:07:56 tgall Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-admin/eselect-python/ChangeLog,v 1.44 2009/09/16 17:02:55 fauli Exp $ + + 16 Sep 2009; Christian Faulhammer <fauli@gentoo.org> + eselect-python-20090824.ebuild: + stable x86, bug 284971 15 Sep 2009; Tom Gall <tgall@gentoo.org> eselect-python-20090824.ebuild: stable on ppc64, bug#284971 diff --git a/app-admin/eselect-python/eselect-python-20090824.ebuild b/app-admin/eselect-python/eselect-python-20090824.ebuild index 6530a3e84cfa..6a4293fdd588 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.4 2009/09/16 04:07:56 tgall Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-admin/eselect-python/eselect-python-20090824.ebuild,v 1.5 2009/09/16 17:02:55 fauli 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" |