diff options
author | Mike Gilbert <floppym@gentoo.org> | 2021-09-07 13:27:32 -0400 |
---|---|---|
committer | Mike Gilbert <floppym@gentoo.org> | 2021-09-07 13:27:45 -0400 |
commit | c47fa1eccc311045cb764d891e569fbce1193d1a (patch) | |
tree | e9d6a4708f155b3aeecc0a80b38764edff2cbe18 /sys-boot/grub | |
parent | sys-boot/grub: drop pax-utils (diff) | |
download | gentoo-c47fa1eccc311045cb764d891e569fbce1193d1a.tar.gz gentoo-c47fa1eccc311045cb764d891e569fbce1193d1a.tar.bz2 gentoo-c47fa1eccc311045cb764d891e569fbce1193d1a.zip |
sys-boot/grub: enable py3.10 and disable py2.7, py3.6, py3.7
Signed-off-by: Mike Gilbert <floppym@gentoo.org>
Diffstat (limited to 'sys-boot/grub')
-rw-r--r-- | sys-boot/grub/grub-9999.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-boot/grub/grub-9999.ebuild b/sys-boot/grub/grub-9999.ebuild index 2c6c543dd398..119378453e6b 100644 --- a/sys-boot/grub/grub-9999.ebuild +++ b/sys-boot/grub/grub-9999.ebuild @@ -8,7 +8,7 @@ if [[ ${PV} == 9999 ]]; then GRUB_BOOTSTRAP=1 fi -PYTHON_COMPAT=( python{2_7,3_{6,7,8,9}} ) +PYTHON_COMPAT=( python3_{8..10} ) WANT_LIBTOOL=none if [[ -n ${GRUB_AUTOGEN} || -n ${GRUB_BOOTSTRAP} ]]; then |