commit: 3e53a5793eaa33b60d58c8df34dbf5b6d33b4a6e
Author: Ted Tanberry <ted.tanberry <AT> gmail <DOT> com>
AuthorDate: Sat Oct 10 19:45:34 2015 +0000
Commit: Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Wed Oct 14 12:47:58 2015 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3e53a579
sci-biology/bowtie: do not remove -Wall from CXXFLAGS
Retain -Wall in CXXFLAGS in bowtie-1.1.2
sci-biology/bowtie/bowtie-1.1.2.ebuild | 3 ---
1 file changed, 3 deletions(-)
diff --git a/sci-biology/bowtie/bowtie-1.1.2.ebuild
b/sci-biology/bowtie/bowtie-1.1.2.ebuild
index 55eec50..882d1a1 100644
--- a/sci-biology/bowtie/bowtie-1.1.2.ebuild
+++ b/sci-biology/bowtie/bowtie-1.1.2.ebuild
@@ -24,9 +24,6 @@ DOCS=( AUTHORS NEWS TUTORIAL doc/README )
HTML_DOCS=( doc/{manual.html,style.css} )
src_prepare() {
- # Suppress useless -Wall pollution
- sed -i 's/\-Wall/\-Wno-enum-compare/g' Makefile || die
-
# always include tinythread.cpp
epatch "${FILESDIR}/${P}-tbb-tinythread-missing.patch"
}