Gentoo Archives: gentoo-dev

From: Donnie Berkholz <dberkholz@g.o>
To: gentoo-dev@l.g.o
Cc: coldwind@g.o
Subject: [gentoo-dev] Re: [gentoo-commits] gentoo-x86 commit in sci-biology/stride: stride-20011129.ebuild ChangeLog
Date: Thu, 20 Sep 2007 17:34:30
Message-Id: 20070920172245.GM31094@supernova
1 On 14:35 Thu 20 Sep , Santiago M. Mola (coldwind) wrote:
2 > coldwind 07/09/20 14:35:18
3 >
4 > Modified: stride-20011129.ebuild ChangeLog
5 > Log:
6 > Change sed separator to :, now it doesn't fail if CC contains a path.
7 > (Portage version: 2.1.3.9)
8 >
9 > Revision Changes Path
10 > 1.6 sci-biology/stride/stride-20011129.ebuild
11 >
12 > file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-biology/stride/stride-20011129.ebuild?rev=1.6&view=markup
13 > plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-biology/stride/stride-20011129.ebuild?rev=1.6&content-type=text/plain
14 > diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-biology/stride/stride-20011129.ebuild?r1=1.5&r2=1.6
15
16 > - sed -e "/^CC/s/gcc -g/$(tc-getCC) ${CFLAGS}/" -i Makefile || \
17 > + sed -e "/^CC/s:gcc -g:$(tc-getCC) ${CFLAGS}:" -i Makefile || \
18
19 Here's another great opportunity to use a better sed, just like the one
20 a day or two ago.
21
22 Thanks,
23 Donnie
24 --
25 gentoo-dev@g.o mailing list