commit: b10c92c1866e6395a7b01ebd2126563c7058c708
Author: Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Sat Apr 22 09:28:22 2017 +0000
Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Sat Apr 22 09:56:03 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b10c92c1
app-portage/smart-live-rebuild: Support newer python
Package-Manager: Portage-2.3.5, Repoman-2.3.2
app-portage/smart-live-rebuild/smart-live-rebuild-1.3.4.1.ebuild | 4 ++--
app-portage/smart-live-rebuild/smart-live-rebuild-9999.ebuild | 4 ++--
2 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/app-portage/smart-live-rebuild/smart-live-rebuild-1.3.4.1.ebuild
b/app-portage/smart-live-rebuild/smart-live-rebuild-1.3.4.1.ebuild
index 319113d624d..2d74dea7c0e 100644
--- a/app-portage/smart-live-rebuild/smart-live-rebuild-1.3.4.1.ebuild
+++ b/app-portage/smart-live-rebuild/smart-live-rebuild-1.3.4.1.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=5
-PYTHON_COMPAT=( python{2_7,3_4,3_5} )
+PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} )
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 f06d030ac04..6764d024542 100644
--- a/app-portage/smart-live-rebuild/smart-live-rebuild-9999.ebuild
+++ b/app-portage/smart-live-rebuild/smart-live-rebuild-9999.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=5
-PYTHON_COMPAT=( python{2_7,3_4,3_5} )
+PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} )
inherit distutils-r1