dev-util/scanmem: Remove py2
authorMichał Górny <mgorny@gentoo.org>
Mon, 10 Feb 2020 11:41:52 +0000 (12:41 +0100)
committerMichał Górny <mgorny@gentoo.org>
Mon, 10 Feb 2020 11:54:11 +0000 (12:54 +0100)
Signed-off-by: Michał Górny <mgorny@gentoo.org>
dev-util/scanmem/scanmem-0.17.ebuild

index 394918a7c74bb0cfdfe7a61c154efd920ab89d72..2c502521ae88e33acaf36d3b469b228008423ff2 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 eutils python-single-r1