Gentoo Archives: gentoo-commits

From: Mike Gilbert <floppym@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-boot/grub/
Date: Sun, 01 Jul 2018 14:01:00
Message-Id: 1530453651.27df2b27cc24205d2a09d916d255d5cacdce3709.floppym@gentoo
1 commit: 27df2b27cc24205d2a09d916d255d5cacdce3709
2 Author: Mike Gilbert <floppym <AT> gentoo <DOT> org>
3 AuthorDate: Sun Jul 1 14:00:42 2018 +0000
4 Commit: Mike Gilbert <floppym <AT> gentoo <DOT> org>
5 CommitDate: Sun Jul 1 14:00:51 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=27df2b27
7
8 sys-boot/grub: add python3.6 support
9
10 Package-Manager: Portage-2.3.40_p15, Repoman-2.3.9_p247
11
12 sys-boot/grub/grub-2.02-r1.ebuild | 2 +-
13 sys-boot/grub/grub-2.02-r2.ebuild | 2 +-
14 sys-boot/grub/grub-9999.ebuild | 2 +-
15 3 files changed, 3 insertions(+), 3 deletions(-)
16
17 diff --git a/sys-boot/grub/grub-2.02-r1.ebuild b/sys-boot/grub/grub-2.02-r1.ebuild
18 index 01ea55f70e5..8b9bd593a87 100644
19 --- a/sys-boot/grub/grub-2.02-r1.ebuild
20 +++ b/sys-boot/grub/grub-2.02-r1.ebuild
21 @@ -7,7 +7,7 @@ GRUB_AUTOGEN=1
22 GRUB_AUTORECONF=1
23
24 if [[ -n ${GRUB_AUTOGEN} ]]; then
25 - PYTHON_COMPAT=( python{2_7,3_3,3_4,3_5} )
26 + PYTHON_COMPAT=( python{2_7,3_3,3_4,3_5,3_6} )
27 inherit python-any-r1
28 fi
29
30
31 diff --git a/sys-boot/grub/grub-2.02-r2.ebuild b/sys-boot/grub/grub-2.02-r2.ebuild
32 index bc92a886e21..2b29ae72752 100644
33 --- a/sys-boot/grub/grub-2.02-r2.ebuild
34 +++ b/sys-boot/grub/grub-2.02-r2.ebuild
35 @@ -7,7 +7,7 @@ GRUB_AUTOGEN=1
36 GRUB_AUTORECONF=1
37
38 if [[ -n ${GRUB_AUTOGEN} ]]; then
39 - PYTHON_COMPAT=( python{2_7,3_3,3_4,3_5} )
40 + PYTHON_COMPAT=( python{2_7,3_3,3_4,3_5,3_6} )
41 inherit python-any-r1
42 fi
43
44
45 diff --git a/sys-boot/grub/grub-9999.ebuild b/sys-boot/grub/grub-9999.ebuild
46 index e540b36db34..43d920a97cc 100644
47 --- a/sys-boot/grub/grub-9999.ebuild
48 +++ b/sys-boot/grub/grub-9999.ebuild
49 @@ -9,7 +9,7 @@ if [[ ${PV} == 9999 ]]; then
50 fi
51
52 if [[ -n ${GRUB_AUTOGEN} ]]; then
53 - PYTHON_COMPAT=( python{2_7,3_3,3_4,3_5} )
54 + PYTHON_COMPAT=( python{2_7,3_3,3_4,3_5,3_6} )
55 inherit python-any-r1
56 fi