From: Mike Gilbert Date: Thu, 27 Sep 2018 15:08:32 +0000 (-0400) Subject: dev-util/meson: add python3.7 X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=1deef8cee35542e2fa4744ca268bda5283c31abb;p=gentoo.git dev-util/meson: add python3.7 Signed-off-by: Mike Gilbert Package-Manager: Portage-2.3.50_p2, Repoman-2.3.11_p9 --- 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"