summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Deutschmann <whissi@gentoo.org>2020-09-02 17:58:16 +0200
committerThomas Deutschmann <whissi@gentoo.org>2020-09-02 17:58:32 +0200
commitc4c13bff673b3609af310c59225170caca4167a7 (patch)
tree91afe5e4ab61ce7b7bcc9c11495147c924524415
parentdev-libs/libmateweather: Drop old (diff)
downloadgentoo-c4c13bff673b3609af310c59225170caca4167a7.tar.gz
gentoo-c4c13bff673b3609af310c59225170caca4167a7.tar.bz2
gentoo-c4c13bff673b3609af310c59225170caca4167a7.zip
app-portage/elicense: add Python 3.8+ support
Package-Manager: Portage-3.0.4, Repoman-3.0.1 Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
-rw-r--r--app-portage/elicense/elicense-1.0.2.ebuild2
-rw-r--r--app-portage/elicense/elicense-9999.ebuild2
2 files changed, 2 insertions, 2 deletions
diff --git a/app-portage/elicense/elicense-1.0.2.ebuild b/app-portage/elicense/elicense-1.0.2.ebuild
index f671d14c41e4..3cc632c4a60e 100644
--- a/app-portage/elicense/elicense-1.0.2.ebuild
+++ b/app-portage/elicense/elicense-1.0.2.ebuild
@@ -2,7 +2,7 @@
# Distributed under the terms of the GNU General Public License v2
EAPI="7"
-PYTHON_COMPAT=( python{3_6,3_7} )
+PYTHON_COMPAT=( python3_{6,7,8,9} )
inherit distutils-r1
if [[ ${PV} == "9999" ]]; then
diff --git a/app-portage/elicense/elicense-9999.ebuild b/app-portage/elicense/elicense-9999.ebuild
index 62562385f1ee..21bffddfdfbc 100644
--- a/app-portage/elicense/elicense-9999.ebuild
+++ b/app-portage/elicense/elicense-9999.ebuild
@@ -2,7 +2,7 @@
# Distributed under the terms of the GNU General Public License v2
EAPI="7"
-PYTHON_COMPAT=( python{3_6,3_7} )
+PYTHON_COMPAT=( python3_{6,7,8,9} )
inherit distutils-r1
if [[ ${PV} == "9999" ]]; then