summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSantiago M. Mola <coldwind@gentoo.org>2007-09-20 14:35:18 +0000
committerSantiago M. Mola <coldwind@gentoo.org>2007-09-20 14:35:18 +0000
commit30bc0f539dcc232e0c4f0829a4a482cdb2cec569 (patch)
treee262294e45213ea16885c623f1d03117d77c5812 /sci-biology
parentDrop alpha/ia64 keyword, no hardware to test (diff)
downloadgentoo-2-30bc0f539dcc232e0c4f0829a4a482cdb2cec569.tar.gz
gentoo-2-30bc0f539dcc232e0c4f0829a4a482cdb2cec569.tar.bz2
gentoo-2-30bc0f539dcc232e0c4f0829a4a482cdb2cec569.zip
Change sed separator to :, now it doesn't fail if CC contains a path.
(Portage version: 2.1.3.9)
Diffstat (limited to 'sci-biology')
-rw-r--r--sci-biology/stride/ChangeLog6
-rw-r--r--sci-biology/stride/stride-20011129.ebuild4
2 files changed, 7 insertions, 3 deletions
diff --git a/sci-biology/stride/ChangeLog b/sci-biology/stride/ChangeLog
index 94e4dc278717..773e384a2f1a 100644
--- a/sci-biology/stride/ChangeLog
+++ b/sci-biology/stride/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for sci-biology/stride
# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-biology/stride/ChangeLog,v 1.5 2007/05/22 01:15:19 ribosome Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-biology/stride/ChangeLog,v 1.6 2007/09/20 14:35:18 coldwind Exp $
+
+ 20 Sep 2007; Santiago M. Mola <coldwind@gentoo.org>
+ stride-20011129.ebuild:
+ Change sed separator to :, now it doesn't fail if CC contains a path.
22 May 2007; Olivier Fisette <ribosome@gentoo.org> stride-20011129.ebuild:
Updated home page.
diff --git a/sci-biology/stride/stride-20011129.ebuild b/sci-biology/stride/stride-20011129.ebuild
index 14e9e87e08d9..7ca196e430cd 100644
--- a/sci-biology/stride/stride-20011129.ebuild
+++ b/sci-biology/stride/stride-20011129.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-biology/stride/stride-20011129.ebuild,v 1.5 2007/05/22 01:15:19 ribosome Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-biology/stride/stride-20011129.ebuild,v 1.6 2007/09/20 14:35:18 coldwind Exp $
inherit eutils toolchain-funcs
@@ -25,7 +25,7 @@ src_unpack() {
epatch "${DISTDIR}/${PN}-20060723-update.patch.bz2"
# fix makefile
- sed -e "/^CC/s/gcc -g/$(tc-getCC) ${CFLAGS}/" -i Makefile || \
+ sed -e "/^CC/s:gcc -g:$(tc-getCC) ${CFLAGS}:" -i Makefile || \
die "Failed to fix Makefile"
}