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: Thu, 18 Apr 2019 01:01:14
Message-Id: 1555549250.61ddf130e305539f82d94eadc4df4cab4b1729d4.floppym@gentoo
1 commit: 61ddf130e305539f82d94eadc4df4cab4b1729d4
2 Author: Mike Gilbert <floppym <AT> gentoo <DOT> org>
3 AuthorDate: Thu Apr 18 01:00:50 2019 +0000
4 Commit: Mike Gilbert <floppym <AT> gentoo <DOT> org>
5 CommitDate: Thu Apr 18 01:00:50 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=61ddf130
7
8 sys-boot/grub: update PYTHON_COMPAT
9
10 Package-Manager: Portage-2.3.62_p4, Repoman-2.3.12_p87
11 Signed-off-by: Mike Gilbert <floppym <AT> gentoo.org>
12
13 sys-boot/grub/grub-2.02-r3.ebuild | 2 +-
14 sys-boot/grub/grub-2.04_rc1.ebuild | 2 +-
15 sys-boot/grub/grub-9999.ebuild | 2 +-
16 3 files changed, 3 insertions(+), 3 deletions(-)
17
18 diff --git a/sys-boot/grub/grub-2.02-r3.ebuild b/sys-boot/grub/grub-2.02-r3.ebuild
19 index a3912cbaaa4..343fae3197d 100644
20 --- a/sys-boot/grub/grub-2.02-r3.ebuild
21 +++ b/sys-boot/grub/grub-2.02-r3.ebuild
22 @@ -7,7 +7,7 @@ GRUB_AUTOGEN=1
23 GRUB_AUTORECONF=1
24
25 if [[ -n ${GRUB_AUTOGEN} ]]; then
26 - PYTHON_COMPAT=( python{2_7,3_3,3_5,3_6} )
27 + PYTHON_COMPAT=( python{2_7,3_{5,6,7}} )
28 inherit python-any-r1
29 fi
30
31
32 diff --git a/sys-boot/grub/grub-2.04_rc1.ebuild b/sys-boot/grub/grub-2.04_rc1.ebuild
33 index ea280cda33e..4c20d004b21 100644
34 --- a/sys-boot/grub/grub-2.04_rc1.ebuild
35 +++ b/sys-boot/grub/grub-2.04_rc1.ebuild
36 @@ -9,7 +9,7 @@ if [[ ${PV} == 9999 ]]; then
37 fi
38
39 if [[ -n ${GRUB_AUTOGEN} || -n ${GRUB_BOOTSTRAP} ]]; then
40 - PYTHON_COMPAT=( python{2_7,3_3,3_5,3_6} )
41 + PYTHON_COMPAT=( python{2_7,3_{5,6,7}} )
42 inherit python-any-r1
43 fi
44
45
46 diff --git a/sys-boot/grub/grub-9999.ebuild b/sys-boot/grub/grub-9999.ebuild
47 index cebb2c42027..38c9444f69a 100644
48 --- a/sys-boot/grub/grub-9999.ebuild
49 +++ b/sys-boot/grub/grub-9999.ebuild
50 @@ -9,7 +9,7 @@ if [[ ${PV} == 9999 ]]; then
51 fi
52
53 if [[ -n ${GRUB_AUTOGEN} || -n ${GRUB_BOOTSTRAP} ]]; then
54 - PYTHON_COMPAT=( python{2_7,3_3,3_5,3_6} )
55 + PYTHON_COMPAT=( python{2_7,3_{5,6,7}} )
56 inherit python-any-r1
57 fi