From c47fa1eccc311045cb764d891e569fbce1193d1a Mon Sep 17 00:00:00 2001 From: Mike Gilbert Date: Tue, 7 Sep 2021 13:27:32 -0400 Subject: sys-boot/grub: enable py3.10 and disable py2.7, py3.6, py3.7 Signed-off-by: Mike Gilbert --- sys-boot/grub/grub-9999.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sys-boot') diff --git a/sys-boot/grub/grub-9999.ebuild b/sys-boot/grub/grub-9999.ebuild index 2c6c543dd398..119378453e6b 100644 --- a/sys-boot/grub/grub-9999.ebuild +++ b/sys-boot/grub/grub-9999.ebuild @@ -8,7 +8,7 @@ if [[ ${PV} == 9999 ]]; then GRUB_BOOTSTRAP=1 fi -PYTHON_COMPAT=( python{2_7,3_{6,7,8,9}} ) +PYTHON_COMPAT=( python3_{8..10} ) WANT_LIBTOOL=none if [[ -n ${GRUB_AUTOGEN} || -n ${GRUB_BOOTSTRAP} ]]; then -- cgit v1.2.3-65-gdbad