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 4ED18139694 for ; Mon, 6 Mar 2017 15:11:20 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8B2BCE0C62; Mon, 6 Mar 2017 15:11:17 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 69797E0C62 for ; Mon, 6 Mar 2017 15:11:17 +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 78F24341750 for ; Mon, 6 Mar 2017 15:11:16 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id ACDB25E7C for ; Mon, 6 Mar 2017 15:11:14 +0000 (UTC) From: "Marius Brehler" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Marius Brehler" Message-ID: <1488746575.054fdad8b4be758ffcc75750c9f2ca91f98574ed.marbre@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: marbre X-VCS-Committer-Name: Marius Brehler X-VCS-Revision: 054fdad8b4be758ffcc75750c9f2ca91f98574ed X-VCS-Branch: master Date: Mon, 6 Mar 2017 15:11:14 +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: 704bbfcd-419a-4ecd-b4ea-6bca30b6d343 X-Archives-Hash: ff34295a506bff3b764734938143dfd5 commit: 054fdad8b4be758ffcc75750c9f2ca91f98574ed Author: Horea Christian yandex com> AuthorDate: Sun Mar 5 20:42:55 2017 +0000 Commit: Marius Brehler linux sungazer de> CommitDate: Sun Mar 5 20:42:55 2017 +0000 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=054fdad8 sci-libs/nipype: missing dependency (#742) Package-Manager: Portage-2.3.3, Repoman-2.3.1 sci-libs/nipype/nipype-9999.ebuild | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/sci-libs/nipype/nipype-9999.ebuild b/sci-libs/nipype/nipype-9999.ebuild index 650813beb..f1affdd81 100644 --- a/sci-libs/nipype/nipype-9999.ebuild +++ b/sci-libs/nipype/nipype-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -23,11 +23,12 @@ DEPEND=" dev-python/prov[${PYTHON_USEDEP}] dev-python/numpy[${PYTHON_USEDEP}] dev-python/setuptools[${PYTHON_USEDEP}] - sci-libs/nibabel[${PYTHON_USEDEP}] + >=sci-libs/nibabel-2.0.1[${PYTHON_USEDEP}] test? ( dev-python/mock[${PYTHON_USEDEP}] ) $(python_gen_cond_dep 'dev-python/configparser[${PYTHON_USEDEP}]' python2_7) " RDEPEND=" + >=dev-python/click-6.6[${PYTHON_USEDEP}] dev-python/networkx[${PYTHON_USEDEP}] dev-python/pydotplus[${PYTHON_USEDEP}] dev-python/pygraphviz[${PYTHON_USEDEP}]