commit: 3c3cad006dfcbc653660f3dbd412cb210cabb655
Author: Ted Tanberry <ted.tanberry <AT> gmail <DOT> com>
AuthorDate: Thu Dec 24 16:55:14 2015 +0000
Commit: Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Fri Dec 25 11:44:51 2015 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3c3cad00
sci-biology/rmblast: Fix bug 569622.
Package-Manager: portage-2.2.26
sci-biology/rmblast/rmblast-1.2-r1.ebuild | 1 +
1 file changed, 1 insertion(+)
diff --git a/sci-biology/rmblast/rmblast-1.2-r1.ebuild
b/sci-biology/rmblast/rmblast-1.2-r1.ebuild
index 768b309..119760b 100644
--- a/sci-biology/rmblast/rmblast-1.2-r1.ebuild
+++ b/sci-biology/rmblast/rmblast-1.2-r1.ebuild
@@ -29,6 +29,7 @@ src_prepare() {
-e 's/-print-file-name=libstdc++.a//' \
-e '/sed/ s/\([gO]\[0-9\]\)\*/\1\\+/' \
-e "/DEF_FAST_FLAGS=/s:=\".*\":=\"${CFLAGS}\":g" \
+ -e 's/2.95\* | 2.96\* | 3\.\* | 4\.\* )/2.95\* | 2.96\* |
\[3-9\]\.\* )/g' \
-i src/build-system/configure || die
epatch "${FILESDIR}"/${P}-gcc47.patch
}