commit: 544199c6dd3abfe88a148fece14f687d5c8b3609
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Tue Jul 17 11:36:53 2018 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Tue Jul 17 11:36:55 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=544199c6
app-portage/smart-live-rebuild: Enable py3.7
app-portage/smart-live-rebuild/smart-live-rebuild-1.3.5.ebuild | 2 +-
app-portage/smart-live-rebuild/smart-live-rebuild-9999.ebuild | 2 +-
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 31ec3b6360b..2d34eab8b58 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 c8a7533d093..37edadce095 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