Gentoo Archives: gentoo-commits

From: David Seifert <soap@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-boot/grub/
Date: Sun, 16 Feb 2020 20:25:09
Message-Id: 1581884657.e2121e9ea3f523842e31a99154441dbf8e3c2c30.soap@gentoo
1 commit: e2121e9ea3f523842e31a99154441dbf8e3c2c30
2 Author: David Seifert <soap <AT> gentoo <DOT> org>
3 AuthorDate: Sun Feb 16 20:24:17 2020 +0000
4 Commit: David Seifert <soap <AT> gentoo <DOT> org>
5 CommitDate: Sun Feb 16 20:24:17 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e2121e9e
7
8 sys-boot/grub: [QA] inherit eutils.eclass directly
9
10 Package-Manager: Portage-2.3.89, Repoman-2.3.20
11 Signed-off-by: David Seifert <soap <AT> gentoo.org>
12
13 sys-boot/grub/grub-2.02-r4.ebuild | 2 +-
14 sys-boot/grub/grub-2.04-r1.ebuild | 2 +-
15 sys-boot/grub/grub-2.05_alpha20200110.ebuild | 2 +-
16 sys-boot/grub/grub-9999.ebuild | 2 +-
17 4 files changed, 4 insertions(+), 4 deletions(-)
18
19 diff --git a/sys-boot/grub/grub-2.02-r4.ebuild b/sys-boot/grub/grub-2.02-r4.ebuild
20 index c76287b5738..71b3ef340d0 100644
21 --- a/sys-boot/grub/grub-2.02-r4.ebuild
22 +++ b/sys-boot/grub/grub-2.02-r4.ebuild
23 @@ -16,7 +16,7 @@ if [[ -n ${GRUB_AUTORECONF} ]]; then
24 inherit autotools
25 fi
26
27 -inherit bash-completion-r1 flag-o-matic multibuild pax-utils toolchain-funcs
28 +inherit bash-completion-r1 eutils flag-o-matic multibuild pax-utils toolchain-funcs
29
30 if [[ ${PV} != 9999 ]]; then
31 if [[ ${PV} == *_alpha* || ${PV} == *_beta* || ${PV} == *_rc* ]]; then
32
33 diff --git a/sys-boot/grub/grub-2.04-r1.ebuild b/sys-boot/grub/grub-2.04-r1.ebuild
34 index bdc25eef77b..b7569f41dca 100644
35 --- a/sys-boot/grub/grub-2.04-r1.ebuild
36 +++ b/sys-boot/grub/grub-2.04-r1.ebuild
37 @@ -18,7 +18,7 @@ if [[ -n ${GRUB_AUTORECONF} ]]; then
38 inherit autotools
39 fi
40
41 -inherit bash-completion-r1 flag-o-matic multibuild pax-utils toolchain-funcs
42 +inherit bash-completion-r1 eutils flag-o-matic multibuild pax-utils toolchain-funcs
43
44 if [[ ${PV} != 9999 ]]; then
45 if [[ ${PV} == *_alpha* || ${PV} == *_beta* || ${PV} == *_rc* ]]; then
46
47 diff --git a/sys-boot/grub/grub-2.05_alpha20200110.ebuild b/sys-boot/grub/grub-2.05_alpha20200110.ebuild
48 index 488d6c8219e..8a7a3e9847e 100644
49 --- a/sys-boot/grub/grub-2.05_alpha20200110.ebuild
50 +++ b/sys-boot/grub/grub-2.05_alpha20200110.ebuild
51 @@ -18,7 +18,7 @@ if [[ -n ${GRUB_AUTORECONF} ]]; then
52 inherit autotools
53 fi
54
55 -inherit bash-completion-r1 flag-o-matic multibuild pax-utils toolchain-funcs
56 +inherit bash-completion-r1 eutils flag-o-matic multibuild pax-utils toolchain-funcs
57
58 if [[ ${PV} != 9999 ]]; then
59 SRC_URI="https://dev.gentoo.org/~floppym/dist/${P}.tar.xz"
60
61 diff --git a/sys-boot/grub/grub-9999.ebuild b/sys-boot/grub/grub-9999.ebuild
62 index 292e60b093f..96bf1230f63 100644
63 --- a/sys-boot/grub/grub-9999.ebuild
64 +++ b/sys-boot/grub/grub-9999.ebuild
65 @@ -18,7 +18,7 @@ if [[ -n ${GRUB_AUTORECONF} ]]; then
66 inherit autotools
67 fi
68
69 -inherit bash-completion-r1 flag-o-matic multibuild pax-utils toolchain-funcs
70 +inherit bash-completion-r1 eutils flag-o-matic multibuild pax-utils toolchain-funcs
71
72 if [[ ${PV} != 9999 ]]; then
73 if [[ ${PV} == *_alpha* || ${PV} == *_beta* || ${PV} == *_rc* ]]; then