From 1deef8cee35542e2fa4744ca268bda5283c31abb Mon Sep 17 00:00:00 2001 From: Mike Gilbert Date: Thu, 27 Sep 2018 11:08:32 -0400 Subject: [PATCH] dev-util/meson: add python3.7 Signed-off-by: Mike Gilbert Package-Manager: Portage-2.3.50_p2, Repoman-2.3.11_p9 --- dev-util/meson/meson-0.48.0-r1.ebuild | 2 +- dev-util/meson/meson-9999.ebuild | 4 ++-- 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" -- 2.26.2