diff options
author | 2011-09-06 15:31:59 +0000 | |
---|---|---|
committer | 2011-09-06 15:31:59 +0000 | |
commit | c005110181fef9368257f388f45d4ef34beb8127 (patch) | |
tree | 5ad58da46534e32f726eafb5163c9aa4638b8e83 /sys-boot/grub/grub-9999.ebuild | |
parent | [bump] dev-perl/Package-Stash-XS-0.240.0 (diff) | |
download | gentoo-2-c005110181fef9368257f388f45d4ef34beb8127.tar.gz gentoo-2-c005110181fef9368257f388f45d4ef34beb8127.tar.bz2 gentoo-2-c005110181fef9368257f388f45d4ef34beb8127.zip |
Do not show qa warnings about exec. Fixes bug #381041.
(Portage version: 2.2.0_alpha53/cvs/Linux x86_64)
Diffstat (limited to 'sys-boot/grub/grub-9999.ebuild')
-rw-r--r-- | sys-boot/grub/grub-9999.ebuild | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/sys-boot/grub/grub-9999.ebuild b/sys-boot/grub/grub-9999.ebuild index 60f118802b45..2040fd4ec7b5 100644 --- a/sys-boot/grub/grub-9999.ebuild +++ b/sys-boot/grub/grub-9999.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-boot/grub/grub-9999.ebuild,v 1.40 2011/08/31 11:27:51 alexxy Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-boot/grub/grub-9999.ebuild,v 1.41 2011/09/06 15:31:59 scarabeus Exp $ EAPI=4 @@ -83,6 +83,11 @@ QA_EXECSTACK=" bin/grub2-mkimage " +QA_WX_LOAD=" + lib*/grub2/*/kernel.img + lib*/grub2/*/setjmp.mod +" + grub_run_phase() { local phase=$1 local platform=$2 |