summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2020-05-07 15:09:39 +0200
committerMichał Górny <mgorny@gentoo.org>2020-05-07 15:17:59 +0200
commit064ad296c7d3463d74676b348ef7bd9837a616bf (patch)
treea3491f9958b03bff8251e305f35e5507188701fa
parentapp-emulation/virtualbox: Remove py2.7 (diff)
downloadgentoo-064ad296c7d3463d74676b348ef7bd9837a616bf.tar.gz
gentoo-064ad296c7d3463d74676b348ef7bd9837a616bf.tar.bz2
gentoo-064ad296c7d3463d74676b348ef7bd9837a616bf.zip
app-forensics/afflib: Remove py2.7
Signed-off-by: Michał Górny <mgorny@gentoo.org>
-rw-r--r--app-forensics/afflib/afflib-3.7.18.ebuild2
1 files changed, 1 insertions, 1 deletions
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