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 026941382C5 for ; Tue, 1 May 2018 07:48:56 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4DAC0E08CD; Tue, 1 May 2018 07:48:55 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 2C227E08CD for ; Tue, 1 May 2018 07:48:55 +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 43B43335C8A for ; Tue, 1 May 2018 07:48:54 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id DDE0B281 for ; Tue, 1 May 2018 07:48:52 +0000 (UTC) From: "Marek Szuba" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Marek Szuba" Message-ID: <1525160930.27ae091510d5bd4fbf40ab135a302f286f4d5a8d.marecki@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/Bio-DB-HTS/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-perl/Bio-DB-HTS/Bio-DB-HTS-2.10.ebuild X-VCS-Directories: dev-perl/Bio-DB-HTS/ X-VCS-Committer: marecki X-VCS-Committer-Name: Marek Szuba X-VCS-Revision: 27ae091510d5bd4fbf40ab135a302f286f4d5a8d X-VCS-Branch: master Date: Tue, 1 May 2018 07:48:52 +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-Archives-Salt: e05ede13-030b-40ca-9c0c-e492fbd6964e X-Archives-Hash: 5f89156a8545b0a600eb4e38fbb5da7b commit: 27ae091510d5bd4fbf40ab135a302f286f4d5a8d Author: Marek Szuba gentoo org> AuthorDate: Tue May 1 07:47:36 2018 +0000 Commit: Marek Szuba gentoo org> CommitDate: Tue May 1 07:48:50 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=27ae0915 dev-perl/Bio-DB-HTS: add missing dependency Package-Manager: Portage-2.3.24, Repoman-2.3.6 dev-perl/Bio-DB-HTS/Bio-DB-HTS-2.10.ebuild | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/dev-perl/Bio-DB-HTS/Bio-DB-HTS-2.10.ebuild b/dev-perl/Bio-DB-HTS/Bio-DB-HTS-2.10.ebuild index 02c38cd34f3..1490c3fe5ed 100644 --- a/dev-perl/Bio-DB-HTS/Bio-DB-HTS-2.10.ebuild +++ b/dev-perl/Bio-DB-HTS/Bio-DB-HTS-2.10.ebuild @@ -15,7 +15,8 @@ SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="test" -RDEPEND="sci-libs/htslib:=" +RDEPEND="sci-biology/bioperl + sci-libs/htslib:=" DEPEND="${RDEPEND} dev-perl/Module-Build test? ( dev-perl/Test-LeakTrace )"