summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohannes Huber <johu@gentoo.org>2018-01-02 14:38:42 +0100
committerJohannes Huber <johu@gentoo.org>2018-01-02 14:39:05 +0100
commit56c8464350f076cc6c2f7f79779c0ff1de945e1a (patch)
tree4849ffb633539cc9343dca5eefe8651fa50c2410 /app-admin/calamares
parentsys-apps/debianutils: Removed old. (diff)
downloadgentoo-56c8464350f076cc6c2f7f79779c0ff1de945e1a.tar.gz
gentoo-56c8464350f076cc6c2f7f79779c0ff1de945e1a.tar.bz2
gentoo-56c8464350f076cc6c2f7f79779c0ff1de945e1a.zip
app-admin/calamares: Add Python 3.6 support
Package-Manager: Portage-2.3.19, Repoman-2.3.6
Diffstat (limited to 'app-admin/calamares')
-rw-r--r--app-admin/calamares/calamares-3.1.11.ebuild2
-rw-r--r--app-admin/calamares/calamares-3.1.7.ebuild4
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"