app-portage/smart-live-rebuild: Enable py3.7
authorMichał Górny <mgorny@gentoo.org>
Tue, 17 Jul 2018 11:36:53 +0000 (13:36 +0200)
committerMichał Górny <mgorny@gentoo.org>
Tue, 17 Jul 2018 11:36:55 +0000 (13:36 +0200)
app-portage/smart-live-rebuild/smart-live-rebuild-1.3.5.ebuild
app-portage/smart-live-rebuild/smart-live-rebuild-9999.ebuild

index 31ec3b6360b7db58e89f0715af96c78394c1b756..2d34eab8b58762f4aa2a0f09abf3d4500a4dcffb 100644 (file)
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
-PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} )
+PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6,3_7} )
 
 inherit distutils-r1
 
index c8a7533d0933dfd9c33b08ea0b9a9f71c2250fc7..37edadce0959b5bccb59b30578d3e6b937becb39 100644 (file)
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
-PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} )
+PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6,3_7} )
 
 EGIT_REPO_URI="https://github.com/mgorny/${PN}.git"
 inherit distutils-r1 git-r3