diff options
author | Ian Delaney <idella4@gentoo.org> | 2014-11-20 09:29:25 +0000 |
---|---|---|
committer | Ian Delaney <idella4@gentoo.org> | 2014-11-20 09:29:25 +0000 |
commit | f85dec6f4aaad6925988f219b0020fb7640c6ec7 (patch) | |
tree | e9b4078cef8140853100ce16a4de3ab81443f4fd /dev-python/virtualenv | |
parent | Add proper deps for multilib qt4. No revbump since it is masked anyway. (diff) | |
download | gentoo-2-f85dec6f4aaad6925988f219b0020fb7640c6ec7.tar.gz gentoo-2-f85dec6f4aaad6925988f219b0020fb7640c6ec7.tar.bz2 gentoo-2-f85dec6f4aaad6925988f219b0020fb7640c6ec7.zip |
clean old python impl, add pypy3 support
(Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 0xB8072B0D)
Diffstat (limited to 'dev-python/virtualenv')
-rw-r--r-- | dev-python/virtualenv/ChangeLog | 5 | ||||
-rw-r--r-- | dev-python/virtualenv/virtualenv-1.11.6.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-python/virtualenv/ChangeLog b/dev-python/virtualenv/ChangeLog index fca67df53d92..6dd6a98258cb 100644 --- a/dev-python/virtualenv/ChangeLog +++ b/dev-python/virtualenv/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-python/virtualenv # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/virtualenv/ChangeLog,v 1.123 2014/10/26 19:31:54 grobian Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/virtualenv/ChangeLog,v 1.124 2014/11/20 09:29:25 idella4 Exp $ + + 20 Nov 2014; Ian Delaney <idella4@gentoo.org> virtualenv-1.11.6.ebuild: + clean old python impl, add pypy3 support 26 Oct 2014; Fabian Groffen <grobian@gentoo.org> virtualenv-1.11.6.ebuild: Added Prefix keywords, bug #503094 diff --git a/dev-python/virtualenv/virtualenv-1.11.6.ebuild b/dev-python/virtualenv/virtualenv-1.11.6.ebuild index 065049697c19..33e4930850e5 100644 --- a/dev-python/virtualenv/virtualenv-1.11.6.ebuild +++ b/dev-python/virtualenv/virtualenv-1.11.6.ebuild @@ -1,9 +1,9 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/virtualenv/virtualenv-1.11.6.ebuild,v 1.4 2014/10/26 19:31:54 grobian Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/virtualenv/virtualenv-1.11.6.ebuild,v 1.5 2014/11/20 09:29:25 idella4 Exp $ EAPI="5" -PYTHON_COMPAT=( python{2_7,3_2,3_3,3_4} pypy ) +PYTHON_COMPAT=( python{2_7,3_3,3_4} pypy pypy3 ) inherit distutils-r1 |