summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2018-07-17 13:36:53 +0200
committerMichał Górny <mgorny@gentoo.org>2018-07-17 13:36:55 +0200
commit544199c6dd3abfe88a148fece14f687d5c8b3609 (patch)
tree30cde11ffb60cb088b1243f7372697a658ffe59c /app-portage
parentapp-portage/gpyutils: Enable py3.7 (diff)
downloadgentoo-544199c6dd3abfe88a148fece14f687d5c8b3609.tar.gz
gentoo-544199c6dd3abfe88a148fece14f687d5c8b3609.tar.bz2
gentoo-544199c6dd3abfe88a148fece14f687d5c8b3609.zip
app-portage/smart-live-rebuild: Enable py3.7
Diffstat (limited to 'app-portage')
-rw-r--r--app-portage/smart-live-rebuild/smart-live-rebuild-1.3.5.ebuild2
-rw-r--r--app-portage/smart-live-rebuild/smart-live-rebuild-9999.ebuild2
2 files changed, 2 insertions, 2 deletions
diff --git a/app-portage/smart-live-rebuild/smart-live-rebuild-1.3.5.ebuild b/app-portage/smart-live-rebuild/smart-live-rebuild-1.3.5.ebuild
index 31ec3b6360b7..2d34eab8b587 100644
--- a/app-portage/smart-live-rebuild/smart-live-rebuild-1.3.5.ebuild
+++ b/app-portage/smart-live-rebuild/smart-live-rebuild-1.3.5.ebuild
@@ -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
diff --git a/app-portage/smart-live-rebuild/smart-live-rebuild-9999.ebuild b/app-portage/smart-live-rebuild/smart-live-rebuild-9999.ebuild
index c8a7533d0933..37edadce0959 100644
--- a/app-portage/smart-live-rebuild/smart-live-rebuild-9999.ebuild
+++ b/app-portage/smart-live-rebuild/smart-live-rebuild-9999.ebuild
@@ -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