commit: 064ad296c7d3463d74676b348ef7bd9837a616bf
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Thu May 7 13:09:39 2020 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Thu May 7 13:17:59 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=064ad296
app-forensics/afflib: Remove py2.7
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
app-forensics/afflib/afflib-3.7.18.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/app-forensics/afflib/afflib-3.7.18.ebuild
b/app-forensics/afflib/afflib-3.7.18.ebuild
index c604c422337..fefac350f3b 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