diff options
author | Pacho Ramos <pacho@gentoo.org> | 2014-01-12 20:15:51 +0000 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2014-01-12 20:15:51 +0000 |
commit | 1f7560a648adc968e1cce9caac3914dfa0551286 (patch) | |
tree | 2c333adaf13646e079222e6c71c72390e77f8fff /dev-python/pip | |
parent | amd64 stable, bug #495580 (diff) | |
download | gentoo-2-1f7560a648adc968e1cce9caac3914dfa0551286.tar.gz gentoo-2-1f7560a648adc968e1cce9caac3914dfa0551286.tar.bz2 gentoo-2-1f7560a648adc968e1cce9caac3914dfa0551286.zip |
amd64 stable, bug #490380
(Portage version: 2.2.8/cvs/Linux x86_64, RepoMan options: --include-arches="amd64", signed Manifest commit with key A188FBD4)
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 | 6 |
2 files changed, 7 insertions, 4 deletions
diff --git a/dev-python/pip/ChangeLog b/dev-python/pip/ChangeLog index 657448b96c9b..45081ad809f5 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.24 2014/01/03 03:58:38 radhermit Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/pip/ChangeLog,v 1.25 2014/01/12 20:15:51 pacho Exp $ + + 12 Jan 2014; Pacho Ramos <pacho@gentoo.org> pip-1.4.1.ebuild: + amd64 stable, bug #490380 *pip-1.5 (03 Jan 2014) diff --git a/dev-python/pip/pip-1.4.1.ebuild b/dev-python/pip/pip-1.4.1.ebuild index c51c9ce6d229..d6881fb970b9 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-2013 Gentoo Foundation +# 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.2 2013/11/12 06:05:31 prometheanfire Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/pip/pip-1.4.1.ebuild,v 1.3 2014/01/12 20:15:51 pacho 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" |