diff options
author | Andreas K. Hüttel <dilfridge@gentoo.org> | 2018-06-22 21:25:48 +0200 |
---|---|---|
committer | Andreas K. Hüttel <dilfridge@gentoo.org> | 2018-06-22 21:29:01 +0200 |
commit | bd11aa5ac0f2e004da145ad52e49ef82c765f879 (patch) | |
tree | 49b18bcc5452db78f03ce1b8b34696f01c12a038 /media-gfx/hugin | |
parent | profiles/package.mask: remove last-rited e16 packages (diff) | |
download | gentoo-bd11aa5ac0f2e004da145ad52e49ef82c765f879.tar.gz gentoo-bd11aa5ac0f2e004da145ad52e49ef82c765f879.tar.bz2 gentoo-bd11aa5ac0f2e004da145ad52e49ef82c765f879.zip |
media-gfx/hugin: Add python-3.6 to allowed list
Closes: https://bugs.gentoo.org/656948
Package-Manager: Portage-2.3.40, Repoman-2.3.9
Diffstat (limited to 'media-gfx/hugin')
-rw-r--r-- | media-gfx/hugin/hugin-2018.0.0.ebuild | 2 | ||||
-rw-r--r-- | media-gfx/hugin/hugin-9999.ebuild | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/media-gfx/hugin/hugin-2018.0.0.ebuild b/media-gfx/hugin/hugin-2018.0.0.ebuild index c3812f206d18..6e80515ca149 100644 --- a/media-gfx/hugin/hugin-2018.0.0.ebuild +++ b/media-gfx/hugin/hugin-2018.0.0.ebuild @@ -4,7 +4,7 @@ EAPI=6 WX_GTK_VER="3.0" -PYTHON_COMPAT=( python{2_7,3_4,3_5} ) +PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} ) inherit python-single-r1 wxwidgets versionator cmake-utils diff --git a/media-gfx/hugin/hugin-9999.ebuild b/media-gfx/hugin/hugin-9999.ebuild index 32e410782413..8615f1c5a0b2 100644 --- a/media-gfx/hugin/hugin-9999.ebuild +++ b/media-gfx/hugin/hugin-9999.ebuild @@ -1,10 +1,10 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 WX_GTK_VER="3.0" -PYTHON_COMPAT=( python{2_7,3_4,3_5} ) +PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} ) inherit mercurial python-single-r1 wxwidgets versionator cmake-utils |