Gentoo Archives: gentoo-commits

From: Mike Gilbert <floppym@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/meson/
Date: Thu, 27 Sep 2018 15:08:51
Message-Id: 1538060912.1deef8cee35542e2fa4744ca268bda5283c31abb.floppym@gentoo
1 commit: 1deef8cee35542e2fa4744ca268bda5283c31abb
2 Author: Mike Gilbert <floppym <AT> gentoo <DOT> org>
3 AuthorDate: Thu Sep 27 15:08:32 2018 +0000
4 Commit: Mike Gilbert <floppym <AT> gentoo <DOT> org>
5 CommitDate: Thu Sep 27 15:08:32 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1deef8ce
7
8 dev-util/meson: add python3.7
9
10 Signed-off-by: Mike Gilbert <floppym <AT> gentoo.org>
11 Package-Manager: Portage-2.3.50_p2, Repoman-2.3.11_p9
12
13 dev-util/meson/meson-0.48.0-r1.ebuild | 2 +-
14 dev-util/meson/meson-9999.ebuild | 4 ++--
15 2 files changed, 3 insertions(+), 3 deletions(-)
16
17 diff --git a/dev-util/meson/meson-0.48.0-r1.ebuild b/dev-util/meson/meson-0.48.0-r1.ebuild
18 index fec1d8e3fd8..d0fbb01b472 100644
19 --- a/dev-util/meson/meson-0.48.0-r1.ebuild
20 +++ b/dev-util/meson/meson-0.48.0-r1.ebuild
21 @@ -2,7 +2,7 @@
22 # Distributed under the terms of the GNU General Public License v2
23
24 EAPI=6
25 -PYTHON_COMPAT=( python3_{5,6} )
26 +PYTHON_COMPAT=( python3_{5,6,7} )
27
28 if [[ ${PV} = *9999* ]]; then
29 EGIT_REPO_URI="https://github.com/mesonbuild/meson"
30
31 diff --git a/dev-util/meson/meson-9999.ebuild b/dev-util/meson/meson-9999.ebuild
32 index a02f93d684e..aace7f3caa4 100644
33 --- a/dev-util/meson/meson-9999.ebuild
34 +++ b/dev-util/meson/meson-9999.ebuild
35 @@ -1,8 +1,8 @@
36 -# Copyright 1999-2018 Gentoo Foundation
37 +# Copyright 1999-2018 Gentoo Authors
38 # Distributed under the terms of the GNU General Public License v2
39
40 EAPI=6
41 -PYTHON_COMPAT=( python3_{5,6} )
42 +PYTHON_COMPAT=( python3_{5,6,7} )
43
44 if [[ ${PV} = *9999* ]]; then
45 EGIT_REPO_URI="https://github.com/mesonbuild/meson"