sys-libs/libcap-ng: Remove py2
authorMichał Górny <mgorny@gentoo.org>
Mon, 10 Feb 2020 21:15:23 +0000 (22:15 +0100)
committerMichał Górny <mgorny@gentoo.org>
Mon, 10 Feb 2020 21:25:02 +0000 (22:25 +0100)
Signed-off-by: Michał Górny <mgorny@gentoo.org>
sys-libs/libcap-ng/libcap-ng-0.7.10.ebuild
sys-libs/libcap-ng/libcap-ng-0.7.8.ebuild
sys-libs/libcap-ng/libcap-ng-0.7.9.ebuild

index 9361395aa7cb669649fc612841497984f599397d..03baf68eeb4ed4018dc4aa83b1b425eb419b03c2 100644 (file)
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-PYTHON_COMPAT=( python{2_7,3_{6,7,8}} )
+PYTHON_COMPAT=( python3_{6,7,8} )
 
 inherit autotools flag-o-matic python-r1
 
index 1cc1c9d7b3088c93e70755cc30e3e2c1e2df08b2..a9bbeaa640b4d1eeacdb1e798220a45f20ed10de 100644 (file)
@@ -5,7 +5,7 @@ EAPI=5
 
 AUTOTOOLS_AUTORECONF=1
 AUTOTOOLS_PRUNE_LIBTOOL_FILES=all
-PYTHON_COMPAT=( python{2_7,3_6} )
+PYTHON_COMPAT=( python3_6 )
 
 inherit autotools-utils flag-o-matic python-r1
 
index 56ee56eaf61a28e73065d5ee023ba983d667b887..202648aebe3f97033e8c9dae5ecd0bf714af314f 100644 (file)
@@ -3,7 +3,7 @@
 
 EAPI=6
 
-PYTHON_COMPAT=( python{2_7,3_{6,7}} )
+PYTHON_COMPAT=( python3_{6,7} )
 
 inherit autotools flag-o-matic python-r1