dev-util/meson: add python3.7
authorMike Gilbert <floppym@gentoo.org>
Thu, 27 Sep 2018 15:08:32 +0000 (11:08 -0400)
committerMike Gilbert <floppym@gentoo.org>
Thu, 27 Sep 2018 15:08:32 +0000 (11:08 -0400)
Signed-off-by: Mike Gilbert <floppym@gentoo.org>
Package-Manager: Portage-2.3.50_p2, Repoman-2.3.11_p9

dev-util/meson/meson-0.48.0-r1.ebuild
dev-util/meson/meson-9999.ebuild

index fec1d8e3fd859c688989fbe20de89a3613a9bbb6..d0fbb01b47226f5dad6a54d4548d8fd265bed499 100644 (file)
@@ -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"
index a02f93d684e4d9a8dd0ed0fea8f9c98ce0a6985d..aace7f3caa4f4ecf840b8c51a0b08845e1d6bb39 100644 (file)
@@ -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"