commit: aa452455364779a0c2900c688fb04f23f4114cc5
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Tue Jul 17 11:26:04 2018 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Tue Jul 17 11:34:46 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aa452455
app-portage/gentoopm: Enable py3.7
app-portage/gentoopm/gentoopm-0.3.0.ebuild | 2 +-
app-portage/gentoopm/gentoopm-9999.ebuild | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/app-portage/gentoopm/gentoopm-0.3.0.ebuild
b/app-portage/gentoopm/gentoopm-0.3.0.ebuild
index 1adbbdf76b0..1dfd3083cdb 100644
--- a/app-portage/gentoopm/gentoopm-0.3.0.ebuild
+++ b/app-portage/gentoopm/gentoopm-0.3.0.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/gentoopm/gentoopm-9999.ebuild
b/app-portage/gentoopm/gentoopm-9999.ebuild
index 96a9ef4eacf..6ffaedb0be4 100644
--- a/app-portage/gentoopm/gentoopm-9999.ebuild
+++ b/app-portage/gentoopm/gentoopm-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/gentoopm.git"
inherit distutils-r1 git-r3