From: Johannes Huber Date: Tue, 2 Jan 2018 13:38:42 +0000 (+0100) Subject: app-admin/calamares: Add Python 3.6 support X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=56c8464350f076cc6c2f7f79779c0ff1de945e1a;p=gentoo.git app-admin/calamares: Add Python 3.6 support Package-Manager: Portage-2.3.19, Repoman-2.3.6 --- 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"