commit: 7d2d4ccc1aa3212adae456f6aabfdee0dcc0c088
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Tue Jul 27 22:20:10 2021 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue Jul 27 22:36:13 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7d2d4ccc
sys-devel/automake: drop Python 3.7, add Python 3.10
Python 3.7 is a noop in eclasses now and Python 3.10
is the next target.
Signed-off-by: Sam James <sam <AT> gentoo.org>
sys-devel/automake/automake-1.16.3-r1.ebuild | 2 +-
sys-devel/automake/automake-1.16.4.ebuild | 2 +-
sys-devel/automake/automake-9999.ebuild | 2 +-
3 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/sys-devel/automake/automake-1.16.3-r1.ebuild
b/sys-devel/automake/automake-1.16.3-r1.ebuild
index bcaf01a64b8..6908170eb07 100644
--- a/sys-devel/automake/automake-1.16.3-r1.ebuild
+++ b/sys-devel/automake/automake-1.16.3-r1.ebuild
@@ -2,7 +2,7 @@
# Distributed under the terms of the GNU General Public License v2
EAPI=7
-PYTHON_COMPAT=( python3_{7,8,9} )
+PYTHON_COMPAT=( python3_{8,9,10} )
inherit python-any-r1
diff --git a/sys-devel/automake/automake-1.16.4.ebuild
b/sys-devel/automake/automake-1.16.4.ebuild
index 0012a71abf8..a9dc19ef2b0 100644
--- a/sys-devel/automake/automake-1.16.4.ebuild
+++ b/sys-devel/automake/automake-1.16.4.ebuild
@@ -2,7 +2,7 @@
# Distributed under the terms of the GNU General Public License v2
EAPI=7
-PYTHON_COMPAT=( python3_{7,8,9} )
+PYTHON_COMPAT=( python3_{8,9,10} )
inherit python-any-r1
diff --git a/sys-devel/automake/automake-9999.ebuild
b/sys-devel/automake/automake-9999.ebuild
index d7b666cfe55..d5f464992b9 100644
--- a/sys-devel/automake/automake-9999.ebuild
+++ b/sys-devel/automake/automake-9999.ebuild
@@ -3,7 +3,7 @@
EAPI=7
-PYTHON_COMPAT=( python3_{7,8,9} )
+PYTHON_COMPAT=( python3_{8,9,10} )
inherit python-any-r1