diff --git a/app-portage/gemato/gemato-10.3.ebuild b/app-portage/gemato/gemato-10.3.ebuild index 80473b478f617..bd3b3a3c842a1 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 573302e781ebe..d3694b93c22ac 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"