diff options
author | Joonas Niilola <juippis@gentoo.org> | 2020-04-21 08:51:00 +0300 |
---|---|---|
committer | Joonas Niilola <juippis@gentoo.org> | 2020-04-21 09:21:52 +0300 |
commit | 9b7242fc65796686f5786622a637844e9f58c32a (patch) | |
tree | 8d57119d1c7976a7720ea630a5cbc5a12fa1fe79 /dev-util/flawfinder | |
parent | dev-util/flawfinder: upgrade to version 2.0.11 (diff) | |
download | gentoo-9b7242fc65796686f5786622a637844e9f58c32a.tar.gz gentoo-9b7242fc65796686f5786622a637844e9f58c32a.tar.bz2 gentoo-9b7242fc65796686f5786622a637844e9f58c32a.zip |
dev-util/flawfinder: python3.8 compatible
Signed-off-by: Joonas Niilola <juippis@gentoo.org>
Diffstat (limited to 'dev-util/flawfinder')
-rw-r--r-- | dev-util/flawfinder/flawfinder-2.0.11.ebuild | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/dev-util/flawfinder/flawfinder-2.0.11.ebuild b/dev-util/flawfinder/flawfinder-2.0.11.ebuild index f69997ccae2b..2ad2225b2016 100644 --- a/dev-util/flawfinder/flawfinder-2.0.11.ebuild +++ b/dev-util/flawfinder/flawfinder-2.0.11.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python2_7 python3_{6,7} ) +PYTHON_COMPAT=( python2_7 python3_{6,7,8} ) inherit distutils-r1 @@ -14,7 +14,6 @@ SRC_URI="https://www.dwheeler.com/${PN}/${P}.tar.gz" LICENSE="GPL-2+" SLOT="0" KEYWORDS="~amd64 ~mips ~ppc ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~sparc-solaris ~x86-solaris" -IUSE="" REQUIRED_USE="${PYTHON_REQUIRED_USE}" |