From 9bda1a3673601fc0a19f8b60d8c99c49bba52216 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Micha=C5=82=20G=C3=B3rny?= Date: Tue, 17 Jul 2018 00:08:39 +0200 Subject: [PATCH] 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 2c4755f0e3f8..cd8960201957 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 d58dc34eb2e5..da28752419b0 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 -- 2.26.2