diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2014-01-14 13:59:22 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2014-01-14 13:59:22 +0000 |
commit | 371aa6416893633b2831c0ac5b9542293893dd4b (patch) | |
tree | 7a55be7a4d122df3e61a2c25b6e176b9fd2992d4 /dev-python/pip | |
parent | Stable for x86, wrt bug #495852 (diff) | |
download | gentoo-2-371aa6416893633b2831c0ac5b9542293893dd4b.tar.gz gentoo-2-371aa6416893633b2831c0ac5b9542293893dd4b.tar.bz2 gentoo-2-371aa6416893633b2831c0ac5b9542293893dd4b.zip |
Stable for x86, wrt bug #490380
(Portage version: 2.2.7/cvs/Linux x86_64, RepoMan options: --include-arches="x86", signed Manifest commit with key 7194459F)
Diffstat (limited to 'dev-python/pip')
-rw-r--r-- | dev-python/pip/ChangeLog | 5 | ||||
-rw-r--r-- | dev-python/pip/pip-1.4.1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-python/pip/ChangeLog b/dev-python/pip/ChangeLog index 45081ad809f5..491898008157 100644 --- a/dev-python/pip/ChangeLog +++ b/dev-python/pip/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-python/pip # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/pip/ChangeLog,v 1.25 2014/01/12 20:15:51 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/pip/ChangeLog,v 1.26 2014/01/14 13:59:22 ago Exp $ + + 14 Jan 2014; Agostino Sarubbo <ago@gentoo.org> pip-1.4.1.ebuild: + Stable for x86, wrt bug #490380 12 Jan 2014; Pacho Ramos <pacho@gentoo.org> pip-1.4.1.ebuild: amd64 stable, bug #490380 diff --git a/dev-python/pip/pip-1.4.1.ebuild b/dev-python/pip/pip-1.4.1.ebuild index d6881fb970b9..da0c4bb52178 100644 --- a/dev-python/pip/pip-1.4.1.ebuild +++ b/dev-python/pip/pip-1.4.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/pip/pip-1.4.1.ebuild,v 1.3 2014/01/12 20:15:51 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/pip/pip-1.4.1.ebuild,v 1.4 2014/01/14 13:59:22 ago Exp $ EAPI=5 PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3} pypy2_0 ) @@ -12,7 +12,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 ~amd64-linux ~x86-linux" +KEYWORDS="amd64 x86 ~amd64-linux ~x86-linux" SLOT="0" IUSE="zsh-completion" |