summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorneeshy <neeshy@tfwno.gf>2020-03-25 15:36:52 -0400
committerCraig Andrews <candrews@gentoo.org>2020-04-18 22:35:41 -0400
commit7dea007fbb561e2928074f1d03c84f301e3272e7 (patch)
tree563fd605293070dfcba43fa8233cb0df2381b1b7 /sys-boot/grub/grub-2.04-r1.ebuild
parentsci-calculators/units: add python3_8 target (diff)
downloadgentoo-7dea007fbb561e2928074f1d03c84f301e3272e7.tar.gz
gentoo-7dea007fbb561e2928074f1d03c84f301e3272e7.tar.bz2
gentoo-7dea007fbb561e2928074f1d03c84f301e3272e7.zip
sys-boot/grub: add python3_8 target
Signed-off-by: Nima Sadeghi <neeshy@tfwno.gf> Signed-off-by: Craig Andrews <candrews@gentoo.org>
Diffstat (limited to 'sys-boot/grub/grub-2.04-r1.ebuild')
-rw-r--r--sys-boot/grub/grub-2.04-r1.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-boot/grub/grub-2.04-r1.ebuild b/sys-boot/grub/grub-2.04-r1.ebuild
index bb96453cd6ac..5d09c7bf0cff 100644
--- a/sys-boot/grub/grub-2.04-r1.ebuild
+++ b/sys-boot/grub/grub-2.04-r1.ebuild
@@ -9,7 +9,7 @@ if [[ ${PV} == 9999 ]]; then
fi
if [[ -n ${GRUB_AUTOGEN} || -n ${GRUB_BOOTSTRAP} ]]; then
- PYTHON_COMPAT=( python{2_7,3_{6,7}} )
+ PYTHON_COMPAT=( python{2_7,3_{6,7,8}} )
inherit python-any-r1
fi