From f035d5838dfa13854105cdd4fe9a8e7a4045cb44 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Micha=C5=82=20G=C3=B3rny?= Date: Tue, 30 Jan 2018 19:01:37 +0100 Subject: [PATCH] app-portage/gemato: Tested on PyPy --- app-portage/gemato/gemato-10.3.ebuild | 4 ++-- app-portage/gemato/gemato-9999.ebuild | 3 +-- 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" -- 2.26.2