From c828b3da954c2b6970ec4022fc2521a01062b904 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Wed, 16 Jun 2021 14:49:07 +0100 Subject: sys-boot/grub : update PYTHON_COMPAT --- sys-boot/grub/grub-2.04-r314.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sys-boot') diff --git a/sys-boot/grub/grub-2.04-r314.ebuild b/sys-boot/grub/grub-2.04-r314.ebuild index f0c4b5f1..45d41ecc 100644 --- a/sys-boot/grub/grub-2.04-r314.ebuild +++ b/sys-boot/grub/grub-2.04-r314.ebuild @@ -9,7 +9,7 @@ if [[ ${PV} == 9999 ]]; then fi if [[ -n ${GRUB_AUTOGEN} || -n ${GRUB_BOOTSTRAP} ]]; then - PYTHON_COMPAT=( python{2_7,3_{5,6,7}} ) + PYTHON_COMPAT=( python{2_7,3_{8,9,10}} ) inherit python-any-r1 fi -- cgit v1.2.3