From: Michał Górny Date: Mon, 16 Jul 2018 22:08:39 +0000 (+0200) Subject: app-portage/gemato: Enable py3.7 X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=9bda1a3673601fc0a19f8b60d8c99c49bba52216;p=gentoo.git app-portage/gemato: Enable py3.7 --- 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