summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2018-01-30 19:01:37 +0100
committerMichał Górny <mgorny@gentoo.org>2018-01-30 19:19:49 +0100
commitf035d5838dfa13854105cdd4fe9a8e7a4045cb44 (patch)
treef66ec6cbcfd45263c5c20ae4e633beb5876f8b51 /app-portage
parentdev-python/pysha3: Fix tests on PyPy and enable PyPy support (diff)
downloadgentoo-f035d5838dfa13854105cdd4fe9a8e7a4045cb44.tar.gz
gentoo-f035d5838dfa13854105cdd4fe9a8e7a4045cb44.tar.bz2
gentoo-f035d5838dfa13854105cdd4fe9a8e7a4045cb44.zip
app-portage/gemato: Tested on PyPy
Diffstat (limited to 'app-portage')
-rw-r--r--app-portage/gemato/gemato-10.3.ebuild4
-rw-r--r--app-portage/gemato/gemato-9999.ebuild3
2 files changed, 3 insertions, 4 deletions
diff --git a/app-portage/gemato/gemato-10.3.ebuild b/app-portage/gemato/gemato-10.3.ebuild
index 80473b478f61..bd3b3a3c842a 100644
--- a/app-portage/gemato/gemato-10.3.ebuild
+++ b/app-portage/gemato/gemato-10.3.ebuild
@@ -3,8 +3,8 @@
EAPI=6
-# pyblake2 & pysha3 are broken with pypy*
-PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} )
+# pyblake2 & pysha3 are broken with pypy3
+PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} pypy )
inherit distutils-r1
DESCRIPTION="Stand-alone Manifest generation & verification tool"
diff --git a/app-portage/gemato/gemato-9999.ebuild b/app-portage/gemato/gemato-9999.ebuild
index 573302e781eb..d3694b93c22a 100644
--- a/app-portage/gemato/gemato-9999.ebuild
+++ b/app-portage/gemato/gemato-9999.ebuild
@@ -3,9 +3,8 @@
EAPI=6
-# backports.lzma is broken with pypy
# pyblake2 & pysha3 are broken with pypy3
-PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} )
+PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} pypy )
inherit distutils-r1 git-r3
DESCRIPTION="Stand-alone Manifest generation & verification tool"