summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Gilbert <floppym@gentoo.org>2018-09-27 11:08:32 -0400
committerMike Gilbert <floppym@gentoo.org>2018-09-27 11:08:32 -0400
commit1deef8cee35542e2fa4744ca268bda5283c31abb (patch)
tree3eafb4409606789a34d81590f413611017dfa40b
parentdev-util/meson: fix multilib builds (diff)
downloadgentoo-1deef8ce.tar.gz
gentoo-1deef8ce.tar.bz2
gentoo-1deef8ce.zip
dev-util/meson: add python3.7
Signed-off-by: Mike Gilbert <floppym@gentoo.org> Package-Manager: Portage-2.3.50_p2, Repoman-2.3.11_p9
-rw-r--r--dev-util/meson/meson-0.48.0-r1.ebuild2
-rw-r--r--dev-util/meson/meson-9999.ebuild4
2 files changed, 3 insertions, 3 deletions
diff --git a/dev-util/meson/meson-0.48.0-r1.ebuild b/dev-util/meson/meson-0.48.0-r1.ebuild
index fec1d8e3fd85..d0fbb01b4722 100644
--- a/dev-util/meson/meson-0.48.0-r1.ebuild
+++ b/dev-util/meson/meson-0.48.0-r1.ebuild
@@ -2,7 +2,7 @@
# Distributed under the terms of the GNU General Public License v2
EAPI=6
-PYTHON_COMPAT=( python3_{5,6} )
+PYTHON_COMPAT=( python3_{5,6,7} )
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 a02f93d684e4..aace7f3caa4f 100644
--- a/dev-util/meson/meson-9999.ebuild
+++ b/dev-util/meson/meson-9999.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=6
-PYTHON_COMPAT=( python3_{5,6} )
+PYTHON_COMPAT=( python3_{5,6,7} )
if [[ ${PV} = *9999* ]]; then
EGIT_REPO_URI="https://github.com/mesonbuild/meson"