commit: ea37e287c46a99c74b2d6a79306ce9026288e06d
Author: Mike Gilbert <floppym <AT> gentoo <DOT> org>
AuthorDate: Sat Apr 8 22:23:27 2017 +0000
Commit: Mike Gilbert <floppym <AT> gentoo <DOT> org>
CommitDate: Sat Apr 8 22:24:16 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ea37e287
dev-util/meson: add python3_6
Package-Manager: Portage-2.3.5_p19, Repoman-2.3.2_p49
dev-util/meson/meson-0.39.1.ebuild | 2 +-
dev-util/meson/meson-9999.ebuild | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/dev-util/meson/meson-0.39.1.ebuild
b/dev-util/meson/meson-0.39.1.ebuild
index d2899b6e689..3ef0857c69f 100644
--- a/dev-util/meson/meson-0.39.1.ebuild
+++ b/dev-util/meson/meson-0.39.1.ebuild
@@ -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"
diff --git a/dev-util/meson/meson-9999.ebuild b/dev-util/meson/meson-9999.ebuild
index e9199b92640..4d9862c55ad 100644
--- a/dev-util/meson/meson-9999.ebuild
+++ b/dev-util/meson/meson-9999.ebuild
@@ -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"