diff options
author | Tomas Chvatal <scarabeus@gentoo.org> | 2011-09-06 15:31:59 +0000 |
---|---|---|
committer | Tomas Chvatal <scarabeus@gentoo.org> | 2011-09-06 15:31:59 +0000 |
commit | c005110181fef9368257f388f45d4ef34beb8127 (patch) | |
tree | 5ad58da46534e32f726eafb5163c9aa4638b8e83 /sys-boot | |
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')
-rw-r--r-- | sys-boot/grub/ChangeLog | 6 | ||||
-rw-r--r-- | sys-boot/grub/grub-1.99-r2.ebuild | 7 | ||||
-rw-r--r-- | sys-boot/grub/grub-9999.ebuild | 7 |
3 files changed, 17 insertions, 3 deletions
diff --git a/sys-boot/grub/ChangeLog b/sys-boot/grub/ChangeLog index d54995d987a2..e5bc29c6ec5a 100644 --- a/sys-boot/grub/ChangeLog +++ b/sys-boot/grub/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for sys-boot/grub # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-boot/grub/ChangeLog,v 1.164 2011/09/04 09:17:44 scarabeus Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-boot/grub/ChangeLog,v 1.165 2011/09/06 15:31:59 scarabeus Exp $ + + 06 Sep 2011; Tomáš Chvátal <scarabeus@gentoo.org> grub-1.99-r2.ebuild, + grub-9999.ebuild: + Do not show qa warnings about exec. Fixes bug #381041. *grub-1.99-r2 (04 Sep 2011) diff --git a/sys-boot/grub/grub-1.99-r2.ebuild b/sys-boot/grub/grub-1.99-r2.ebuild index 641f91e69282..e4b4d285551d 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-2011 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.1 2011/09/04 09:17:44 scarabeus Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-boot/grub/grub-1.99-r2.ebuild,v 1.2 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 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 |