diff options
-rw-r--r-- | dev-python/pip/ChangeLog | 5 | ||||
-rw-r--r-- | dev-python/pip/pip-1.0.2.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-python/pip/ChangeLog b/dev-python/pip/ChangeLog index 30136f2a541b..c5ef51b88019 100644 --- a/dev-python/pip/ChangeLog +++ b/dev-python/pip/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-python/pip # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/pip/ChangeLog,v 1.6 2012/02/17 06:52:03 radhermit Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/pip/ChangeLog,v 1.7 2012/02/24 15:15:50 phajdan.jr Exp $ + + 24 Feb 2012; Pawel Hajdan jr <phajdan.jr@gentoo.org> pip-1.0.2.ebuild: + x86 stable wrt bug #403871 *pip-1.1 (17 Feb 2012) diff --git a/dev-python/pip/pip-1.0.2.ebuild b/dev-python/pip/pip-1.0.2.ebuild index 6e9ad2f0bbec..377def454192 100644 --- a/dev-python/pip/pip-1.0.2.ebuild +++ b/dev-python/pip/pip-1.0.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/pip/pip-1.0.2.ebuild,v 1.3 2012/02/16 13:27:49 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/pip/pip-1.0.2.ebuild,v 1.4 2012/02/24 15:15:50 phajdan.jr Exp $ EAPI="3" PYTHON_DEPEND="*" @@ -13,7 +13,7 @@ HOMEPAGE="http://www.pip-installer.org/ http://pypi.python.org/pypi/pip/" SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="MIT" -KEYWORDS="amd64 ~x86" +KEYWORDS="amd64 x86" SLOT="0" IUSE="zsh-completion" |