Gentoo Archives: gentoo-commits

From: "Andreas K. Hüttel" <dilfridge@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-devel/automake/
Date: Mon, 20 Jan 2020 05:54:14
Message-Id: 1579499613.955dd521e4f1751517999b34c73359ae95aaa2c1.dilfridge@gentoo
1 commit: 955dd521e4f1751517999b34c73359ae95aaa2c1
2 Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
3 AuthorDate: Mon Jan 20 05:53:33 2020 +0000
4 Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
5 CommitDate: Mon Jan 20 05:53:33 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=955dd521
7
8 sys-devel/automake: Add Python 3.7 support
9
10 Package-Manager: Portage-2.3.84, Repoman-2.3.20
11 Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org>
12
13 sys-devel/automake/automake-1.16.1-r2.ebuild | 2 +-
14 sys-devel/automake/automake-9999.ebuild | 2 +-
15 2 files changed, 2 insertions(+), 2 deletions(-)
16
17 diff --git a/sys-devel/automake/automake-1.16.1-r2.ebuild b/sys-devel/automake/automake-1.16.1-r2.ebuild
18 index 9b11712acbc..1c06ea4470f 100644
19 --- a/sys-devel/automake/automake-1.16.1-r2.ebuild
20 +++ b/sys-devel/automake/automake-1.16.1-r2.ebuild
21 @@ -2,7 +2,7 @@
22 # Distributed under the terms of the GNU General Public License v2
23
24 EAPI=7
25 -PYTHON_COMPAT=( python2_7 python3_6 )
26 +PYTHON_COMPAT=( python2_7 python3_6 python3_7 )
27
28 inherit python-any-r1
29
30
31 diff --git a/sys-devel/automake/automake-9999.ebuild b/sys-devel/automake/automake-9999.ebuild
32 index 9b11712acbc..1c06ea4470f 100644
33 --- a/sys-devel/automake/automake-9999.ebuild
34 +++ b/sys-devel/automake/automake-9999.ebuild
35 @@ -2,7 +2,7 @@
36 # Distributed under the terms of the GNU General Public License v2
37
38 EAPI=7
39 -PYTHON_COMPAT=( python2_7 python3_6 )
40 +PYTHON_COMPAT=( python2_7 python3_6 python3_7 )
41
42 inherit python-any-r1