From: Joonas Niilola Date: Tue, 21 Apr 2020 05:51:00 +0000 (+0300) Subject: dev-util/flawfinder: python3.8 compatible X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=9b7242fc65796686f5786622a637844e9f58c32a;p=gentoo.git dev-util/flawfinder: python3.8 compatible Signed-off-by: Joonas Niilola --- 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}"