summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2018-02-02 19:15:29 +0100
committerMichał Górny <mgorny@gentoo.org>2018-02-02 19:15:55 +0100
commitb186ab2ae52c24da729c217b3a02813ae75c8300 (patch)
tree1af9c867db4a87a8fd17d02f52b5d98085e9de56
parentnet-vpn/wireguard: bump (diff)
downloadgentoo-b186ab2a.tar.gz
gentoo-b186ab2a.tar.bz2
gentoo-b186ab2a.zip
app-portage/gemato: Require threading support in Python
Closes: https://bugs.gentoo.org/646270
-rw-r--r--app-portage/gemato/gemato-10.3-r1.ebuild (renamed from app-portage/gemato/gemato-10.3.ebuild)1
-rw-r--r--app-portage/gemato/gemato-9999.ebuild1
2 files changed, 2 insertions, 0 deletions
diff --git a/app-portage/gemato/gemato-10.3.ebuild b/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"