commit: 011ed4e58325932794767c7abd6b95e53a1e1708
Author: Mike Gilbert <floppym <AT> gentoo <DOT> org>
AuthorDate: Wed Oct 29 03:25:35 2025 +0000
Commit: Mike Gilbert <floppym <AT> gentoo <DOT> org>
CommitDate: Wed Oct 29 03:34:08 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=011ed4e5
sys-boot/grub: enable py3.14
Signed-off-by: Mike Gilbert <floppym <AT> gentoo.org>
sys-boot/grub/grub-2.14_rc1.ebuild | 2 +-
sys-boot/grub/grub-9999.ebuild | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/sys-boot/grub/grub-2.14_rc1.ebuild
b/sys-boot/grub/grub-2.14_rc1.ebuild
index 24e02a12ff3b..a7bb7bf70a70 100644
--- a/sys-boot/grub/grub-2.14_rc1.ebuild
+++ b/sys-boot/grub/grub-2.14_rc1.ebuild
@@ -21,7 +21,7 @@ if [[ ${PV} == 9999 ]]; then
GRUB_BOOTSTRAP=1
fi
-PYTHON_COMPAT=( python3_{10..13} )
+PYTHON_COMPAT=( python3_{11..14} )
WANT_LIBTOOL=none
if [[ -n ${GRUB_AUTORECONF} ]]; then
diff --git a/sys-boot/grub/grub-9999.ebuild b/sys-boot/grub/grub-9999.ebuild
index 2722f8febcb4..4ff9024e4726 100644
--- a/sys-boot/grub/grub-9999.ebuild
+++ b/sys-boot/grub/grub-9999.ebuild
@@ -21,7 +21,7 @@ if [[ ${PV} == 9999 ]]; then
GRUB_BOOTSTRAP=1
fi
-PYTHON_COMPAT=( python3_{10..13} )
+PYTHON_COMPAT=( python3_{11..14} )
WANT_LIBTOOL=none
if [[ -n ${GRUB_AUTORECONF} ]]; then