diff options
author | V3n3RiX <venerix@redcorelinux.org> | 2021-06-16 14:49:07 +0100 |
---|---|---|
committer | V3n3RiX <venerix@redcorelinux.org> | 2021-06-16 14:49:07 +0100 |
commit | c828b3da954c2b6970ec4022fc2521a01062b904 (patch) | |
tree | 89e3d382adae0af38ba9aa44b234fd439195e0f6 /sys-boot/grub/grub-2.04-r314.ebuild | |
parent | af0360d059ebefeb7efae4686a3b68e343ffb1d8 (diff) |
sys-boot/grub : update PYTHON_COMPAT
Diffstat (limited to 'sys-boot/grub/grub-2.04-r314.ebuild')
-rw-r--r-- | sys-boot/grub/grub-2.04-r314.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
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 |