diff options
author | Mike Gilbert <floppym@gentoo.org> | 2022-06-20 14:04:32 -0400 |
---|---|---|
committer | Mike Gilbert <floppym@gentoo.org> | 2022-06-20 14:04:32 -0400 |
commit | 46befbcce4b5fc28fc20fe93ae466e9fbbc95889 (patch) | |
tree | 664e703abd610e5156631882a0cb46a75652227f /sys-boot | |
parent | profiles/arch/sparc: drop 'appindicator' from use.mask (diff) | |
download | gentoo-46befbcce4b5fc28fc20fe93ae466e9fbbc95889.tar.gz gentoo-46befbcce4b5fc28fc20fe93ae466e9fbbc95889.tar.bz2 gentoo-46befbcce4b5fc28fc20fe93ae466e9fbbc95889.zip |
sys-boot/grub: add python 3.11
Signed-off-by: Mike Gilbert <floppym@gentoo.org>
Diffstat (limited to 'sys-boot')
-rw-r--r-- | sys-boot/grub/grub-2.06-r2.ebuild | 2 | ||||
-rw-r--r-- | sys-boot/grub/grub-9999.ebuild | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/sys-boot/grub/grub-2.06-r2.ebuild b/sys-boot/grub/grub-2.06-r2.ebuild index fb8dfa664525..78a600568d12 100644 --- a/sys-boot/grub/grub-2.06-r2.ebuild +++ b/sys-boot/grub/grub-2.06-r2.ebuild @@ -21,7 +21,7 @@ if [[ ${PV} == 9999 ]]; then fi GRUB_AUTORECONF=1 -PYTHON_COMPAT=( python{2_7,3_{6,7,8,9}} ) +PYTHON_COMPAT=( python3_{8..11} ) WANT_LIBTOOL=none if [[ -n ${GRUB_AUTOGEN} || -n ${GRUB_BOOTSTRAP} ]]; then diff --git a/sys-boot/grub/grub-9999.ebuild b/sys-boot/grub/grub-9999.ebuild index 8f568dfed408..5aff4addbbee 100644 --- a/sys-boot/grub/grub-9999.ebuild +++ b/sys-boot/grub/grub-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -21,7 +21,7 @@ if [[ ${PV} == 9999 ]]; then GRUB_BOOTSTRAP=1 fi -PYTHON_COMPAT=( python3_{8..10} ) +PYTHON_COMPAT=( python3_{8..11} ) WANT_LIBTOOL=none if [[ -n ${GRUB_AUTOGEN} || -n ${GRUB_BOOTSTRAP} ]]; then |