app-portage/esearch: Mark as Python 3.7 compatible
authorPieter Van den Abeele <pvdabeel@mac.com>
Sun, 5 May 2019 12:38:36 +0000 (14:38 +0200)
committerZac Medico <zmedico@gentoo.org>
Sun, 5 May 2019 17:38:26 +0000 (10:38 -0700)
Closes: https://github.com/gentoo/gentoo/pull/11910
Package-Manager: Portage-2.3.66, Repoman-2.3.12
Signed-off-by: Zac Medico <zmedico@gentoo.org>
app-portage/esearch/esearch-1.3-r2.ebuild
app-portage/esearch/esearch-9999.ebuild

index d628b3b73575d74ffa386fbc7e36f27689e86942..724b0ea94cf70b3ed751d11253bb402d82f048ac 100644 (file)
@@ -3,7 +3,7 @@
 
 EAPI=5
 
-PYTHON_COMPAT=(python{2_7,3_5,3_6})
+PYTHON_COMPAT=(python{2_7,3_5,3_6,3_7})
 PYTHON_REQ_USE="readline(+)"
 
 inherit distutils-r1
index 2aecbf1e30b34174db6dbb295bca3416e84598ea..ca0681915b4edab643194cf47d85fbf052d80915 100644 (file)
@@ -3,7 +3,7 @@
 
 EAPI=5
 
-PYTHON_COMPAT=(python{2_7,3_5,3_6})
+PYTHON_COMPAT=(python{2_7,3_5,3_6,3_7})
 PYTHON_REQ_USE="readline(+)"
 
 inherit distutils-r1 git-r3