app-portage/tatt: Remove py2
authorMichał Górny <mgorny@gentoo.org>
Mon, 10 Feb 2020 11:08:46 +0000 (12:08 +0100)
committerMichał Górny <mgorny@gentoo.org>
Mon, 10 Feb 2020 11:16:01 +0000 (12:16 +0100)
Signed-off-by: Michał Górny <mgorny@gentoo.org>
app-portage/tatt/tatt-0.5.ebuild
app-portage/tatt/tatt-0.6.ebuild
app-portage/tatt/tatt-9999.ebuild

index 34f4aa75b7f1a1766c8c735419d0b41a7dfa3d33..347603126f6678e4f045a20e58a94eb0c05eb88e 100644 (file)
@@ -3,7 +3,7 @@
 
 EAPI=6
 
-PYTHON_COMPAT=( python2_7 python3_6 )
+PYTHON_COMPAT=( python3_6 )
 
 inherit distutils-r1
 
index 99e6ef2ee9403a8aa53e7fd07926cf67beb0ba7c..ead88748c2748b0e1dc454d5ae0c937f9f6f8657 100644 (file)
@@ -3,7 +3,7 @@
 
 EAPI=6
 
-PYTHON_COMPAT=( python2_7 python3_6 )
+PYTHON_COMPAT=( python3_6 )
 
 inherit distutils-r1
 
index c0f9e775f5c7fadabbf90339ddb2da580b98e7dd..8351da5ce0803e1bd0f5454433bafe432c06dcf5 100644 (file)
@@ -3,7 +3,7 @@
 
 EAPI=6
 
-PYTHON_COMPAT=( python2_7 python3_6 )
+PYTHON_COMPAT=( python3_6 )
 
 inherit distutils-r1 git-r3