Gentoo Archives: gentoo-commits

From: "Andreas Hüttel" <dilfridge@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-gfx/hugin/
Date: Fri, 22 Jun 2018 19:29:13
Message-Id: 1529695741.bd11aa5ac0f2e004da145ad52e49ef82c765f879.dilfridge@gentoo
1 commit: bd11aa5ac0f2e004da145ad52e49ef82c765f879
2 Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
3 AuthorDate: Fri Jun 22 19:25:48 2018 +0000
4 Commit: Andreas Hüttel <dilfridge <AT> gentoo <DOT> org>
5 CommitDate: Fri Jun 22 19:29:01 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bd11aa5a
7
8 media-gfx/hugin: Add python-3.6 to allowed list
9
10 Closes: https://bugs.gentoo.org/656948
11 Package-Manager: Portage-2.3.40, Repoman-2.3.9
12
13 media-gfx/hugin/hugin-2018.0.0.ebuild | 2 +-
14 media-gfx/hugin/hugin-9999.ebuild | 4 ++--
15 2 files changed, 3 insertions(+), 3 deletions(-)
16
17 diff --git a/media-gfx/hugin/hugin-2018.0.0.ebuild b/media-gfx/hugin/hugin-2018.0.0.ebuild
18 index c3812f206d1..6e80515ca14 100644
19 --- a/media-gfx/hugin/hugin-2018.0.0.ebuild
20 +++ b/media-gfx/hugin/hugin-2018.0.0.ebuild
21 @@ -4,7 +4,7 @@
22 EAPI=6
23
24 WX_GTK_VER="3.0"
25 -PYTHON_COMPAT=( python{2_7,3_4,3_5} )
26 +PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} )
27
28 inherit python-single-r1 wxwidgets versionator cmake-utils
29
30
31 diff --git a/media-gfx/hugin/hugin-9999.ebuild b/media-gfx/hugin/hugin-9999.ebuild
32 index 32e41078241..8615f1c5a0b 100644
33 --- a/media-gfx/hugin/hugin-9999.ebuild
34 +++ b/media-gfx/hugin/hugin-9999.ebuild
35 @@ -1,10 +1,10 @@
36 -# Copyright 1999-2017 Gentoo Foundation
37 +# Copyright 1999-2018 Gentoo Foundation
38 # Distributed under the terms of the GNU General Public License v2
39
40 EAPI=6
41
42 WX_GTK_VER="3.0"
43 -PYTHON_COMPAT=( python{2_7,3_4,3_5} )
44 +PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} )
45
46 inherit mercurial python-single-r1 wxwidgets versionator cmake-utils