summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSean Vig <sean.v.775@gmail.com>2015-08-22 13:51:39 -0500
committerSean Vig <sean.v.775@gmail.com>2015-08-22 21:42:00 -0500
commitf2867a63e62ec1421b54deb72e2e5ce9d23dccae (patch)
treeb25e384aa4bce49e691a8a97fc9c5ffd31d1f9db /dev-python/cffi/cffi-1.2.1.ebuild
parentdev-python/xcffib: Don't enable pypy Python target on dev-python/cffi (diff)
downloadgentoo-f2867a63e62ec1421b54deb72e2e5ce9d23dccae.tar.gz
gentoo-f2867a63e62ec1421b54deb72e2e5ce9d23dccae.tar.bz2
gentoo-f2867a63e62ec1421b54deb72e2e5ce9d23dccae.zip
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/cffi/cffi-1.2.1.ebuild')
-rw-r--r--dev-python/cffi/cffi-1.2.1.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/cffi/cffi-1.2.1.ebuild b/dev-python/cffi/cffi-1.2.1.ebuild
index 4d1ec48dc6f5..c39d04a1eef4 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