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 4A38C13877A for ; Mon, 16 Jun 2014 10:24:51 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8EB3FE09F6; Mon, 16 Jun 2014 10:24:50 +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 28BABE09ED for ; Mon, 16 Jun 2014 10:24:50 +0000 (UTC) Received: from spoonbill.gentoo.org (spoonbill.gentoo.org [81.93.255.5]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 5696833F894 for ; Mon, 16 Jun 2014 10:24:49 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by spoonbill.gentoo.org (Postfix) with ESMTP id E7CBD187DE for ; Mon, 16 Jun 2014 10:24:47 +0000 (UTC) From: "Jauhien Piatlicki" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Jauhien Piatlicki" Message-ID: <1402488028.0d4239a875340d8cb932de83e21b97d8e5feb57a.jauhien@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: sci-libs/nipype/ X-VCS-Repository: proj/sci X-VCS-Files: sci-libs/nipype/nipype-9999.ebuild X-VCS-Directories: sci-libs/nipype/ X-VCS-Committer: jauhien X-VCS-Committer-Name: Jauhien Piatlicki X-VCS-Revision: 0d4239a875340d8cb932de83e21b97d8e5feb57a X-VCS-Branch: master Date: Mon, 16 Jun 2014 10:24:47 +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: d0008a39-7ed4-4598-8127-635c63c92baa X-Archives-Hash: ec3451828466297a7711632cb0aab71e commit: 0d4239a875340d8cb932de83e21b97d8e5feb57a Author: Horea Christian mail ru> AuthorDate: Wed Jun 11 12:00:28 2014 +0000 Commit: Jauhien Piatlicki gentoo org> CommitDate: Wed Jun 11 12:00:28 2014 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=0d4239a8 Added vital dep --- sci-libs/nipype/nipype-9999.ebuild | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/sci-libs/nipype/nipype-9999.ebuild b/sci-libs/nipype/nipype-9999.ebuild index a9ca437..75495c8 100644 --- a/sci-libs/nipype/nipype-9999.ebuild +++ b/sci-libs/nipype/nipype-9999.ebuild @@ -27,7 +27,8 @@ DEPEND=" RDEPEND=" sci-libs/scipy[${PYTHON_USEDEP}] dev-python/traits[${PYTHON_USEDEP}] - dev-python/networkx[${PYTHON_USEDEP}]" + dev-python/networkx[${PYTHON_USEDEP}] + dev-python/pygraphviz[${PYTHON_USEDEP}]" python_test() { nosetests -v || die