From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 9D4171382C5 for ; Sat, 6 Mar 2021 16:37:54 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C1D55E08A0; Sat, 6 Mar 2021 16:37:53 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id A9774E08A0 for ; Sat, 6 Mar 2021 16:37:53 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 8060A340F1E for ; Sat, 6 Mar 2021 16:37:52 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id DB7A92A9 for ; Sat, 6 Mar 2021 16:37:50 +0000 (UTC) From: "Andrew Ammerlaan" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andrew Ammerlaan" Message-ID: <1615048660.385293f8e7eff18d6ade27a11af360f13803ad38.andrewammerlaan@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: sci-biology/vcflib/ X-VCS-Repository: proj/sci X-VCS-Files: sci-biology/vcflib/vcflib-1.0.2.ebuild X-VCS-Directories: sci-biology/vcflib/ X-VCS-Committer: andrewammerlaan X-VCS-Committer-Name: Andrew Ammerlaan X-VCS-Revision: 385293f8e7eff18d6ade27a11af360f13803ad38 X-VCS-Branch: master Date: Sat, 6 Mar 2021 16:37:50 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 714199b3-40f7-4557-9a3d-cb0244b329d1 X-Archives-Hash: 4d8df3da6462b911d0cf250025f9e410 commit: 385293f8e7eff18d6ade27a11af360f13803ad38 Author: Andrew Ammerlaan riseup net> AuthorDate: Sat Mar 6 16:37:40 2021 +0000 Commit: Andrew Ammerlaan riseup 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 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 ?