Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-portage/gemato/
Date: Fri, 02 Feb 2018 18:16:07
Message-Id: 1517595355.b186ab2ae52c24da729c217b3a02813ae75c8300.mgorny@gentoo
1 commit: b186ab2ae52c24da729c217b3a02813ae75c8300
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Fri Feb 2 18:15:29 2018 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Fri Feb 2 18:15:55 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b186ab2a
7
8 app-portage/gemato: Require threading support in Python
9
10 Closes: https://bugs.gentoo.org/646270
11
12 app-portage/gemato/{gemato-10.3.ebuild => gemato-10.3-r1.ebuild} | 1 +
13 app-portage/gemato/gemato-9999.ebuild | 1 +
14 2 files changed, 2 insertions(+)
15
16 diff --git a/app-portage/gemato/gemato-10.3.ebuild b/app-portage/gemato/gemato-10.3-r1.ebuild
17 similarity index 97%
18 rename from app-portage/gemato/gemato-10.3.ebuild
19 rename to app-portage/gemato/gemato-10.3-r1.ebuild
20 index bd3b3a3c842..9a0b3df31cd 100644
21 --- a/app-portage/gemato/gemato-10.3.ebuild
22 +++ b/app-portage/gemato/gemato-10.3-r1.ebuild
23 @@ -5,6 +5,7 @@ EAPI=6
24
25 # pyblake2 & pysha3 are broken with pypy3
26 PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} pypy )
27 +PYTHON_REQ_USE='threads(+)'
28 inherit distutils-r1
29
30 DESCRIPTION="Stand-alone Manifest generation & verification tool"
31
32 diff --git a/app-portage/gemato/gemato-9999.ebuild b/app-portage/gemato/gemato-9999.ebuild
33 index d3694b93c22..6dcd6cb0edf 100644
34 --- a/app-portage/gemato/gemato-9999.ebuild
35 +++ b/app-portage/gemato/gemato-9999.ebuild
36 @@ -5,6 +5,7 @@ EAPI=6
37
38 # pyblake2 & pysha3 are broken with pypy3
39 PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} pypy )
40 +PYTHON_REQ_USE='threads(+)'
41 inherit distutils-r1 git-r3
42
43 DESCRIPTION="Stand-alone Manifest generation & verification tool"