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: Tue, 30 Jan 2018 18:19:57
Message-Id: 1517336389.f035d5838dfa13854105cdd4fe9a8e7a4045cb44.mgorny@gentoo
1 commit: f035d5838dfa13854105cdd4fe9a8e7a4045cb44
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Tue Jan 30 18:01:37 2018 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Tue Jan 30 18:19:49 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f035d583
7
8 app-portage/gemato: Tested on PyPy
9
10 app-portage/gemato/gemato-10.3.ebuild | 4 ++--
11 app-portage/gemato/gemato-9999.ebuild | 3 +--
12 2 files changed, 3 insertions(+), 4 deletions(-)
13
14 diff --git a/app-portage/gemato/gemato-10.3.ebuild b/app-portage/gemato/gemato-10.3.ebuild
15 index 80473b478f6..bd3b3a3c842 100644
16 --- a/app-portage/gemato/gemato-10.3.ebuild
17 +++ b/app-portage/gemato/gemato-10.3.ebuild
18 @@ -3,8 +3,8 @@
19
20 EAPI=6
21
22 -# pyblake2 & pysha3 are broken with pypy*
23 -PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} )
24 +# pyblake2 & pysha3 are broken with pypy3
25 +PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} pypy )
26 inherit distutils-r1
27
28 DESCRIPTION="Stand-alone Manifest generation & verification tool"
29
30 diff --git a/app-portage/gemato/gemato-9999.ebuild b/app-portage/gemato/gemato-9999.ebuild
31 index 573302e781e..d3694b93c22 100644
32 --- a/app-portage/gemato/gemato-9999.ebuild
33 +++ b/app-portage/gemato/gemato-9999.ebuild
34 @@ -3,9 +3,8 @@
35
36 EAPI=6
37
38 -# backports.lzma is broken with pypy
39 # pyblake2 & pysha3 are broken with pypy3
40 -PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} )
41 +PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} pypy )
42 inherit distutils-r1 git-r3
43
44 DESCRIPTION="Stand-alone Manifest generation & verification tool"