mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
sys-boot/grub: enable py3.13
Signed-off-by: Mike Gilbert <floppym@gentoo.org>
This commit is contained in:
@@ -17,7 +17,7 @@ EAPI=7
|
||||
# corresponding variable in make.conf or the environment.
|
||||
|
||||
GRUB_AUTORECONF=1
|
||||
PYTHON_COMPAT=( python3_{10..12} )
|
||||
PYTHON_COMPAT=( python3_{10..13} )
|
||||
WANT_LIBTOOL=none
|
||||
VERIFY_SIG_OPENPGP_KEY_PATH=/usr/share/openpgp-keys/dkiper.gpg
|
||||
|
||||
|
||||
@@ -21,7 +21,7 @@ if [[ ${PV} == 9999 ]]; then
|
||||
GRUB_BOOTSTRAP=1
|
||||
fi
|
||||
|
||||
PYTHON_COMPAT=( python3_{10..12} )
|
||||
PYTHON_COMPAT=( python3_{10..13} )
|
||||
WANT_LIBTOOL=none
|
||||
VERIFY_SIG_OPENPGP_KEY_PATH=/usr/share/openpgp-keys/dkiper.gpg
|
||||
|
||||
|
||||
Reference in New Issue
Block a user