projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0b8ca88
)
sci-biology/rmblast: Fix bug 569622.
author
Ted Tanberry
<ted.tanberry@gmail.com>
Thu, 24 Dec 2015 16:55:14 +0000
(17:55 +0100)
committer
Justin Lecher
<jlec@gentoo.org>
Fri, 25 Dec 2015 11:44:51 +0000
(12:44 +0100)
Package-Manager: portage-2.2.26
sci-biology/rmblast/rmblast-1.2-r1.ebuild
patch
|
blob
|
history
diff --git
a/sci-biology/rmblast/rmblast-1.2-r1.ebuild
b/sci-biology/rmblast/rmblast-1.2-r1.ebuild
index 768b309813bc06f38322a17c387c3830382cb0a2..119760b72d676c92a2a32508853ff817546953b1 100644
(file)
--- 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
}