summaryrefslogtreecommitdiff
path: root/sys-boot
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2024-06-23 21:02:21 +0100
committerV3n3RiX <venerix@koprulu.sector>2024-06-23 21:02:21 +0100
commit291efddb846ee92dd871716d364e5758efd9e98f (patch)
treeb899f3661b6e2f91e9fe596d09d7a524cb700aa0 /sys-boot
parentac1166ac70c04b5e52136cc6e2083ad5ffd2bd6b (diff)
sys-boot/grub : update PYTHON_COMPAT
Diffstat (limited to 'sys-boot')
-rw-r--r--sys-boot/grub/grub-2.04-r15.ebuild (renamed from sys-boot/grub/grub-2.04-r14.ebuild)2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-boot/grub/grub-2.04-r14.ebuild b/sys-boot/grub/grub-2.04-r15.ebuild
index 77562671..1056e6b9 100644
--- a/sys-boot/grub/grub-2.04-r14.ebuild
+++ b/sys-boot/grub/grub-2.04-r15.ebuild
@@ -10,7 +10,7 @@ fi
GRUB_AUTORECONF=1
if [[ -n ${GRUB_AUTOGEN} || -n ${GRUB_BOOTSTRAP} ]]; then
- PYTHON_COMPAT=( python{2_7,3_{8,9,10}} )
+ PYTHON_COMPAT=( python{2_7,3_{10,11,12}} )
inherit python-any-r1
fi