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 /app-portage/flaggie/flaggie-0.2.1-r1.ebuild
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>
Diffstat (limited to 'app-portage/flaggie/flaggie-0.2.1-r1.ebuild')
-rw-r--r--app-portage/flaggie/flaggie-0.2.1-r1.ebuild4
1 files changed, 2 insertions, 2 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