Gentoo Archives: gentoo-commits

From: Christoph Junghans <ottxor@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/sci:master commit in: sci-biology/bowtie/
Date: Sun, 08 Feb 2015 21:07:58
Message-Id: 1423314206.d9b4902dd52631d0ff4cbf2d92a1448c722989fd.ottxor@gentoo
1 commit: d9b4902dd52631d0ff4cbf2d92a1448c722989fd
2 Author: Ted Tanberry <ted.tanberry <AT> gmail <DOT> com>
3 AuthorDate: Sat Feb 7 13:03:26 2015 +0000
4 Commit: Christoph Junghans <ottxor <AT> gentoo <DOT> org>
5 CommitDate: Sat Feb 7 13:03:26 2015 +0000
6 URL: http://sources.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=d9b4902d
7
8 Added die to sed command for bowtie-1.1.1.ebuild
9
10 ---
11 sci-biology/bowtie/bowtie-1.1.1.ebuild | 2 +-
12 1 file changed, 1 insertion(+), 1 deletion(-)
13
14 diff --git a/sci-biology/bowtie/bowtie-1.1.1.ebuild b/sci-biology/bowtie/bowtie-1.1.1.ebuild
15 index bc6d514..536e9d8 100644
16 --- a/sci-biology/bowtie/bowtie-1.1.1.ebuild
17 +++ b/sci-biology/bowtie/bowtie-1.1.1.ebuild
18 @@ -24,7 +24,7 @@ HTML_DOCS=( doc/{manual.html,style.css} )
19
20 src_prepare() {
21 # Suppress useless -Wall pollution
22 - sed -i 's/\-Wall/\-Wno-enum-compare/g' Makefile
23 + sed -i 's/\-Wall/\-Wno-enum-compare/g' Makefile || die
24 }
25
26 src_compile() {