Gentoo Archives: gentoo-commits

From: Martin Mokrejs <mmokrejs@×××××××××××××××.cz>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/sci:master commit in: sci-biology/ncbi-tools++/
Date: Thu, 26 Jun 2014 21:34:57
Message-Id: 1403817935.e5e343c4a4dd2e5df08f92798c800e2ecaf5f4f7.mmokrejs@gentoo
1 commit: e5e343c4a4dd2e5df08f92798c800e2ecaf5f4f7
2 Author: Martin Mokrejš <mmokrejs <AT> fold <DOT> natur <DOT> cuni <DOT> cz>
3 AuthorDate: Thu Jun 26 21:25:35 2014 +0000
4 Commit: Martin Mokrejs <mmokrejs <AT> fold <DOT> natur <DOT> cuni <DOT> cz>
5 CommitDate: Thu Jun 26 21:25:35 2014 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=e5e343c4
7
8 sci-biology/ncbi-tools++-12.0.0: improved comment text
9
10 ---
11 sci-biology/ncbi-tools++/ncbi-tools++-12.0.0.ebuild | 5 ++++-
12 1 file changed, 4 insertions(+), 1 deletion(-)
13
14 diff --git a/sci-biology/ncbi-tools++/ncbi-tools++-12.0.0.ebuild b/sci-biology/ncbi-tools++/ncbi-tools++-12.0.0.ebuild
15 index d304579..3c28096 100644
16 --- a/sci-biology/ncbi-tools++/ncbi-tools++-12.0.0.ebuild
17 +++ b/sci-biology/ncbi-tools++/ncbi-tools++-12.0.0.ebuild
18 @@ -68,7 +68,10 @@ DEPEND="
19 dev-libs/libpcre"
20 # USE flags which should be added somehow: wxWindows wxWidgets SP ORBacus ODBC OEChem sge
21 # Intentionally omitted USE flags:
22 -# ftds? ( dev-db/freetds ) # useless, no real apps use it outside NCBI
23 +# ftds? ( dev-db/freetds ) # support for outside FreeTDS installations is currently broken.
24 +# The default (heavily patched) embedded copy should work, or you can
25 +# leave it off altogether -- the only public apps that make use of it are
26 +# samples and tests, since NCBI's database servers are of course firewalled.
27
28 # seems muParser is required, also glew is required. configure exits otherwise if these are explicitly passed to it (due to USE flag enabled)