diff options
author | Robin H. Johnson <robbat2@gentoo.org> | 2009-12-12 18:13:33 +0000 |
---|---|---|
committer | Robin H. Johnson <robbat2@gentoo.org> | 2009-12-12 18:13:33 +0000 |
commit | beb70ee8df1698ad21e0a5425e5ede6b55bddcba (patch) | |
tree | bd6fae61e4b6b2cd25eaa2025838f83de1cf8326 /sys-boot/grub-static/grub-static-0.97-r9.ebuild | |
parent | Initial import (diff) | |
download | gentoo-2-beb70ee8df1698ad21e0a5425e5ede6b55bddcba.tar.gz gentoo-2-beb70ee8df1698ad21e0a5425e5ede6b55bddcba.tar.bz2 gentoo-2-beb70ee8df1698ad21e0a5425e5ede6b55bddcba.zip |
Suppress the pre-stripped warning.
(Portage version: 2.2_rc58/cvs/Linux x86_64)
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 |