summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2020-01-04 21:07:09 +0100
committerMichał Górny <mgorny@gentoo.org>2020-01-04 21:12:44 +0100
commite3be650bb36407f66cb909e317b1dfda3e9c7f7f (patch)
tree5acff4b3a67c47c85b3d80defa81baa4ed9ea3ca /app-portage
parentapp-portage/flaggie: EAPI 7, newer impls (diff)
downloadgentoo-e3be650bb36407f66cb909e317b1dfda3e9c7f7f.tar.gz
gentoo-e3be650bb36407f66cb909e317b1dfda3e9c7f7f.tar.bz2
gentoo-e3be650bb36407f66cb909e317b1dfda3e9c7f7f.zip
app-portage/diffmask: Enable py3.8
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 81b74bf0a0c3..696a18ca528d 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-2019 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
DISTUTILS_USE_SETUPTOOLS=no
-PYTHON_COMPAT=( python{2_7,3_5,3_6,3_7} pypy )
+PYTHON_COMPAT=( python{2_7,3_{6,7,8}} )
inherit distutils-r1
diff --git a/app-portage/diffmask/diffmask-9999.ebuild b/app-portage/diffmask/diffmask-9999.ebuild
index 19e5a66f0a5a..e644b0bc2a5e 100644
--- a/app-portage/diffmask/diffmask-9999.ebuild
+++ b/app-portage/diffmask/diffmask-9999.ebuild
@@ -1,10 +1,10 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
DISTUTILS_USE_SETUPTOOLS=no
-PYTHON_COMPAT=( python{2_7,3_5,3_6,3_7} pypy )
+PYTHON_COMPAT=( python{2_7,3_{6,7,8}} )
inherit distutils-r1 git-r3