mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
sys-boot/grub: add python3.6 support
Package-Manager: Portage-2.3.40_p15, Repoman-2.3.9_p247
This commit is contained in:
@@ -7,7 +7,7 @@ GRUB_AUTOGEN=1
|
||||
GRUB_AUTORECONF=1
|
||||
|
||||
if [[ -n ${GRUB_AUTOGEN} ]]; then
|
||||
PYTHON_COMPAT=( python{2_7,3_3,3_4,3_5} )
|
||||
PYTHON_COMPAT=( python{2_7,3_3,3_4,3_5,3_6} )
|
||||
inherit python-any-r1
|
||||
fi
|
||||
|
||||
|
||||
@@ -7,7 +7,7 @@ GRUB_AUTOGEN=1
|
||||
GRUB_AUTORECONF=1
|
||||
|
||||
if [[ -n ${GRUB_AUTOGEN} ]]; then
|
||||
PYTHON_COMPAT=( python{2_7,3_3,3_4,3_5} )
|
||||
PYTHON_COMPAT=( python{2_7,3_3,3_4,3_5,3_6} )
|
||||
inherit python-any-r1
|
||||
fi
|
||||
|
||||
|
||||
@@ -9,7 +9,7 @@ if [[ ${PV} == 9999 ]]; then
|
||||
fi
|
||||
|
||||
if [[ -n ${GRUB_AUTOGEN} ]]; then
|
||||
PYTHON_COMPAT=( python{2_7,3_3,3_4,3_5} )
|
||||
PYTHON_COMPAT=( python{2_7,3_3,3_4,3_5,3_6} )
|
||||
inherit python-any-r1
|
||||
fi
|
||||
|
||||
|
||||
Reference in New Issue
Block a user