diff options
author | Sean Vig <sean.v.775@gmail.com> | 2015-08-22 13:51:39 -0500 |
---|---|---|
committer | Sean Vig <sean.v.775@gmail.com> | 2015-08-22 21:42:00 -0500 |
commit | f2867a63e62ec1421b54deb72e2e5ce9d23dccae (patch) | |
tree | b25e384aa4bce49e691a8a97fc9c5ffd31d1f9db /dev-python | |
parent | 9d591e040ad1c2683524f18b7131be3a1c670608 (diff) | |
download | gentoo-f2867a63e62ec1421b54deb72e2e5ce9d23dccae.tar.gz gentoo-f2867a63e62ec1421b54deb72e2e5ce9d23dccae.tar.xz |
dev-python/cffi: Remove pypy from PYTHON_TARGETS
pypy comes with cffi built-in, we should not build cffi for pypy
Diffstat (limited to 'dev-python')
-rw-r--r-- | dev-python/cffi/cffi-0.8.6.ebuild | 2 | ||||
-rw-r--r-- | dev-python/cffi/cffi-1.1.2.ebuild | 2 | ||||
-rw-r--r-- | dev-python/cffi/cffi-1.2.1.ebuild | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/dev-python/cffi/cffi-0.8.6.ebuild b/dev-python/cffi/cffi-0.8.6.ebuild index e7446c74ba2..a7862a668f4 100644 --- a/dev-python/cffi/cffi-0.8.6.ebuild +++ b/dev-python/cffi/cffi-0.8.6.ebuild @@ -3,7 +3,7 @@ # $Id$ EAPI="5" -PYTHON_COMPAT=( python{2_7,3_3,3_4} pypy ) +PYTHON_COMPAT=( python{2_7,3_3,3_4} ) inherit distutils-r1 diff --git a/dev-python/cffi/cffi-1.1.2.ebuild b/dev-python/cffi/cffi-1.1.2.ebuild index 102dde7bbda..23b82d8107f 100644 --- a/dev-python/cffi/cffi-1.1.2.ebuild +++ b/dev-python/cffi/cffi-1.1.2.ebuild @@ -4,7 +4,7 @@ EAPI="5" -PYTHON_COMPAT=( python{2_7,3_3,3_4} pypy ) +PYTHON_COMPAT=( python{2_7,3_3,3_4} ) inherit distutils-r1 diff --git a/dev-python/cffi/cffi-1.2.1.ebuild b/dev-python/cffi/cffi-1.2.1.ebuild index 4d1ec48dc6f..c39d04a1eef 100644 --- a/dev-python/cffi/cffi-1.2.1.ebuild +++ b/dev-python/cffi/cffi-1.2.1.ebuild @@ -4,7 +4,7 @@ EAPI="5" -PYTHON_COMPAT=( python{2_7,3_3,3_4} pypy ) +PYTHON_COMPAT=( python{2_7,3_3,3_4} ) inherit distutils-r1 |