summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2021-05-22 13:23:26 +0200
committerMichał Górny <mgorny@gentoo.org>2021-05-22 13:25:06 +0200
commit08ceae61fd4d7d3321c763636eb2d45619abe774 (patch)
treeb05a73d3b3a2e9891ba218d3bc201d7f339254cf
parentsys-kernel/gentoo-sources: Linux plus genpatches (diff)
downloadgentoo-08ceae61fd4d7d3321c763636eb2d45619abe774.tar.gz
gentoo-08ceae61fd4d7d3321c763636eb2d45619abe774.tar.bz2
gentoo-08ceae61fd4d7d3321c763636eb2d45619abe774.zip
app-portage/flaggie: Enable python3.9
Reported by 'txt.file'. Signed-off-by: Michał Górny <mgorny@gentoo.org>
-rw-r--r--app-portage/flaggie/flaggie-0.2.1-r1.ebuild4
-rw-r--r--app-portage/flaggie/flaggie-9999.ebuild4
2 files changed, 4 insertions, 4 deletions
diff --git a/app-portage/flaggie/flaggie-0.2.1-r1.ebuild b/app-portage/flaggie/flaggie-0.2.1-r1.ebuild
index a7a5da9f1188..7fa8f87b0bbb 100644
--- a/app-portage/flaggie/flaggie-0.2.1-r1.ebuild
+++ b/app-portage/flaggie/flaggie-0.2.1-r1.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 bash-completion-r1 distutils-r1
diff --git a/app-portage/flaggie/flaggie-9999.ebuild b/app-portage/flaggie/flaggie-9999.ebuild
index 63eb61617176..054c1c210325 100644
--- a/app-portage/flaggie/flaggie-9999.ebuild
+++ b/app-portage/flaggie/flaggie-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} )
EGIT_REPO_URI="https://github.com/mgorny/flaggie.git"
inherit bash-completion-r1 distutils-r1 git-r3