diff options
author | Mike Gilbert <floppym@gentoo.org> | 2018-05-04 17:21:34 -0400 |
---|---|---|
committer | Mike Gilbert <floppym@gentoo.org> | 2018-05-04 17:21:34 -0400 |
commit | 72b0011426f858f33aeabb4e211937e29fd3bbc7 (patch) | |
tree | ccdfb1a3ae22949dcb575e0ccab1bde301b296e5 /sys-boot | |
parent | sys-boot/grub: depend on pkgconfig as necessary (diff) | |
download | gentoo-72b0011426f858f33aeabb4e211937e29fd3bbc7.tar.gz gentoo-72b0011426f858f33aeabb4e211937e29fd3bbc7.tar.bz2 gentoo-72b0011426f858f33aeabb4e211937e29fd3bbc7.zip |
sys-boot/grub: drop duplicate autotools inherit
Package-Manager: Portage-2.3.31_p60, Repoman-2.3.9_p116
Diffstat (limited to 'sys-boot')
-rw-r--r-- | sys-boot/grub/grub-2.02-r1.ebuild | 2 | ||||
-rw-r--r-- | sys-boot/grub/grub-9999.ebuild | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/sys-boot/grub/grub-2.02-r1.ebuild b/sys-boot/grub/grub-2.02-r1.ebuild index 128ecad3b626..03b5f77360f3 100644 --- a/sys-boot/grub/grub-2.02-r1.ebuild +++ b/sys-boot/grub/grub-2.02-r1.ebuild @@ -16,7 +16,7 @@ if [[ -n ${GRUB_AUTORECONF} ]]; then inherit autotools fi -inherit autotools bash-completion-r1 flag-o-matic multibuild pax-utils toolchain-funcs versionator +inherit bash-completion-r1 flag-o-matic multibuild pax-utils toolchain-funcs versionator if [[ ${PV} != 9999 ]]; then if [[ ${PV} == *_alpha* || ${PV} == *_beta* || ${PV} == *_rc* ]]; then diff --git a/sys-boot/grub/grub-9999.ebuild b/sys-boot/grub/grub-9999.ebuild index cd0b6d92607f..d4a88468dca4 100644 --- a/sys-boot/grub/grub-9999.ebuild +++ b/sys-boot/grub/grub-9999.ebuild @@ -18,7 +18,7 @@ if [[ -n ${GRUB_AUTORECONF} ]]; then inherit autotools fi -inherit autotools bash-completion-r1 flag-o-matic multibuild pax-utils toolchain-funcs versionator +inherit bash-completion-r1 flag-o-matic multibuild pax-utils toolchain-funcs versionator if [[ ${PV} != 9999 ]]; then if [[ ${PV} == *_alpha* || ${PV} == *_beta* || ${PV} == *_rc* ]]; then |