diff options
author | Michał Górny <mgorny@gentoo.org> | 2016-06-10 20:33:29 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2016-06-10 20:33:56 +0200 |
commit | 4f6961452baf934870733711315469cb895c1694 (patch) | |
tree | 62241b87b5d817bed4cf35403e703fd239e7f12e /dev-python/pycxx | |
parent | sci-astronomy/wcstools: Version bump (diff) | |
download | gentoo-4f6961452baf934870733711315469cb895c1694.tar.gz gentoo-4f6961452baf934870733711315469cb895c1694.tar.bz2 gentoo-4f6961452baf934870733711315469cb895c1694.zip |
dev-python/pycxx: Disable known-broken PyPy support, #513266
Diffstat (limited to 'dev-python/pycxx')
-rw-r--r-- | dev-python/pycxx/pycxx-6.2.5.ebuild | 4 | ||||
-rw-r--r-- | dev-python/pycxx/pycxx-6.2.6.ebuild | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/dev-python/pycxx/pycxx-6.2.5.ebuild b/dev-python/pycxx/pycxx-6.2.5.ebuild index 2954372432cb..aeb694c66d8f 100644 --- a/dev-python/pycxx/pycxx-6.2.5.ebuild +++ b/dev-python/pycxx/pycxx-6.2.5.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ EAPI="5" -PYTHON_COMPAT=( python{2_7,3_3,3_4} pypy ) +PYTHON_COMPAT=( python{2_7,3_3,3_4} ) inherit eutils distutils-r1 diff --git a/dev-python/pycxx/pycxx-6.2.6.ebuild b/dev-python/pycxx/pycxx-6.2.6.ebuild index a6ddf1494692..a4a3ee4a91e1 100644 --- a/dev-python/pycxx/pycxx-6.2.6.ebuild +++ b/dev-python/pycxx/pycxx-6.2.6.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ EAPI="5" -PYTHON_COMPAT=( python{2_7,3_3,3_4} pypy ) +PYTHON_COMPAT=( python{2_7,3_3,3_4} ) inherit eutils distutils-r1 |