aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Mokrejš <mmokrejs@fold.natur.cuni.cz>2013-09-13 22:23:24 +0200
committerMartin Mokrejš <mmokrejs@fold.natur.cuni.cz>2013-09-13 22:23:24 +0200
commit16bbfdefcf0e1b35ba1502f6c8948d6d60c9e5ed (patch)
tree1fc10606fc9c72f58a62bb43738a4777cc8e43e7
parentRemove redundant connect from DLL_LIB lines. (diff)
downloadsci-16bbfdefcf0e1b35ba1502f6c8948d6d60c9e5ed.tar.gz
sci-16bbfdefcf0e1b35ba1502f6c8948d6d60c9e5ed.tar.bz2
sci-16bbfdefcf0e1b35ba1502f6c8948d6d60c9e5ed.zip
Remove redundant connect from DLL_LIB lines.
-rw-r--r--sci-biology/ncbi-tools++/ChangeLog16
1 files changed, 16 insertions, 0 deletions
diff --git a/sci-biology/ncbi-tools++/ChangeLog b/sci-biology/ncbi-tools++/ChangeLog
index 2e245b383..b73708196 100644
--- a/sci-biology/ncbi-tools++/ChangeLog
+++ b/sci-biology/ncbi-tools++/ChangeLog
@@ -3,6 +3,22 @@
# $Header: $
13 Sep 2013; Martin Mokrejs <mmokrejs@fold.natur.cuni.cz>
+ ncbi-tools++-9.0.0-r1.ebuild, ncbi-tools++-12.0.0.ebuild,
+ files/ncbi-tools++-9.0.0-as-needed.patch,
+ +files/ncbi-tools++-9.0.0-fix-undef-reference-to-GenBankReaders_Register_Id1.
+ patch, files/ncbi-tools++-12.0.0-as-needed.patch:
+ files/ncbi-tools++-12.0.0-as-needed.patch
+ files/ncbi-tools++-9.0.0-as-needed.patch
+
+ Remove redundant connect per message from Aaron Ucko <ucko@ncbi.nlm.nih.gov>:
+
+ > +DLL_LIB = xncbi xutil seqset connect xconnect xnetblast
+ Then simply remove connect, which is redundant with xconnect. (connect
+ consists of code shared with NCBI's C Toolkit; xconnect adds a C++
+ layer.)
+
+
+ 13 Sep 2013; Martin Mokrejs <mmokrejs@fold.natur.cuni.cz>
ncbi-tools++-12.0.0.ebuild,
+files/ncbi-tools++-12.0.0-fix-creaders-linking.patch:
No, the fix-creaders-linking is needed for 12.0.0 as well.