From: Michał Górny Date: Tue, 17 Jul 2018 11:36:53 +0000 (+0200) Subject: app-portage/smart-live-rebuild: Enable py3.7 X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=544199c6dd3abfe88a148fece14f687d5c8b3609;p=gentoo.git app-portage/smart-live-rebuild: Enable py3.7 --- 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