summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2009-01-01 11:24:35 +0000
committerMike Frysinger <vapier@gentoo.org>2009-01-01 11:24:35 +0000
commitc733eea70e4bb700356f687a95482bbb35201d14 (patch)
tree81d11c5f43d4e8ae71c3c53b4dba05edf2091b42 /sys-boot
parentFix licence. See #252951. (diff)
downloadgentoo-2-c733eea70e4bb700356f687a95482bbb35201d14.tar.gz
gentoo-2-c733eea70e4bb700356f687a95482bbb35201d14.tar.bz2
gentoo-2-c733eea70e4bb700356f687a95482bbb35201d14.zip
tweak STRIP_MASK so it works as expected #231935
(Portage version: 2.2_rc20/cvs/Linux 2.6.28 x86_64)
Diffstat (limited to 'sys-boot')
-rw-r--r--sys-boot/grub/grub-1.96.ebuild4
-rw-r--r--sys-boot/grub/grub-9999.ebuild4
2 files changed, 4 insertions, 4 deletions
diff --git a/sys-boot/grub/grub-1.96.ebuild b/sys-boot/grub/grub-1.96.ebuild
index 7b82ed5d0e4c..2b94b01ae957 100644
--- a/sys-boot/grub/grub-1.96.ebuild
+++ b/sys-boot/grub/grub-1.96.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-boot/grub/grub-1.96.ebuild,v 1.9 2008/12/31 09:09:06 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-boot/grub/grub-1.96.ebuild,v 1.10 2009/01/01 11:24:35 vapier Exp $
inherit mount-boot eutils flag-o-matic toolchain-funcs
@@ -25,7 +25,7 @@ DEPEND=">=sys-libs/ncurses-5.2-r5
dev-libs/lzo"
PROVIDE="virtual/bootloader"
-STRIP_MASK="/lib*/grub/*/*.mod"
+export STRIP_MASK="*/grub/*/*.mod"
QA_EXECSTACK="sbin/grub-probe sbin/grub-setup"
src_compile() {
diff --git a/sys-boot/grub/grub-9999.ebuild b/sys-boot/grub/grub-9999.ebuild
index 3fa80ec8b16b..660ea937f6e2 100644
--- a/sys-boot/grub/grub-9999.ebuild
+++ b/sys-boot/grub/grub-9999.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2008 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.4 2008/12/31 09:09:06 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-boot/grub/grub-9999.ebuild,v 1.5 2009/01/01 11:24:35 vapier Exp $
inherit mount-boot eutils flag-o-matic toolchain-funcs
@@ -25,7 +25,7 @@ DEPEND=">=sys-libs/ncurses-5.2-r5
dev-libs/lzo"
PROVIDE="virtual/bootloader"
-STRIP_MASK="/lib*/grub/*/*.mod"
+export STRIP_MASK="*/grub/*/*.mod"
QA_EXECSTACK="sbin/grub-probe sbin/grub-setup"
src_compile() {