app-portage/gemato: Tested on PyPy

This commit is contained in:
Michał Górny
2018-01-30 19:01:37 +01:00
parent cdbac832c1
commit f035d5838d
2 changed files with 3 additions and 4 deletions

View File

@@ -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"

View File

@@ -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"