sys-boot/grub: update PYTHON_COMPAT
authorMike Gilbert <floppym@gentoo.org>
Thu, 18 Apr 2019 01:00:50 +0000 (21:00 -0400)
committerMike Gilbert <floppym@gentoo.org>
Thu, 18 Apr 2019 01:00:50 +0000 (21:00 -0400)
Package-Manager: Portage-2.3.62_p4, Repoman-2.3.12_p87
Signed-off-by: Mike Gilbert <floppym@gentoo.org>
sys-boot/grub/grub-2.02-r3.ebuild
sys-boot/grub/grub-2.04_rc1.ebuild
sys-boot/grub/grub-9999.ebuild

index a3912cbaaa4db20a84862ab4526aa333da8728a1..343fae3197dec3cd52071b6d02a7e386689a634a 100644 (file)
@@ -7,7 +7,7 @@ GRUB_AUTOGEN=1
 GRUB_AUTORECONF=1
 
 if [[ -n ${GRUB_AUTOGEN} ]]; then
-       PYTHON_COMPAT=( python{2_7,3_3,3_5,3_6} )
+       PYTHON_COMPAT=( python{2_7,3_{5,6,7}} )
        inherit python-any-r1
 fi
 
index ea280cda33e80d34f9c5edfea640d6f7eedb6376..4c20d004b21d9a5eebda14f1077510cb69675c4b 100644 (file)
@@ -9,7 +9,7 @@ if [[ ${PV} == 9999  ]]; then
 fi
 
 if [[ -n ${GRUB_AUTOGEN} || -n ${GRUB_BOOTSTRAP} ]]; then
-       PYTHON_COMPAT=( python{2_7,3_3,3_5,3_6} )
+       PYTHON_COMPAT=( python{2_7,3_{5,6,7}} )
        inherit python-any-r1
 fi
 
index cebb2c420271083d450de4ff8376220c97971dd7..38c9444f69aa0663da046011633cf3f0a3b5211e 100644 (file)
@@ -9,7 +9,7 @@ if [[ ${PV} == 9999  ]]; then
 fi
 
 if [[ -n ${GRUB_AUTOGEN} || -n ${GRUB_BOOTSTRAP} ]]; then
-       PYTHON_COMPAT=( python{2_7,3_3,3_5,3_6} )
+       PYTHON_COMPAT=( python{2_7,3_{5,6,7}} )
        inherit python-any-r1
 fi