summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2021-05-23 09:26:49 +0200
committerMichał Górny <mgorny@gentoo.org>2021-05-23 10:01:24 +0200
commit4ec665e872ff9bd2def591b05190f9455431ac17 (patch)
tree742fcc644b414082cae5cefe6a35c3fc9f2679f5 /app-portage
parentdev-python/snakeoil: Remove old (diff)
downloadgentoo-4ec665e872ff9bd2def591b05190f9455431ac17.tar.gz
gentoo-4ec665e872ff9bd2def591b05190f9455431ac17.tar.bz2
gentoo-4ec665e872ff9bd2def591b05190f9455431ac17.zip
app-portage/diffmask: Enable python3.9
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.ebuild4
-rw-r--r--app-portage/diffmask/diffmask-9999.ebuild4
2 files changed, 4 insertions, 4 deletions
diff --git a/app-portage/diffmask/diffmask-0.3.3-r4.ebuild b/app-portage/diffmask/diffmask-0.3.3-r4.ebuild
index a2b84e49e5d4..4942a259424f 100644
--- a/app-portage/diffmask/diffmask-0.3.3-r4.ebuild
+++ b/app-portage/diffmask/diffmask-0.3.3-r4.ebuild
@@ -1,10 +1,10 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
DISTUTILS_USE_SETUPTOOLS=no
-PYTHON_COMPAT=( python3_{7,8} )
+PYTHON_COMPAT=( python3_{7..9} )
inherit distutils-r1
diff --git a/app-portage/diffmask/diffmask-9999.ebuild b/app-portage/diffmask/diffmask-9999.ebuild
index eb4394d4ca93..413a58f1d2c3 100644
--- a/app-portage/diffmask/diffmask-9999.ebuild
+++ b/app-portage/diffmask/diffmask-9999.ebuild
@@ -1,10 +1,10 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
DISTUTILS_USE_SETUPTOOLS=no
-PYTHON_COMPAT=( python3_{7,8} )
+PYTHON_COMPAT=( python3_{7..9} )
inherit distutils-r1 git-r3