commit: 56c8464350f076cc6c2f7f79779c0ff1de945e1a
Author: Johannes Huber <johu <AT> gentoo <DOT> org>
AuthorDate: Tue Jan 2 13:38:42 2018 +0000
Commit: Johannes Huber <johu <AT> gentoo <DOT> org>
CommitDate: Tue Jan 2 13:39:05 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=56c84643
app-admin/calamares: Add Python 3.6 support
Package-Manager: Portage-2.3.19, Repoman-2.3.6
app-admin/calamares/calamares-3.1.11.ebuild | 2 +-
app-admin/calamares/calamares-3.1.7.ebuild | 4 ++--
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/app-admin/calamares/calamares-3.1.11.ebuild
b/app-admin/calamares/calamares-3.1.11.ebuild
index 4ad1a07e9d4..80d1eb1af83 100644
--- a/app-admin/calamares/calamares-3.1.11.ebuild
+++ b/app-admin/calamares/calamares-3.1.11.ebuild
@@ -3,7 +3,7 @@
EAPI=6
-PYTHON_COMPAT=( python{3_4,3_5} )
+PYTHON_COMPAT=( python{3_4,3_5,3_6} )
inherit kde5 python-r1
DESCRIPTION="Distribution-independent installer framework"
diff --git a/app-admin/calamares/calamares-3.1.7.ebuild
b/app-admin/calamares/calamares-3.1.7.ebuild
index 780fcfe4fd0..80d1eb1af83 100644
--- a/app-admin/calamares/calamares-3.1.7.ebuild
+++ b/app-admin/calamares/calamares-3.1.7.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=6
-PYTHON_COMPAT=( python{3_4,3_5} )
+PYTHON_COMPAT=( python{3_4,3_5,3_6} )
inherit kde5 python-r1
DESCRIPTION="Distribution-independent installer framework"