diff options
author | Mike Frysinger <vapier@gentoo.org> | 2012-05-31 00:01:18 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2012-05-31 00:01:18 +0000 |
commit | c23533f9c97a9a24fc0498738e7929b9440c4fa0 (patch) | |
tree | bcf4c3dd67456d65d21b41c6e87004dc15edd640 /sys-boot/grub/grub-1.99-r2.ebuild | |
parent | import upstream patch to improve DE guessing in texdoc, bug #418183 (diff) | |
download | gentoo-2-c23533f9c97a9a24fc0498738e7929b9440c4fa0.tar.gz gentoo-2-c23533f9c97a9a24fc0498738e7929b9440c4fa0.tar.bz2 gentoo-2-c23533f9c97a9a24fc0498738e7929b9440c4fa0.zip |
Inherit multilib eclass in ebuilds that use it.
Diffstat (limited to 'sys-boot/grub/grub-1.99-r2.ebuild')
-rw-r--r-- | sys-boot/grub/grub-1.99-r2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-boot/grub/grub-1.99-r2.ebuild b/sys-boot/grub/grub-1.99-r2.ebuild index f88b13ef24d6..b9e7d4988a5e 100644 --- a/sys-boot/grub/grub-1.99-r2.ebuild +++ b/sys-boot/grub/grub-1.99-r2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-boot/grub/grub-1.99-r2.ebuild,v 1.11 2012/05/18 15:01:23 josejx Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-boot/grub/grub-1.99-r2.ebuild,v 1.12 2012/05/31 00:01:18 vapier Exp $ EAPI=4 @@ -19,7 +19,7 @@ else S=${WORKDIR}/${MY_P} fi -inherit mount-boot eutils flag-o-matic pax-utils toolchain-funcs ${DO_AUTORECONF:+autotools} ${LIVE_ECLASS} +inherit mount-boot eutils flag-o-matic pax-utils toolchain-funcs multilib ${DO_AUTORECONF:+autotools} ${LIVE_ECLASS} unset LIVE_ECLASS DESCRIPTION="GNU GRUB boot loader" |