Gentoo Archives: gentoo-commits

From: Johannes Huber <johu@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-admin/calamares/
Date: Tue, 02 Jan 2018 13:39:16
Message-Id: 1514900345.56c8464350f076cc6c2f7f79779c0ff1de945e1a.johu@gentoo
1 commit: 56c8464350f076cc6c2f7f79779c0ff1de945e1a
2 Author: Johannes Huber <johu <AT> gentoo <DOT> org>
3 AuthorDate: Tue Jan 2 13:38:42 2018 +0000
4 Commit: Johannes Huber <johu <AT> gentoo <DOT> org>
5 CommitDate: Tue Jan 2 13:39:05 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=56c84643
7
8 app-admin/calamares: Add Python 3.6 support
9
10 Package-Manager: Portage-2.3.19, Repoman-2.3.6
11
12 app-admin/calamares/calamares-3.1.11.ebuild | 2 +-
13 app-admin/calamares/calamares-3.1.7.ebuild | 4 ++--
14 2 files changed, 3 insertions(+), 3 deletions(-)
15
16 diff --git a/app-admin/calamares/calamares-3.1.11.ebuild b/app-admin/calamares/calamares-3.1.11.ebuild
17 index 4ad1a07e9d4..80d1eb1af83 100644
18 --- a/app-admin/calamares/calamares-3.1.11.ebuild
19 +++ b/app-admin/calamares/calamares-3.1.11.ebuild
20 @@ -3,7 +3,7 @@
21
22 EAPI=6
23
24 -PYTHON_COMPAT=( python{3_4,3_5} )
25 +PYTHON_COMPAT=( python{3_4,3_5,3_6} )
26 inherit kde5 python-r1
27
28 DESCRIPTION="Distribution-independent installer framework"
29
30 diff --git a/app-admin/calamares/calamares-3.1.7.ebuild b/app-admin/calamares/calamares-3.1.7.ebuild
31 index 780fcfe4fd0..80d1eb1af83 100644
32 --- a/app-admin/calamares/calamares-3.1.7.ebuild
33 +++ b/app-admin/calamares/calamares-3.1.7.ebuild
34 @@ -1,9 +1,9 @@
35 -# Copyright 1999-2017 Gentoo Foundation
36 +# Copyright 1999-2018 Gentoo Foundation
37 # Distributed under the terms of the GNU General Public License v2
38
39 EAPI=6
40
41 -PYTHON_COMPAT=( python{3_4,3_5} )
42 +PYTHON_COMPAT=( python{3_4,3_5,3_6} )
43 inherit kde5 python-r1
44
45 DESCRIPTION="Distribution-independent installer framework"