app-portage/portpeek: Enable py3.7
authorMike Pagano <mpagano@gentoo.org>
Thu, 2 Aug 2018 16:02:26 +0000 (12:02 -0400)
committerMike Pagano <mpagano@gentoo.org>
Thu, 2 Aug 2018 16:02:41 +0000 (12:02 -0400)
Package-Manager: Portage-2.3.44, Repoman-2.3.10

app-portage/portpeek/portpeek-2.1.26-r1.ebuild
app-portage/portpeek/portpeek-2.1.26.ebuild

index 8012525177067e3a46d1ea41b1ae62bbb95f4f1b..cacbd840578222d5ffcc02e4026df798ed03d3b1 100644 (file)
@@ -3,7 +3,7 @@
 
 EAPI="6"
 
-PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} )
+PYTHON_COMPAT=( python2_7 python3_{4,5,6,7} )
 
 inherit python-r1
 
index 06eb5a6cda321b8d1b82f0f5f89fcae0f48d8133..5eb5cc173be54619e3e71a023ffb2d8d9cbf82f4 100644 (file)
@@ -3,7 +3,7 @@
 
 EAPI="6"
 
-PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} )
+PYTHON_COMPAT=( python2_7 python3_{4,5,6,7} )
 
 inherit python-r1