commit: 3c1de7c4ab91294d0b59f79aa73e27d5c15e301a Author: Mike Gilbert <floppym <AT> gentoo <DOT> org> AuthorDate: Sat Feb 4 19:34:51 2017 +0000 Commit: Mike Gilbert <floppym <AT> gentoo <DOT> org> CommitDate: Sat Feb 4 19:34:51 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3c1de7c4
sys-boot/grub: silence QA warning about WX sections Bug: https://bugs.gentoo.org/607844 Package-Manager: Portage-2.3.3_p47_p599968, Repoman-2.3.1_p40_p599968 sys-boot/grub/grub-2.02_beta3-r1.ebuild | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/sys-boot/grub/grub-2.02_beta3-r1.ebuild b/sys-boot/grub/grub-2.02_beta3-r1.ebuild index 10cee01..bb291d1 100644 --- a/sys-boot/grub/grub-2.02_beta3-r1.ebuild +++ b/sys-boot/grub/grub-2.02_beta3-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -125,11 +125,7 @@ QA_EXECSTACK=" usr/lib*/grub/*/kernel.img " -QA_WX_LOAD=" - usr/lib*/grub/*/kernel.exec - usr/lib*/grub/*/kernel.img - usr/lib*/grub/*/*.image -" +QA_WX_LOAD="usr/lib/grub/*" QA_PRESTRIPPED=" usr/lib.*/grub/.*/kernel.img
