sys-boot/grub: Drop python2 compatibility

This commit is contained in:
Krzesimir Nowak 2021-09-06 17:40:26 +02:00
parent c7b89f4e9e
commit f35b125ee3
2 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@ fi
inherit cros-workon
if [[ -n ${GRUB_AUTOGEN} ]]; then
PYTHON_COMPAT=( python{2_7,3_5,3_6,3_7} )
PYTHON_COMPAT=( python{3_5,3_6,3_7} )
WANT_LIBTOOL=none
inherit autotools python-any-r1
fi