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 4D490139694 for ; Thu, 16 Feb 2017 12:32:21 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4AEB5E0C7D; Thu, 16 Feb 2017 12:32:20 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 2C345E0C7D for ; Thu, 16 Feb 2017 12:32:19 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 40EF53415D2 for ; Thu, 16 Feb 2017 12:32:18 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 845D749CE for ; Thu, 16 Feb 2017 12:32:15 +0000 (UTC) From: "Martin Mokrejs" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Martin Mokrejs" Message-ID: <1487248322.82ed45d332749dd1ace55c76840fe10e772d9150.mmokrejs@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: sci-biology/freebayes/ X-VCS-Repository: proj/sci X-VCS-Files: sci-biology/freebayes/freebayes-9999.ebuild X-VCS-Directories: sci-biology/freebayes/ X-VCS-Committer: mmokrejs X-VCS-Committer-Name: Martin Mokrejs X-VCS-Revision: 82ed45d332749dd1ace55c76840fe10e772d9150 X-VCS-Branch: master Date: Thu, 16 Feb 2017 12:32:15 +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: 8e20ae0e-0fb3-47d1-a2af-32491372661d X-Archives-Hash: e4b3c2d2763eb7d60d41f55d5d8e6eb1 commit: 82ed45d332749dd1ace55c76840fe10e772d9150 Author: Martin Mokrejš fold natur cuni cz> AuthorDate: Thu Feb 16 12:32:02 2017 +0000 Commit: Martin Mokrejs fold natur cuni cz> CommitDate: Thu Feb 16 12:32:02 2017 +0000 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=82ed45d3 sci-biology/freebayes: use CDEPEND Package-Manager: Portage-2.3.3, Repoman-2.3.1 sci-biology/freebayes/freebayes-9999.ebuild | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/sci-biology/freebayes/freebayes-9999.ebuild b/sci-biology/freebayes/freebayes-9999.ebuild index a5e640591..47ca72c0a 100644 --- a/sci-biology/freebayes/freebayes-9999.ebuild +++ b/sci-biology/freebayes/freebayes-9999.ebuild @@ -15,7 +15,8 @@ SLOT="0" KEYWORDS="" IUSE="" -DEPEND="dev-util/cmake" +CDEPEND="dev-util/cmake" +DEPEND="" RDEPEND="${DEPEND} sci-libs/htslib sci-biology/bamtools