commit: 648d0adc3f1becbb5d4c0bbd4344ded272c0a7ec
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Tue Jul 17 11:35:34 2018 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Tue Jul 17 11:35:53 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=648d0adc
app-portage/gpyutils: Enable py3.7
app-portage/gpyutils/gpyutils-0.2.2.ebuild | 2 +-
app-portage/gpyutils/gpyutils-9999.ebuild | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/app-portage/gpyutils/gpyutils-0.2.2.ebuild
b/app-portage/gpyutils/gpyutils-0.2.2.ebuild
index d46dffd5070..b1c59ceabd2 100644
--- a/app-portage/gpyutils/gpyutils-0.2.2.ebuild
+++ b/app-portage/gpyutils/gpyutils-0.2.2.ebuild
@@ -2,7 +2,7 @@
# Distributed under the terms of the GNU General Public License v2
EAPI=6
-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 )
inherit distutils-r1
diff --git a/app-portage/gpyutils/gpyutils-9999.ebuild
b/app-portage/gpyutils/gpyutils-9999.ebuild
index 06e17abf9f0..b91c5aef712 100644
--- a/app-portage/gpyutils/gpyutils-9999.ebuild
+++ b/app-portage/gpyutils/gpyutils-9999.ebuild
@@ -2,7 +2,7 @@
# Distributed under the terms of the GNU General Public License v2
EAPI=6
-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 )
EGIT_REPO_URI="https://github.com/mgorny/gpyutils.git"
inherit distutils-r1 git-r3