summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2008-09-01 05:15:01 +0000
committerMike Frysinger <vapier@gentoo.org>2008-09-01 05:15:01 +0000
commitf5fbaef020beb7d5cb307ee8a5105fd2d3a0ee78 (patch)
tree986bff5597d826c49a82a36a0a0d50a028e00136 /sys-apps/pcmciautils
parentVersion bump and cleanup. (diff)
downloadgentoo-2-f5fbaef020beb7d5cb307ee8a5105fd2d3a0ee78.tar.gz
gentoo-2-f5fbaef020beb7d5cb307ee8a5105fd2d3a0ee78.tar.bz2
gentoo-2-f5fbaef020beb7d5cb307ee8a5105fd2d3a0ee78.zip
anchor to start of line
(Portage version: 2.2_rc8/cvs/Linux 2.6.26.2 x86_64)
Diffstat (limited to 'sys-apps/pcmciautils')
-rw-r--r--sys-apps/pcmciautils/pcmciautils-015.ebuild6
1 files changed, 3 insertions, 3 deletions
diff --git a/sys-apps/pcmciautils/pcmciautils-015.ebuild b/sys-apps/pcmciautils/pcmciautils-015.ebuild
index 75e7bf6ef7d6..c5bb25ca49e5 100644
--- a/sys-apps/pcmciautils/pcmciautils-015.ebuild
+++ b/sys-apps/pcmciautils/pcmciautils-015.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-apps/pcmciautils/pcmciautils-015.ebuild,v 1.1 2008/09/01 05:12:28 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/pcmciautils/pcmciautils-015.ebuild,v 1.2 2008/09/01 05:15:01 vapier Exp $
inherit eutils flag-o-matic toolchain-funcs linux-info
@@ -32,8 +32,8 @@ src_unpack() {
unpack ${A}
cd "${S}"
sed -i \
- -e '/DEBUG\>/s:=.*:= false:' \
- -e '/UDEV\>/s:=.*:= true:' \
+ -e '/^DEBUG\>/s:=.*:= false:' \
+ -e '/^UDEV\>/s:=.*:= true:' \
-e '/CFLAGS/s:-fomit-frame-pointer::' \
-e '/^STATIC\>/s:=.*:= '$(use_tf static)':' \
-e '/^STARTUP\>/s:=.*:= '$(use_tf staticsocket)':' \