Gentoo Archives: gentoo-commits

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