Skip to content

Commit

Permalink
dev-python/cffi: Remove pypy from PYTHON_TARGETS
Browse files Browse the repository at this point in the history
pypy comes with cffi built-in, we should not build cffi for pypy
  • Loading branch information
flacjacket committed Aug 23, 2015
1 parent 9d591e0 commit f2867a6
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion dev-python/cffi/cffi-0.8.6.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion dev-python/cffi/cffi-1.1.2.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion dev-python/cffi/cffi-1.2.1.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit f2867a6

Please sign in to comment.