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: Wed, 27 Apr 2016 16:20:52
Message-Id: 1461774039.c9f9131f78246af7b45d0375606ae6c616765a75.floppym@gentoo
1 commit: c9f9131f78246af7b45d0375606ae6c616765a75
2 Author: Mike Gilbert <floppym <AT> gentoo <DOT> org>
3 AuthorDate: Wed Apr 27 16:20:25 2016 +0000
4 Commit: Mike Gilbert <floppym <AT> gentoo <DOT> org>
5 CommitDate: Wed Apr 27 16:20:39 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c9f9131f
7
8 sys-boot/grub: call eautoreconf for the sysmacros patch
9
10 Package-Manager: portage-2.2.28_p79
11
12 sys-boot/grub/grub-2.02_beta3-r1.ebuild | 10 +++-------
13 1 file changed, 3 insertions(+), 7 deletions(-)
14
15 diff --git a/sys-boot/grub/grub-2.02_beta3-r1.ebuild b/sys-boot/grub/grub-2.02_beta3-r1.ebuild
16 index 43291a0..99531f1 100644
17 --- a/sys-boot/grub/grub-2.02_beta3-r1.ebuild
18 +++ b/sys-boot/grub/grub-2.02_beta3-r1.ebuild
19 @@ -6,7 +6,7 @@ EAPI=6
20
21 if [[ ${PV} == 9999 ]]; then
22 PYTHON_COMPAT=( python{2_7,3_3,3_4,3_5} )
23 - inherit autotools python-any-r1
24 + inherit python-any-r1
25 fi
26
27 inherit autotools bash-completion-r1 flag-o-matic multibuild pax-utils toolchain-funcs versionator
28 @@ -150,12 +150,8 @@ src_prepare() {
29 sed -i -e 's/^\* GRUB:/* GRUB2:/' -e 's/(grub)/(grub2)/' docs/grub.texi || die
30 fi
31
32 - if [[ ${PV} == 9999 ]]; then
33 - python_setup
34 - bash autogen.sh || die
35 - autopoint() { :; }
36 - eautoreconf
37 - fi
38 + autopoint() { :; }
39 + eautoreconf
40 }
41
42 grub_do() {