app-forensics/afflib: Remove py2.7
authorMichał Górny <mgorny@gentoo.org>
Thu, 7 May 2020 13:09:39 +0000 (15:09 +0200)
committerMichał Górny <mgorny@gentoo.org>
Thu, 7 May 2020 13:17:59 +0000 (15:17 +0200)
Signed-off-by: Michał Górny <mgorny@gentoo.org>
app-forensics/afflib/afflib-3.7.18.ebuild

index c604c4223373c5a8d77aec7908908ad3012783f6..fefac350f3bc0d9dc91199bf52a0e0f383fa0139 100644 (file)
@@ -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