diff options
author | Mike Gilbert <floppym@gentoo.org> | 2016-04-27 12:20:25 -0400 |
---|---|---|
committer | Mike Gilbert <floppym@gentoo.org> | 2016-04-27 12:20:39 -0400 |
commit | c9f9131f78246af7b45d0375606ae6c616765a75 (patch) | |
tree | 2f05341b9033f23327ffd740ba064ce5169a4ed3 /sys-boot | |
parent | kde-misc/ktoshiba: New package (diff) | |
download | gentoo-c9f9131f78246af7b45d0375606ae6c616765a75.tar.gz gentoo-c9f9131f78246af7b45d0375606ae6c616765a75.tar.bz2 gentoo-c9f9131f78246af7b45d0375606ae6c616765a75.zip |
sys-boot/grub: call eautoreconf for the sysmacros patch
Package-Manager: portage-2.2.28_p79
Diffstat (limited to 'sys-boot')
-rw-r--r-- | sys-boot/grub/grub-2.02_beta3-r1.ebuild | 10 |
1 files changed, 3 insertions, 7 deletions
diff --git a/sys-boot/grub/grub-2.02_beta3-r1.ebuild b/sys-boot/grub/grub-2.02_beta3-r1.ebuild index 43291a0473bd..99531f1d3e5d 100644 --- a/sys-boot/grub/grub-2.02_beta3-r1.ebuild +++ b/sys-boot/grub/grub-2.02_beta3-r1.ebuild @@ -6,7 +6,7 @@ EAPI=6 if [[ ${PV} == 9999 ]]; then PYTHON_COMPAT=( python{2_7,3_3,3_4,3_5} ) - inherit autotools python-any-r1 + inherit python-any-r1 fi inherit autotools bash-completion-r1 flag-o-matic multibuild pax-utils toolchain-funcs versionator @@ -150,12 +150,8 @@ src_prepare() { sed -i -e 's/^\* GRUB:/* GRUB2:/' -e 's/(grub)/(grub2)/' docs/grub.texi || die fi - if [[ ${PV} == 9999 ]]; then - python_setup - bash autogen.sh || die - autopoint() { :; } - eautoreconf - fi + autopoint() { :; } + eautoreconf } grub_do() { |