sys-boot/grub: drop duplicate autotools inherit
authorMike Gilbert <floppym@gentoo.org>
Fri, 4 May 2018 21:21:34 +0000 (17:21 -0400)
committerMike Gilbert <floppym@gentoo.org>
Fri, 4 May 2018 21:21:34 +0000 (17:21 -0400)
Package-Manager: Portage-2.3.31_p60, Repoman-2.3.9_p116

sys-boot/grub/grub-2.02-r1.ebuild
sys-boot/grub/grub-9999.ebuild

index 128ecad3b6265837a5641eb328826c7db3a3a7c9..03b5f77360f38bbee6e335c0e6211ab8b55237a3 100644 (file)
@@ -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
index cd0b6d92607f966bf936c5e27d29ecaf285ccd0a..d4a88468dca4afed1811c86534ebbdd70fa6035d 100644 (file)
@@ -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