From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 33B4C13832E for ; Sun, 14 Aug 2016 22:31:10 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 70676E0B74; Sun, 14 Aug 2016 22:31:06 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 15AD3E0B74 for ; Sun, 14 Aug 2016 22:31:06 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 609A8340CA2 for ; Sun, 14 Aug 2016 22:31:04 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C0F952452 for ; Sun, 14 Aug 2016 22:31:01 +0000 (UTC) From: "Mike Gilbert" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mike Gilbert" Message-ID: <1471213857.9bf703a317b055d1f719003dee91e8f493be9c70.floppym@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-boot/grub/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-boot/grub/grub-9999.ebuild X-VCS-Directories: sys-boot/grub/ X-VCS-Committer: floppym X-VCS-Committer-Name: Mike Gilbert X-VCS-Revision: 9bf703a317b055d1f719003dee91e8f493be9c70 X-VCS-Branch: master Date: Sun, 14 Aug 2016 22:31:01 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 4f813f86-3f5e-49b8-a93f-27d760aadef1 X-Archives-Hash: 6a1621db0c88c3134b59a1dfe130e1c9 commit: 9bf703a317b055d1f719003dee91e8f493be9c70 Author: Mike Gilbert gentoo org> AuthorDate: Sun Aug 14 22:30:57 2016 +0000 Commit: Mike Gilbert gentoo org> CommitDate: Sun Aug 14 22:30:57 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9bf703a3 sys-boot/grub: set RESTRICT=strip STRIP_MASK is not documented in PMS, so avoid using it. Also further simplify QA variables. Package-Manager: portage-2.3.0_p16 sys-boot/grub/grub-9999.ebuild | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/sys-boot/grub/grub-9999.ebuild b/sys-boot/grub/grub-9999.ebuild index f6dc560..d83bd8f 100644 --- a/sys-boot/grub/grub-9999.ebuild +++ b/sys-boot/grub/grub-9999.ebuild @@ -111,13 +111,11 @@ RDEPEND+=" DEPEND+=" !!=media-libs/freetype-2.5.4" -STRIP_MASK="*/grub/*/*.{mod,img}" -RESTRICT="test" +RESTRICT="strip test" -QA_EXECSTACK="usr/bin/grub*-emu* usr/lib*/grub/*" -QA_WX_LOAD="usr/lib*/grub/*" -QA_MULTILIB_PATHS="usr/lib.*/grub/.*" -QA_PRESTRIPPED="usr/lib.*/grub/.*" +QA_EXECSTACK="usr/bin/grub*-emu* usr/lib/grub/*" +QA_WX_LOAD="usr/lib/grub/*" +QA_MULTILIB_PATHS="usr/lib/grub/.*" src_unpack() { if [[ ${PV} == 9999 ]]; then