commit: 4f6961452baf934870733711315469cb895c1694
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Fri Jun 10 18:33:29 2016 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Fri Jun 10 18:33:56 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4f696145
dev-python/pycxx: Disable known-broken PyPy support, #513266
dev-python/pycxx/pycxx-6.2.5.ebuild | 4 ++--
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 2954372..aeb694c 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 a6ddf14..a4a3ee4 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