Skip to content

Commit

Permalink
dev-util/meson: add python3_6
Browse files Browse the repository at this point in the history
Package-Manager: Portage-2.3.5_p19, Repoman-2.3.2_p49
  • Loading branch information
floppym committed Apr 8, 2017
1 parent 6c1d8ef commit ea37e28
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dev-util/meson/meson-0.39.1.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# Distributed under the terms of the GNU General Public License v2

EAPI=6
PYTHON_COMPAT=( python3_{4,5} )
PYTHON_COMPAT=( python3_{4,5,6} )

if [[ ${PV} = *9999* ]]; then
EGIT_REPO_URI="https://github.com/mesonbuild/meson"
Expand Down
2 changes: 1 addition & 1 deletion dev-util/meson/meson-9999.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# Distributed under the terms of the GNU General Public License v2

EAPI=6
PYTHON_COMPAT=( python3_{4,5} )
PYTHON_COMPAT=( python3_{4,5,6} )

if [[ ${PV} = *9999* ]]; then
EGIT_REPO_URI="https://github.com/mesonbuild/meson"
Expand Down

0 comments on commit ea37e28

Please sign in to comment.