From b186ab2ae52c24da729c217b3a02813ae75c8300 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Micha=C5=82=20G=C3=B3rny?= Date: Fri, 2 Feb 2018 19:15:29 +0100 Subject: [PATCH] app-portage/gemato: Require threading support in Python Closes: https://bugs.gentoo.org/646270 --- app-portage/gemato/{gemato-10.3.ebuild => gemato-10.3-r1.ebuild} | 1 + app-portage/gemato/gemato-9999.ebuild | 1 + 2 files changed, 2 insertions(+) rename app-portage/gemato/{gemato-10.3.ebuild => gemato-10.3-r1.ebuild} (97%) diff --git a/app-portage/gemato/gemato-10.3.ebuild b/app-portage/gemato/gemato-10.3-r1.ebuild similarity index 97% rename from app-portage/gemato/gemato-10.3.ebuild rename to app-portage/gemato/gemato-10.3-r1.ebuild index bd3b3a3c842a..9a0b3df31cd8 100644 --- a/app-portage/gemato/gemato-10.3.ebuild +++ b/app-portage/gemato/gemato-10.3-r1.ebuild @@ -5,6 +5,7 @@ EAPI=6 # pyblake2 & pysha3 are broken with pypy3 PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} pypy ) +PYTHON_REQ_USE='threads(+)' 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 d3694b93c22a..6dcd6cb0edfd 100644 --- a/app-portage/gemato/gemato-9999.ebuild +++ b/app-portage/gemato/gemato-9999.ebuild @@ -5,6 +5,7 @@ EAPI=6 # pyblake2 & pysha3 are broken with pypy3 PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} pypy ) +PYTHON_REQ_USE='threads(+)' inherit distutils-r1 git-r3 DESCRIPTION="Stand-alone Manifest generation & verification tool" -- 2.26.2