summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2021-07-27 23:20:10 +0100
committerSam James <sam@gentoo.org>2021-07-27 23:36:13 +0100
commit7d2d4ccc1aa3212adae456f6aabfdee0dcc0c088 (patch)
treef8e6a81a864363b687f730e54aebe2e94a81a288
parentmedia-gfx/darktable: drop 9999 (diff)
downloadgentoo-7d2d4ccc1aa3212adae456f6aabfdee0dcc0c088.tar.gz
gentoo-7d2d4ccc1aa3212adae456f6aabfdee0dcc0c088.tar.bz2
gentoo-7d2d4ccc1aa3212adae456f6aabfdee0dcc0c088.zip
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@gentoo.org>
-rw-r--r--sys-devel/automake/automake-1.16.3-r1.ebuild2
-rw-r--r--sys-devel/automake/automake-1.16.4.ebuild2
-rw-r--r--sys-devel/automake/automake-9999.ebuild2
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 bcaf01a64b86..6908170eb07b 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 0012a71abf81..a9dc19ef2b08 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 d7b666cfe551..d5f464992b96 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