diff options
author | Pacho Ramos <pacho@gentoo.org> | 2017-04-22 11:28:22 +0200 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2017-04-22 11:56:03 +0200 |
commit | b10c92c1866e6395a7b01ebd2126563c7058c708 (patch) | |
tree | b02f270383a39e4eb2742c838605151b3f89b670 /app-portage/smart-live-rebuild | |
parent | app-portage/gentoopm: Support newer python (diff) | |
download | gentoo-b10c92c1866e6395a7b01ebd2126563c7058c708.tar.gz gentoo-b10c92c1866e6395a7b01ebd2126563c7058c708.tar.bz2 gentoo-b10c92c1866e6395a7b01ebd2126563c7058c708.zip |
app-portage/smart-live-rebuild: Support newer python
Package-Manager: Portage-2.3.5, Repoman-2.3.2
Diffstat (limited to 'app-portage/smart-live-rebuild')
-rw-r--r-- | app-portage/smart-live-rebuild/smart-live-rebuild-1.3.4.1.ebuild | 4 | ||||
-rw-r--r-- | 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 319113d624d2..2d74dea7c0ec 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 f06d030ac04f..6764d0245429 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 |