commit: 9b7242fc65796686f5786622a637844e9f58c32a
Author: Joonas Niilola <juippis <AT> gentoo <DOT> org>
AuthorDate: Tue Apr 21 05:51:00 2020 +0000
Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Tue Apr 21 06:21:52 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9b7242fc
dev-util/flawfinder: python3.8 compatible
Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>
dev-util/flawfinder/flawfinder-2.0.11.ebuild | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/dev-util/flawfinder/flawfinder-2.0.11.ebuild
b/dev-util/flawfinder/flawfinder-2.0.11.ebuild
index f69997ccae2..2ad2225b201 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}"