diff options
author | Mike Gilbert <floppym@gentoo.org> | 2024-04-13 10:51:32 -0400 |
---|---|---|
committer | Mike Gilbert <floppym@gentoo.org> | 2024-04-13 10:51:32 -0400 |
commit | 3857c12049e8ef49544d910fa355acd70733043e (patch) | |
tree | e60ce0b7fc4f22b772638cb7bb96231383a916ad /sys-boot | |
parent | dev-python/pygame_sdl2: Remove last-rited pkg (diff) | |
download | gentoo-3857c12049e8ef49544d910fa355acd70733043e.tar.gz gentoo-3857c12049e8ef49544d910fa355acd70733043e.tar.bz2 gentoo-3857c12049e8ef49544d910fa355acd70733043e.zip |
sys-boot/grub: enable py3.12
Closes: https://bugs.gentoo.org/929829
Signed-off-by: Mike Gilbert <floppym@gentoo.org>
Diffstat (limited to 'sys-boot')
-rw-r--r-- | sys-boot/grub/grub-2.12-r4.ebuild | 2 | ||||
-rw-r--r-- | sys-boot/grub/grub-9999.ebuild | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/sys-boot/grub/grub-2.12-r4.ebuild b/sys-boot/grub/grub-2.12-r4.ebuild index fe97c8b890c1..4be3b08984b6 100644 --- a/sys-boot/grub/grub-2.12-r4.ebuild +++ b/sys-boot/grub/grub-2.12-r4.ebuild @@ -17,7 +17,7 @@ EAPI=7 # corresponding variable in make.conf or the environment. GRUB_AUTORECONF=1 -PYTHON_COMPAT=( python3_{9..11} ) +PYTHON_COMPAT=( python3_{10..12} ) WANT_LIBTOOL=none VERIFY_SIG_OPENPGP_KEY_PATH=/usr/share/openpgp-keys/dkiper.gpg 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 |