commit: a83e16235eb2a5fcadacac3570df72f70e0d21fd
Author: Martin Mokrejš <mmokrejs <AT> fold <DOT> natur <DOT> cuni <DOT> cz>
AuthorDate: Tue Mar 14 23:07:53 2017 +0000
Commit: Martin Mokrejs <mmokrejs <AT> fold <DOT> natur <DOT> cuni <DOT> cz>
CommitDate: Tue Mar 14 23:07:53 2017 +0000
URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=a83e1623
sci-biology/ncbi-tools++-12.0.0: do not force --without-downloaded-vdb
This configure flag appeared only in more recent versions.
Package-Manager: Portage-2.3.3, Repoman-2.3.1
sci-biology/ncbi-tools++/ncbi-tools++-12.0.0.ebuild | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/sci-biology/ncbi-tools++/ncbi-tools++-12.0.0.ebuild
b/sci-biology/ncbi-tools++/ncbi-tools++-12.0.0.ebuild
index 5c91c1b0c..14e1fabda 100644
--- a/sci-biology/ncbi-tools++/ncbi-tools++-12.0.0.ebuild
+++ b/sci-biology/ncbi-tools++/ncbi-tools++-12.0.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=5
@@ -220,11 +220,12 @@ src_configure() {
--without-sybase
--with-autodep
# --with-3psw=std:netopt favor standard (system) builds of the above pkgs
+ # --without-downloaded-vdb is not available in 12.0.0 release yet
# preventing executing git to checkout during configure phase ncbi-vdb
sources
# resulting in 'checking for ncbi-vdb... no' and
# '^PACKAGES:'
# '^ disabled: ... VDB'
- --without-downloaded-vdb
+ # --without-downloaded-vdb
$(use_with debug)
$(use_with debug max-debug)
$(use_with debug symbols)