From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id E41F458977 for ; Thu, 11 Feb 2016 23:30:12 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 90A9CE0653; Thu, 11 Feb 2016 23:30:10 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 1451BE0653 for ; Thu, 11 Feb 2016 23:30:09 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 56582340BF6 for ; Thu, 11 Feb 2016 23:30:08 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2F25010C2 for ; Thu, 11 Feb 2016 21:51:19 +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: <1455227327.e8e1041a0f579d133d77810e49d3dbd4b59f559f.mmokrejs@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: sci-biology/grass/ X-VCS-Repository: proj/sci X-VCS-Files: sci-biology/grass/grass-20130628.ebuild X-VCS-Directories: sci-biology/grass/ X-VCS-Committer: mmokrejs X-VCS-Committer-Name: Martin Mokrejs X-VCS-Revision: e8e1041a0f579d133d77810e49d3dbd4b59f559f X-VCS-Branch: master Date: Thu, 11 Feb 2016 21:51:19 +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: 1ef5e6ed-aa2e-4eaa-bd07-41a3ff573e35 X-Archives-Hash: 3abd9d2a4ec015b898c943904c1b6bc9 commit: e8e1041a0f579d133d77810e49d3dbd4b59f559f Author: Martin Mokrejš fold natur cuni cz> AuthorDate: Thu Feb 11 21:48:47 2016 +0000 Commit: Martin Mokrejs fold natur cuni cz> CommitDate: Thu Feb 11 21:48:47 2016 +0000 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=e8e1041a sci-biology/grass: add DEPENDency on sys-cluster/openmpi Package-Manager: portage-2.2.26 sci-biology/grass/grass-20130628.ebuild | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/sci-biology/grass/grass-20130628.ebuild b/sci-biology/grass/grass-20130628.ebuild index d591da6..a89aca5 100644 --- a/sci-biology/grass/grass-20130628.ebuild +++ b/sci-biology/grass/grass-20130628.ebuild @@ -19,7 +19,8 @@ IUSE="" # ilcplex/ilocplex.h: No such file or directory # https://github.com/AlexeyG/GRASS/issues/6 DEPEND="sci-biology/bamtools - sci-biology/ncbi-tools++" + sci-biology/ncbi-tools++ + sys-cluster/openmpi" RDEPEND="${DEPEND}" S="${WORKDIR}"/GRASS-master