diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-05-07 15:09:39 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-05-07 15:17:59 +0200 |
commit | 064ad296c7d3463d74676b348ef7bd9837a616bf (patch) | |
tree | a3491f9958b03bff8251e305f35e5507188701fa /app-forensics | |
parent | app-emulation/virtualbox: Remove py2.7 (diff) | |
download | gentoo-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>
Diffstat (limited to 'app-forensics')
-rw-r--r-- | app-forensics/afflib/afflib-3.7.18.ebuild | 2 |
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 |