commit: 2d4935b9a0f5c10b39079cd6e49a14f18fd393c8
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Wed May 28 03:15:58 2025 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed May 28 03:15:58 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2d4935b9
dev-build/automake: disable py3.10
Signed-off-by: Sam James <sam <AT> gentoo.org>
dev-build/automake/automake-1.16.5-r2.ebuild | 4 ++--
dev-build/automake/automake-1.17-r2.ebuild | 2 +-
dev-build/automake/automake-9999.ebuild | 4 ++--
3 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/dev-build/automake/automake-1.16.5-r2.ebuild
b/dev-build/automake/automake-1.16.5-r2.ebuild
index ec7c639cbc25..01e8483f38a9 100644
--- a/dev-build/automake/automake-1.16.5-r2.ebuild
+++ b/dev-build/automake/automake-1.16.5-r2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2024 Gentoo Authors
+# Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@@ -8,7 +8,7 @@ EAPI=7
# on new automake (major) releases, as well as the dependency in RDEPEND below
too.
# * Update _WANT_AUTOMAKE and _automake_atom case statement in
autotools.eclass.
-PYTHON_COMPAT=( python3_{10..13} )
+PYTHON_COMPAT=( python3_{11..13} )
VERIFY_SIG_OPENPGP_KEY_PATH=/usr/share/openpgp-keys/jimmeyering.asc
inherit python-any-r1 verify-sig
diff --git a/dev-build/automake/automake-1.17-r2.ebuild
b/dev-build/automake/automake-1.17-r2.ebuild
index b8011fe82480..28e0f28513a6 100644
--- a/dev-build/automake/automake-1.17-r2.ebuild
+++ b/dev-build/automake/automake-1.17-r2.ebuild
@@ -8,7 +8,7 @@ EAPI=8
# on new automake (major) releases, as well as the dependency in RDEPEND below
too.
# * Update _WANT_AUTOMAKE and _automake_atom case statement in
autotools.eclass.
-PYTHON_COMPAT=( python3_{10..13} )
+PYTHON_COMPAT=( python3_{11..13} )
inherit python-any-r1 verify-sig
diff --git a/dev-build/automake/automake-9999.ebuild
b/dev-build/automake/automake-9999.ebuild
index 12f75497467e..b0275c339a0b 100644
--- a/dev-build/automake/automake-9999.ebuild
+++ b/dev-build/automake/automake-9999.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2024 Gentoo Authors
+# Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@@ -8,7 +8,7 @@ EAPI=8
# on new automake (major) releases, as well as the dependency in RDEPEND below
too.
# * Update _WANT_AUTOMAKE and _automake_atom case statement in
autotools.eclass.
-PYTHON_COMPAT=( python3_{10..13} )
+PYTHON_COMPAT=( python3_{11..13} )
inherit python-any-r1 verify-sig