Gentoo Archives: gentoo-commits

From: Mike Gilbert <floppym@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-boot/grub/
Date: Tue, 07 Sep 2021 17:28:12
Message-Id: 1631035665.c47fa1eccc311045cb764d891e569fbce1193d1a.floppym@gentoo
1 commit: c47fa1eccc311045cb764d891e569fbce1193d1a
2 Author: Mike Gilbert <floppym <AT> gentoo <DOT> org>
3 AuthorDate: Tue Sep 7 17:27:32 2021 +0000
4 Commit: Mike Gilbert <floppym <AT> gentoo <DOT> org>
5 CommitDate: Tue Sep 7 17:27:45 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c47fa1ec
7
8 sys-boot/grub: enable py3.10 and disable py2.7, py3.6, py3.7
9
10 Signed-off-by: Mike Gilbert <floppym <AT> gentoo.org>
11
12 sys-boot/grub/grub-9999.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/sys-boot/grub/grub-9999.ebuild b/sys-boot/grub/grub-9999.ebuild
16 index 2c6c543dd39..119378453e6 100644
17 --- a/sys-boot/grub/grub-9999.ebuild
18 +++ b/sys-boot/grub/grub-9999.ebuild
19 @@ -8,7 +8,7 @@ if [[ ${PV} == 9999 ]]; then
20 GRUB_BOOTSTRAP=1
21 fi
22
23 -PYTHON_COMPAT=( python{2_7,3_{6,7,8,9}} )
24 +PYTHON_COMPAT=( python3_{8..10} )
25 WANT_LIBTOOL=none
26
27 if [[ -n ${GRUB_AUTOGEN} || -n ${GRUB_BOOTSTRAP} ]]; then