app-portage/esearch: Remove py2
authorMichał Górny <mgorny@gentoo.org>
Tue, 11 Feb 2020 11:29:41 +0000 (12:29 +0100)
committerMichał Górny <mgorny@gentoo.org>
Tue, 11 Feb 2020 11:38:10 +0000 (12:38 +0100)
Signed-off-by: Michał Górny <mgorny@gentoo.org>
app-portage/esearch/esearch-1.3-r2.ebuild
app-portage/esearch/esearch-9999.ebuild

index de631c687cbfbc937698de3c5ba22525827a69c3..ec4868bfb1b40ef04b53750e84b3433ebebe26dd 100644 (file)
@@ -3,7 +3,7 @@
 
 EAPI=5
 
-PYTHON_COMPAT=(python{2_7,3_6,3_7})
+PYTHON_COMPAT=(python{3_6,3_7})
 PYTHON_REQ_USE="readline(+)"
 
 inherit distutils-r1
index 2512045faf8e9a972cd90057d7bc6f1a8b61c20b..f880bb7a1ad90ad04438d4a159fe56692adfcee0 100644 (file)
@@ -3,7 +3,7 @@
 
 EAPI=5
 
-PYTHON_COMPAT=(python{2_7,3_6,3_7})
+PYTHON_COMPAT=(python{3_6,3_7})
 PYTHON_REQ_USE="readline(+)"
 
 inherit distutils-r1 git-r3