summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlfredo Tupone <tupone@gentoo.org>2021-05-23 12:07:15 +0200
committerAlfredo Tupone <tupone@gentoo.org>2021-05-23 12:07:15 +0200
commit1e5a0596bdd3bec4198690f5d687d4ae6eae1c2a (patch)
tree2edb7ada05e43f295a1768b0f292bce370d89b47 /dev-util/flawfinder
parentmedia-sound/exaile: py3_9 (diff)
downloadgentoo-1e5a0596bdd3bec4198690f5d687d4ae6eae1c2a.tar.gz
gentoo-1e5a0596bdd3bec4198690f5d687d4ae6eae1c2a.tar.bz2
gentoo-1e5a0596bdd3bec4198690f5d687d4ae6eae1c2a.zip
dev-util/flawfinder: enable python 3.9
Package-Manager: Portage-3.0.18, Repoman-3.0.2 Signed-off-by: Alfredo Tupone <tupone@gentoo.org>
Diffstat (limited to 'dev-util/flawfinder')
-rw-r--r--dev-util/flawfinder/flawfinder-2.0.15.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-util/flawfinder/flawfinder-2.0.15.ebuild b/dev-util/flawfinder/flawfinder-2.0.15.ebuild
index 445563b0e667..9305ed78d86a 100644
--- a/dev-util/flawfinder/flawfinder-2.0.15.ebuild
+++ b/dev-util/flawfinder/flawfinder-2.0.15.ebuild
@@ -3,7 +3,7 @@
EAPI=7
-PYTHON_COMPAT=( python3_{7,8} )
+PYTHON_COMPAT=( python3_{7..9} )
inherit distutils-r1