From: Michał Górny Date: Thu, 7 May 2020 13:09:39 +0000 (+0200) Subject: app-forensics/afflib: Remove py2.7 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=064ad296c7d3463d74676b348ef7bd9837a616bf;p=gentoo.git app-forensics/afflib: Remove py2.7 Signed-off-by: Michał Górny --- diff --git a/app-forensics/afflib/afflib-3.7.18.ebuild b/app-forensics/afflib/afflib-3.7.18.ebuild index c604c4223373..fefac350f3bc 100644 --- a/app-forensics/afflib/afflib-3.7.18.ebuild +++ b/app-forensics/afflib/afflib-3.7.18.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( python{2_7,3_{6,7}} ) +PYTHON_COMPAT=( python3_{6,7} ) inherit autotools python-single-r1