diff options
| author | Mike Gilbert <floppym@gentoo.org> | 2015-08-22 22:58:13 -0400 |
|---|---|---|
| committer | Mike Gilbert <floppym@gentoo.org> | 2015-08-22 23:08:39 -0400 |
| commit | ecfefda85d3f94c3c9dfe6496e1cb6f5bc801da2 (patch) | |
| tree | 55347ede24284bec906a6d79f9d267a46003f0d4 /dev-python/cffi | |
| parent | f2b7352915ebc63b4a55a5511f56430f88b8bfea (diff) | |
| parent | f2867a63e62ec1421b54deb72e2e5ce9d23dccae (diff) | |
| download | gentoo-ecfefda85d3f94c3c9dfe6496e1cb6f5bc801da2.tar.gz gentoo-ecfefda85d3f94c3c9dfe6496e1cb6f5bc801da2.tar.bz2 gentoo-ecfefda85d3f94c3c9dfe6496e1cb6f5bc801da2.zip | |
Merge pull 34: Don't install cffi for PyPy
Pull-Request: #34
Diffstat (limited to 'dev-python/cffi')
| -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 e7446c74ba22..a7862a668f48 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 102dde7bbda0..23b82d8107f9 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 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 |
