commit: f12f6e19940705a0a36dd6c5339e6e1c0d03d73a
Author: Eli Schwartz <eschwartz <AT> gentoo <DOT> org>
AuthorDate: Sun Oct 26 07:56:58 2025 +0000
Commit: Eli Schwartz <eschwartz <AT> gentoo <DOT> org>
CommitDate: Sun Oct 26 08:08:54 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f12f6e19
app-misc/pax-utils: enable py3.14
Signed-off-by: Eli Schwartz <eschwartz <AT> gentoo.org>
app-misc/pax-utils/pax-utils-1.3.8.ebuild | 2 +-
app-misc/pax-utils/pax-utils-9999.ebuild | 4 ++--
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/app-misc/pax-utils/pax-utils-1.3.8.ebuild
b/app-misc/pax-utils/pax-utils-1.3.8.ebuild
index 5a0f82b7d7db..de90a665ee7e 100644
--- a/app-misc/pax-utils/pax-utils-1.3.8.ebuild
+++ b/app-misc/pax-utils/pax-utils-1.3.8.ebuild
@@ -6,7 +6,7 @@ EAPI=8
# Note: if bumping pax-utils because of syscall changes in glibc, please
# revbump glibc and update the dependency in its ebuild for the affected
# versions.
-PYTHON_COMPAT=( python3_{10..13} )
+PYTHON_COMPAT=( python3_{11..14} )
inherit meson python-single-r1
diff --git a/app-misc/pax-utils/pax-utils-9999.ebuild
b/app-misc/pax-utils/pax-utils-9999.ebuild
index 55c38f7049ad..014d1322b0bc 100644
--- a/app-misc/pax-utils/pax-utils-9999.ebuild
+++ b/app-misc/pax-utils/pax-utils-9999.ebuild
@@ -1,4 +1,4 @@
-# Copyright 2022-2024 Gentoo Authors
+# Copyright 2022-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@@ -6,7 +6,7 @@ EAPI=8
# Note: if bumping pax-utils because of syscall changes in glibc, please
# revbump glibc and update the dependency in its ebuild for the affected
# versions.
-PYTHON_COMPAT=( python3_{10..13} )
+PYTHON_COMPAT=( python3_{11..14} )
inherit meson python-single-r1