summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2014-07-03 08:43:25 +0200
committerMichał Górny <mgorny@gentoo.org>2014-07-03 08:43:25 +0200
commitfa6d8401038aad75855bcdb2c1e26effc99a372b (patch)
treec382412c207d702170e8959e4acc97119aca482b
parentClean up multilib-gcc-wrapper that goes into gx86. (diff)
downloadmgorny-fa6d8401038aad75855bcdb2c1e26effc99a372b.tar.gz
mgorny-fa6d8401038aad75855bcdb2c1e26effc99a372b.tar.bz2
mgorny-fa6d8401038aad75855bcdb2c1e26effc99a372b.zip
Use vcs-snapshot.eclass, update PYTHON_COMPAT.
-rw-r--r--dev-python/pypy-binpackage/pypy-binpackage-2.3.1.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/pypy-binpackage/pypy-binpackage-2.3.1.ebuild b/dev-python/pypy-binpackage/pypy-binpackage-2.3.1.ebuild
index 92ea18e..fb30bcf 100644
--- a/dev-python/pypy-binpackage/pypy-binpackage-2.3.1.ebuild
+++ b/dev-python/pypy-binpackage/pypy-binpackage-2.3.1.ebuild
@@ -4,9 +4,9 @@
EAPI=5
-PYTHON_COMPAT=( python2_7 pypy2_0 )
+PYTHON_COMPAT=( python2_7 pypy )
inherit check-reqs eutils multilib multiprocessing pax-utils \
- python-any-r1 toolchain-funcs versionator
+ python-any-r1 toolchain-funcs vcs-snapshot versionator
MY_P=pypy-${PV}
DESCRIPTION="A fast, compliant alternative implementation of the Python language"