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: Fri, 04 May 2018 21:21:47
Message-Id: 1525468894.72b0011426f858f33aeabb4e211937e29fd3bbc7.floppym@gentoo
1 commit: 72b0011426f858f33aeabb4e211937e29fd3bbc7
2 Author: Mike Gilbert <floppym <AT> gentoo <DOT> org>
3 AuthorDate: Fri May 4 21:21:34 2018 +0000
4 Commit: Mike Gilbert <floppym <AT> gentoo <DOT> org>
5 CommitDate: Fri May 4 21:21:34 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=72b00114
7
8 sys-boot/grub: drop duplicate autotools inherit
9
10 Package-Manager: Portage-2.3.31_p60, Repoman-2.3.9_p116
11
12 sys-boot/grub/grub-2.02-r1.ebuild | 2 +-
13 sys-boot/grub/grub-9999.ebuild | 2 +-
14 2 files changed, 2 insertions(+), 2 deletions(-)
15
16 diff --git a/sys-boot/grub/grub-2.02-r1.ebuild b/sys-boot/grub/grub-2.02-r1.ebuild
17 index 128ecad3b62..03b5f77360f 100644
18 --- a/sys-boot/grub/grub-2.02-r1.ebuild
19 +++ b/sys-boot/grub/grub-2.02-r1.ebuild
20 @@ -16,7 +16,7 @@ if [[ -n ${GRUB_AUTORECONF} ]]; then
21 inherit autotools
22 fi
23
24 -inherit autotools bash-completion-r1 flag-o-matic multibuild pax-utils toolchain-funcs versionator
25 +inherit bash-completion-r1 flag-o-matic multibuild pax-utils toolchain-funcs versionator
26
27 if [[ ${PV} != 9999 ]]; then
28 if [[ ${PV} == *_alpha* || ${PV} == *_beta* || ${PV} == *_rc* ]]; then
29
30 diff --git a/sys-boot/grub/grub-9999.ebuild b/sys-boot/grub/grub-9999.ebuild
31 index cd0b6d92607..d4a88468dca 100644
32 --- a/sys-boot/grub/grub-9999.ebuild
33 +++ b/sys-boot/grub/grub-9999.ebuild
34 @@ -18,7 +18,7 @@ if [[ -n ${GRUB_AUTORECONF} ]]; then
35 inherit autotools
36 fi
37
38 -inherit autotools bash-completion-r1 flag-o-matic multibuild pax-utils toolchain-funcs versionator
39 +inherit bash-completion-r1 flag-o-matic multibuild pax-utils toolchain-funcs versionator
40
41 if [[ ${PV} != 9999 ]]; then
42 if [[ ${PV} == *_alpha* || ${PV} == *_beta* || ${PV} == *_rc* ]]; then