mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2025-12-09 00:07:57 +03:00
sys-boot/grub: enable py3.14
Signed-off-by: Mike Gilbert <floppym@gentoo.org>
This commit is contained in:
parent
86f11aa950
commit
011ed4e583
@ -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
|
||||
|
||||
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user