Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-devel/automake/
Date: Mon, 10 Feb 2020 13:27:02
Message-Id: 1581341195.2b63fd05c7d81ccaae9aef19a0f2fd4c674d3b39.mgorny@gentoo
1 commit: 2b63fd05c7d81ccaae9aef19a0f2fd4c674d3b39
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Mon Feb 10 13:06:02 2020 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Mon Feb 10 13:26:35 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2b63fd05
7
8 sys-devel/automake: Remove py2 where possible
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 sys-devel/automake/automake-1.16.1-r2.ebuild | 2 +-
13 sys-devel/automake/automake-9999.ebuild | 2 +-
14 2 files changed, 2 insertions(+), 2 deletions(-)
15
16 diff --git a/sys-devel/automake/automake-1.16.1-r2.ebuild b/sys-devel/automake/automake-1.16.1-r2.ebuild
17 index 1c06ea4470f..47c426b024c 100644
18 --- a/sys-devel/automake/automake-1.16.1-r2.ebuild
19 +++ b/sys-devel/automake/automake-1.16.1-r2.ebuild
20 @@ -2,7 +2,7 @@
21 # Distributed under the terms of the GNU General Public License v2
22
23 EAPI=7
24 -PYTHON_COMPAT=( python2_7 python3_6 python3_7 )
25 +PYTHON_COMPAT=( python3_6 python3_7 )
26
27 inherit python-any-r1
28
29
30 diff --git a/sys-devel/automake/automake-9999.ebuild b/sys-devel/automake/automake-9999.ebuild
31 index 1c06ea4470f..47c426b024c 100644
32 --- a/sys-devel/automake/automake-9999.ebuild
33 +++ b/sys-devel/automake/automake-9999.ebuild
34 @@ -2,7 +2,7 @@
35 # Distributed under the terms of the GNU General Public License v2
36
37 EAPI=7
38 -PYTHON_COMPAT=( python2_7 python3_6 python3_7 )
39 +PYTHON_COMPAT=( python3_6 python3_7 )
40
41 inherit python-any-r1