commit:     9bda1a3673601fc0a19f8b60d8c99c49bba52216
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Mon Jul 16 22:08:39 2018 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Mon Jul 16 22:16:26 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9bda1a36

app-portage/gemato: Enable py3.7

 app-portage/gemato/gemato-13.1.ebuild | 2 +-
 app-portage/gemato/gemato-9999.ebuild | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-portage/gemato/gemato-13.1.ebuild 
b/app-portage/gemato/gemato-13.1.ebuild
index 2c4755f0e3f..cd896020195 100644
--- a/app-portage/gemato/gemato-13.1.ebuild
+++ b/app-portage/gemato/gemato-13.1.ebuild
@@ -4,7 +4,7 @@
 EAPI=6
 
 # pyblake2 & pysha3 are broken with pypy3
-PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} pypy )
+PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6,3_7} pypy )
 PYTHON_REQ_USE='threads(+)'
 inherit distutils-r1
 

diff --git a/app-portage/gemato/gemato-9999.ebuild 
b/app-portage/gemato/gemato-9999.ebuild
index d58dc34eb2e..da28752419b 100644
--- a/app-portage/gemato/gemato-9999.ebuild
+++ b/app-portage/gemato/gemato-9999.ebuild
@@ -4,7 +4,7 @@
 EAPI=6
 
 # pyblake2 & pysha3 are broken with pypy3
-PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} pypy )
+PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6,3_7} pypy )
 PYTHON_REQ_USE='threads(+)'
 inherit distutils-r1 git-r3
 

Reply via email to