diff options
author | 2013-09-05 18:47:18 +0000 | |
---|---|---|
committer | 2013-09-05 18:47:18 +0000 | |
commit | 3bb57f82aa57bfc5715bc94f8a5f3da49819679b (patch) | |
tree | fa993e0746f787e750d16f99761d3d5de34753c5 /dev-python/virtualenv | |
parent | add threads useflag by backporting upstream fix (diff) | |
download | gentoo-2-3bb57f82aa57bfc5715bc94f8a5f3da49819679b.tar.gz gentoo-2-3bb57f82aa57bfc5715bc94f8a5f3da49819679b.tar.bz2 gentoo-2-3bb57f82aa57bfc5715bc94f8a5f3da49819679b.zip |
Clean up PYTHON_COMPAT from old implementations.
(Portage version: 2.2.1/cvs/Linux x86_64, signed Manifest commit with key EFB4464E!)
Diffstat (limited to 'dev-python/virtualenv')
-rw-r--r-- | dev-python/virtualenv/ChangeLog | 6 | ||||
-rw-r--r-- | dev-python/virtualenv/virtualenv-1.10-r1.ebuild | 4 | ||||
-rw-r--r-- | dev-python/virtualenv/virtualenv-1.9.1-r1.ebuild | 4 |
3 files changed, 9 insertions, 5 deletions
diff --git a/dev-python/virtualenv/ChangeLog b/dev-python/virtualenv/ChangeLog index 89d2bbdeea3a..2e0294ec064c 100644 --- a/dev-python/virtualenv/ChangeLog +++ b/dev-python/virtualenv/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-python/virtualenv # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/virtualenv/ChangeLog,v 1.105 2013/09/02 11:57:18 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/virtualenv/ChangeLog,v 1.106 2013/09/05 18:46:44 mgorny Exp $ + + 05 Sep 2013; Michał Górny <mgorny@gentoo.org> virtualenv-1.10-r1.ebuild, + virtualenv-1.9.1-r1.ebuild: + Clean up PYTHON_COMPAT from old implementations. 02 Sep 2013; Agostino Sarubbo <ago@gentoo.org> virtualenv-1.9.1-r1.ebuild: Stable for sparc, wrt bug #477970 diff --git a/dev-python/virtualenv/virtualenv-1.10-r1.ebuild b/dev-python/virtualenv/virtualenv-1.10-r1.ebuild index d93ad00a6004..c46988b841bd 100644 --- a/dev-python/virtualenv/virtualenv-1.10-r1.ebuild +++ b/dev-python/virtualenv/virtualenv-1.10-r1.ebuild @@ -1,10 +1,10 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/virtualenv/virtualenv-1.10-r1.ebuild,v 1.3 2013/08/25 14:58:56 ercpe Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/virtualenv/virtualenv-1.10-r1.ebuild,v 1.4 2013/09/05 18:46:44 mgorny Exp $ EAPI="5" -PYTHON_COMPAT=( python{2_5,2_6,2_7,3_1,3_2,3_3} pypy{1_9,2_0} ) +PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3} pypy2_0 ) inherit distutils-r1 vcs-snapshot diff --git a/dev-python/virtualenv/virtualenv-1.9.1-r1.ebuild b/dev-python/virtualenv/virtualenv-1.9.1-r1.ebuild index 5525ad46d165..61386ea8e9cf 100644 --- a/dev-python/virtualenv/virtualenv-1.9.1-r1.ebuild +++ b/dev-python/virtualenv/virtualenv-1.9.1-r1.ebuild @@ -1,10 +1,10 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/virtualenv/virtualenv-1.9.1-r1.ebuild,v 1.17 2013/09/02 11:57:18 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/virtualenv/virtualenv-1.9.1-r1.ebuild,v 1.18 2013/09/05 18:46:44 mgorny Exp $ EAPI="5" -PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3} pypy{1_9,2_0} ) +PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3} pypy2_0 ) inherit distutils-r1 vcs-snapshot |