Skip to content

Commit

Permalink
media-gfx/hugin: Add python-3.6 to allowed list
Browse files Browse the repository at this point in the history
Closes: https://bugs.gentoo.org/656948
Package-Manager: Portage-2.3.40, Repoman-2.3.9
  • Loading branch information
akhuettel committed Jun 22, 2018
1 parent 5b79612 commit bd11aa5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion media-gfx/hugin/hugin-2018.0.0.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
4 changes: 2 additions & 2 deletions media-gfx/hugin/hugin-9999.ebuild
Original file line number Diff line number Diff line change
@@ -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

Expand Down

0 comments on commit bd11aa5

Please sign in to comment.