diff options
Diffstat (limited to 'sys-boot/grub/grub-2.04-r1.ebuild')
-rw-r--r-- | sys-boot/grub/grub-2.04-r1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-boot/grub/grub-2.04-r1.ebuild b/sys-boot/grub/grub-2.04-r1.ebuild index ef4bd3028b86..01e987158d71 100644 --- a/sys-boot/grub/grub-2.04-r1.ebuild +++ b/sys-boot/grub/grub-2.04-r1.ebuild @@ -18,7 +18,7 @@ if [[ -n ${GRUB_AUTORECONF} ]]; then inherit autotools fi -inherit bash-completion-r1 eutils flag-o-matic multibuild pax-utils toolchain-funcs +inherit bash-completion-r1 flag-o-matic multibuild optfeature pax-utils toolchain-funcs if [[ ${PV} != 9999 ]]; then if [[ ${PV} == *_alpha* || ${PV} == *_beta* || ${PV} == *_rc* ]]; then |