dev-python/pycxx: Disable known-broken PyPy support, #513266
authorMichał Górny <mgorny@gentoo.org>
Fri, 10 Jun 2016 18:33:29 +0000 (20:33 +0200)
committerMichał Górny <mgorny@gentoo.org>
Fri, 10 Jun 2016 18:33:56 +0000 (20:33 +0200)
dev-python/pycxx/pycxx-6.2.5.ebuild
dev-python/pycxx/pycxx-6.2.6.ebuild

index 2954372432cba4890b769b392bc4c1464010db19..aeb694c66d8f71b374d0d3348c682ea876739acf 100644 (file)
@@ -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
 
index a6ddf149469204aea1fb1d7206ffd14f14b659a7..a4a3ee4a91e17ef9150f0423f5a3feacc2377c38 100644 (file)
@@ -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