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: Mon, 16 Jul 2018 22:16:36
Message-Id: 1531779386.9bda1a3673601fc0a19f8b60d8c99c49bba52216.mgorny@gentoo
1 commit: 9bda1a3673601fc0a19f8b60d8c99c49bba52216
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Mon Jul 16 22:08:39 2018 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Mon Jul 16 22:16:26 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9bda1a36
7
8 app-portage/gemato: Enable py3.7
9
10 app-portage/gemato/gemato-13.1.ebuild | 2 +-
11 app-portage/gemato/gemato-9999.ebuild | 2 +-
12 2 files changed, 2 insertions(+), 2 deletions(-)
13
14 diff --git a/app-portage/gemato/gemato-13.1.ebuild b/app-portage/gemato/gemato-13.1.ebuild
15 index 2c4755f0e3f..cd896020195 100644
16 --- a/app-portage/gemato/gemato-13.1.ebuild
17 +++ b/app-portage/gemato/gemato-13.1.ebuild
18 @@ -4,7 +4,7 @@
19 EAPI=6
20
21 # pyblake2 & pysha3 are broken with pypy3
22 -PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} pypy )
23 +PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6,3_7} pypy )
24 PYTHON_REQ_USE='threads(+)'
25 inherit distutils-r1
26
27
28 diff --git a/app-portage/gemato/gemato-9999.ebuild b/app-portage/gemato/gemato-9999.ebuild
29 index d58dc34eb2e..da28752419b 100644
30 --- a/app-portage/gemato/gemato-9999.ebuild
31 +++ b/app-portage/gemato/gemato-9999.ebuild
32 @@ -4,7 +4,7 @@
33 EAPI=6
34
35 # pyblake2 & pysha3 are broken with pypy3
36 -PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} pypy )
37 +PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6,3_7} pypy )
38 PYTHON_REQ_USE='threads(+)'
39 inherit distutils-r1 git-r3