dev-python/cffi: Remove pypy from PYTHON_TARGETS

pypy comes with cffi built-in, we should not build cffi for pypy
This commit is contained in:
Sean Vig
2015-08-22 13:51:39 -05:00
parent 9d591e040a
commit f2867a63e6
3 changed files with 3 additions and 3 deletions

View File

@@ -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

View File

@@ -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

View File

@@ -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