commit: 385293f8e7eff18d6ade27a11af360f13803ad38
Author: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
AuthorDate: Sat Mar 6 16:37:40 2021 +0000
Commit: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
CommitDate: Sat Mar 6 16:37:40 2021 +0000
URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=385293f8
sci-biology/vcflib: add missing dep
it still does not compile, can't get tabixpp to install
a library for some reason
Package-Manager: Portage-3.0.16, Repoman-3.0.2
Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> riseup.net>
sci-biology/vcflib/vcflib-1.0.2.ebuild | 1 +
1 file changed, 1 insertion(+)
diff --git a/sci-biology/vcflib/vcflib-1.0.2.ebuild
b/sci-biology/vcflib/vcflib-1.0.2.ebuild
index e8da0c6ab..272e69483 100644
--- a/sci-biology/vcflib/vcflib-1.0.2.ebuild
+++ b/sci-biology/vcflib/vcflib-1.0.2.ebuild
@@ -19,6 +19,7 @@ IUSE="openmp"
DEPEND="
sys-libs/zlib
sci-libs/htslib
+ sci-biology/tabixpp
"
RDEPEND="${DEPEND}"
# contains bundled sci-biology/htslib ?