diff options
Diffstat (limited to 'sys-boot/grub-static/grub-static-0.97-r9.ebuild')
-rw-r--r-- | sys-boot/grub-static/grub-static-0.97-r9.ebuild | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/sys-boot/grub-static/grub-static-0.97-r9.ebuild b/sys-boot/grub-static/grub-static-0.97-r9.ebuild index 87fcc2b46ad4..13552476bea4 100644 --- a/sys-boot/grub-static/grub-static-0.97-r9.ebuild +++ b/sys-boot/grub-static/grub-static-0.97-r9.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-boot/grub-static/grub-static-0.97-r9.ebuild,v 1.7 2009/12/12 18:10:36 robbat2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-boot/grub-static/grub-static-0.97-r9.ebuild,v 1.8 2009/12/12 18:13:33 robbat2 Exp $ # XXX: we need to review menu.lst vs grub.conf handling. We've been converting # all systems to grub.conf (and symlinking menu.lst to grub.conf), but @@ -22,6 +22,9 @@ IUSE="" DEPEND="!sys-boot/grub" PROVIDE="virtual/bootloader" +# These are already stripped since we use a binpkg. +QA_PRESTRIPPED="/sbin/grub /bin/mbchk" + pkg_setup() { local arch="$(tc-arch)" case ${arch} in |