commit: ef7248aa3685b576d453fbbb54ea9629eaa7dac0
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Fri Nov 29 08:29:16 2019 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Fri Nov 29 10:59:48 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ef7248aa
app-portage/diffmask: Enable py3.7
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
app-portage/diffmask/diffmask-0.3.3-r4.ebuild | 2 +-
app-portage/diffmask/diffmask-9999.ebuild | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/app-portage/diffmask/diffmask-0.3.3-r4.ebuild
b/app-portage/diffmask/diffmask-0.3.3-r4.ebuild
index 0f2b49d1e55..dd881f74bd0 100644
--- a/app-portage/diffmask/diffmask-0.3.3-r4.ebuild
+++ b/app-portage/diffmask/diffmask-0.3.3-r4.ebuild
@@ -2,7 +2,7 @@
# Distributed under the terms of the GNU General Public License v2
EAPI=7
-PYTHON_COMPAT=( python{2_7,3_5,3_6} pypy )
+PYTHON_COMPAT=( python{2_7,3_5,3_6,3_7} pypy )
inherit distutils-r1
diff --git a/app-portage/diffmask/diffmask-9999.ebuild
b/app-portage/diffmask/diffmask-9999.ebuild
index f2c1fc19249..b8f95825456 100644
--- a/app-portage/diffmask/diffmask-9999.ebuild
+++ b/app-portage/diffmask/diffmask-9999.ebuild
@@ -2,7 +2,7 @@
# Distributed under the terms of the GNU General Public License v2
EAPI=7
-PYTHON_COMPAT=( python{2_7,3_5,3_6} pypy )
+PYTHON_COMPAT=( python{2_7,3_5,3_6,3_7} pypy )
inherit distutils-r1 git-r3