Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-devel/automake/
Date: Tue, 27 Jul 2021 22:36:25
Message-Id: 1627425373.7d2d4ccc1aa3212adae456f6aabfdee0dcc0c088.sam@gentoo
1 commit: 7d2d4ccc1aa3212adae456f6aabfdee0dcc0c088
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Tue Jul 27 22:20:10 2021 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Tue Jul 27 22:36:13 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7d2d4ccc
7
8 sys-devel/automake: drop Python 3.7, add Python 3.10
9
10 Python 3.7 is a noop in eclasses now and Python 3.10
11 is the next target.
12
13 Signed-off-by: Sam James <sam <AT> gentoo.org>
14
15 sys-devel/automake/automake-1.16.3-r1.ebuild | 2 +-
16 sys-devel/automake/automake-1.16.4.ebuild | 2 +-
17 sys-devel/automake/automake-9999.ebuild | 2 +-
18 3 files changed, 3 insertions(+), 3 deletions(-)
19
20 diff --git a/sys-devel/automake/automake-1.16.3-r1.ebuild b/sys-devel/automake/automake-1.16.3-r1.ebuild
21 index bcaf01a64b8..6908170eb07 100644
22 --- a/sys-devel/automake/automake-1.16.3-r1.ebuild
23 +++ b/sys-devel/automake/automake-1.16.3-r1.ebuild
24 @@ -2,7 +2,7 @@
25 # Distributed under the terms of the GNU General Public License v2
26
27 EAPI=7
28 -PYTHON_COMPAT=( python3_{7,8,9} )
29 +PYTHON_COMPAT=( python3_{8,9,10} )
30
31 inherit python-any-r1
32
33
34 diff --git a/sys-devel/automake/automake-1.16.4.ebuild b/sys-devel/automake/automake-1.16.4.ebuild
35 index 0012a71abf8..a9dc19ef2b0 100644
36 --- a/sys-devel/automake/automake-1.16.4.ebuild
37 +++ b/sys-devel/automake/automake-1.16.4.ebuild
38 @@ -2,7 +2,7 @@
39 # Distributed under the terms of the GNU General Public License v2
40
41 EAPI=7
42 -PYTHON_COMPAT=( python3_{7,8,9} )
43 +PYTHON_COMPAT=( python3_{8,9,10} )
44
45 inherit python-any-r1
46
47
48 diff --git a/sys-devel/automake/automake-9999.ebuild b/sys-devel/automake/automake-9999.ebuild
49 index d7b666cfe55..d5f464992b9 100644
50 --- a/sys-devel/automake/automake-9999.ebuild
51 +++ b/sys-devel/automake/automake-9999.ebuild
52 @@ -3,7 +3,7 @@
53
54 EAPI=7
55
56 -PYTHON_COMPAT=( python3_{7,8,9} )
57 +PYTHON_COMPAT=( python3_{8,9,10} )
58
59 inherit python-any-r1