summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2019-11-29 09:29:16 +0100
committerMichał Górny <mgorny@gentoo.org>2019-11-29 11:59:48 +0100
commitef7248aa3685b576d453fbbb54ea9629eaa7dac0 (patch)
treec8749c2c5470db2a328b367bef2871560bae7465 /app-portage
parentdev-python/hypothesis: Bump to 4.50.1 (diff)
downloadgentoo-ef7248aa3685b576d453fbbb54ea9629eaa7dac0.tar.gz
gentoo-ef7248aa3685b576d453fbbb54ea9629eaa7dac0.tar.bz2
gentoo-ef7248aa3685b576d453fbbb54ea9629eaa7dac0.zip
app-portage/diffmask: Enable py3.7
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'app-portage')
-rw-r--r--app-portage/diffmask/diffmask-0.3.3-r4.ebuild2
-rw-r--r--app-portage/diffmask/diffmask-9999.ebuild2
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 0f2b49d1e55c..dd881f74bd08 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 f2c1fc19249a..b8f95825456d 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