From 56c8464350f076cc6c2f7f79779c0ff1de945e1a Mon Sep 17 00:00:00 2001 From: Johannes Huber Date: Tue, 2 Jan 2018 14:38:42 +0100 Subject: [PATCH] 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 4ad1a07e9d4c..80d1eb1af83d 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 780fcfe4fd0f..80d1eb1af83d 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" -- 2.26.2