From 544199c6dd3abfe88a148fece14f687d5c8b3609 Mon Sep 17 00:00:00 2001 From: Michał Górny Date: Tue, 17 Jul 2018 13:36:53 +0200 Subject: 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(-) (limited to 'app-portage') 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 -- cgit v1.2.3-65-gdbad