From 3857c12049e8ef49544d910fa355acd70733043e Mon Sep 17 00:00:00 2001 From: Mike Gilbert Date: Sat, 13 Apr 2024 10:51:32 -0400 Subject: sys-boot/grub: enable py3.12 Closes: https://bugs.gentoo.org/929829 Signed-off-by: Mike Gilbert --- sys-boot/grub/grub-9999.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sys-boot/grub/grub-9999.ebuild') diff --git a/sys-boot/grub/grub-9999.ebuild b/sys-boot/grub/grub-9999.ebuild index cbeeb45ebfb4..688a7f51bb8a 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_{9..11} ) +PYTHON_COMPAT=( python3_{10..12} ) WANT_LIBTOOL=none VERIFY_SIG_OPENPGP_KEY_PATH=/usr/share/openpgp-keys/dkiper.gpg -- cgit v1.2.3-65-gdbad