summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Alfredsen <loki_val@gentoo.org>2008-10-07 09:39:20 +0000
committerPeter Alfredsen <loki_val@gentoo.org>2008-10-07 09:39:20 +0000
commit86aea715752a0c859880e61b690a0fc2e080da84 (patch)
tree813525cfe2a4a7ebde823d89e121b71f267c0707 /sys-apps/grep/grep-2.5.3-r1.ebuild
parentFixed for limits.h inclusion on amd64, bug #239313 (diff)
downloadhistorical-86aea715752a0c859880e61b690a0fc2e080da84.tar.gz
historical-86aea715752a0c859880e61b690a0fc2e080da84.tar.bz2
historical-86aea715752a0c859880e61b690a0fc2e080da84.zip
Fix yesno.sh test failure.
Package-Manager: portage-2.2_rc11/cvs/Linux 2.6.27-rc8 x86_64
Diffstat (limited to 'sys-apps/grep/grep-2.5.3-r1.ebuild')
-rw-r--r--sys-apps/grep/grep-2.5.3-r1.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-apps/grep/grep-2.5.3-r1.ebuild b/sys-apps/grep/grep-2.5.3-r1.ebuild
index 61e68a9087ec..c5a5b99d282f 100644
--- a/sys-apps/grep/grep-2.5.3-r1.ebuild
+++ b/sys-apps/grep/grep-2.5.3-r1.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/grep/grep-2.5.3-r1.ebuild,v 1.1 2008/10/07 09:01:39 robbat2 Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/grep/grep-2.5.3-r1.ebuild,v 1.2 2008/10/07 09:39:19 loki_val Exp $
inherit flag-o-matic eutils
@@ -30,7 +30,7 @@ src_unpack() {
EPATCH_SUFFIX="patch" \
EPATCH_MULTI_MSG="Applying Debian patchset (${DEB_VER}) ..." \
epatch ${P}~dfsg/debian/patches/
-
+ epatch "${FILESDIR}"/${P}-yesno-test-fix.patch
use static && append-ldflags -static
}