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 7F4A813832E for ; Sun, 14 Aug 2016 19:24:28 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9177BE0B7F; Sun, 14 Aug 2016 19:24:27 +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 36124E0B7F for ; Sun, 14 Aug 2016 19:24:27 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 4B416340CD9 for ; Sun, 14 Aug 2016 19:24:26 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1232E2452 for ; Sun, 14 Aug 2016 19:24:25 +0000 (UTC) From: "Justin Lecher" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Justin Lecher" Message-ID: <1471202655.e42015ed624b0fea7cc44839bf6670aded6c7e96.jlec@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: sci-libs/nipy/ X-VCS-Repository: proj/sci X-VCS-Files: sci-libs/nipy/nipy-0.4.0.ebuild sci-libs/nipy/nipy-9999.ebuild X-VCS-Directories: sci-libs/nipy/ X-VCS-Committer: jlec X-VCS-Committer-Name: Justin Lecher X-VCS-Revision: e42015ed624b0fea7cc44839bf6670aded6c7e96 X-VCS-Branch: master Date: Sun, 14 Aug 2016 19:24:25 +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: 9a435efd-f8e3-4d8e-930c-cfdcf77d9653 X-Archives-Hash: bb9b0555e6fd4ca12757f69ef4fd7d2c commit: e42015ed624b0fea7cc44839bf6670aded6c7e96 Author: Justin Lecher gentoo org> AuthorDate: Sun Aug 14 19:23:49 2016 +0000 Commit: Justin Lecher gentoo org> CommitDate: Sun Aug 14 19:24:15 2016 +0000 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=e42015ed sci-libs/nipy: Add missing dep Gentoo-Bug: https://bugs.gentoo.org/show_bug.cgi?id=589312 Package-Manager: portage-2.3.0 Signed-off-by: Justin Lecher gentoo.org> sci-libs/nipy/nipy-0.4.0.ebuild | 3 ++- sci-libs/nipy/nipy-9999.ebuild | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/sci-libs/nipy/nipy-0.4.0.ebuild b/sci-libs/nipy/nipy-0.4.0.ebuild index ae7d99c..5cb4a33 100644 --- a/sci-libs/nipy/nipy-0.4.0.ebuild +++ b/sci-libs/nipy/nipy-0.4.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -18,6 +18,7 @@ KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" IUSE="" RDEPEND=" + dev-python/prov[${PYTHON_USEDEP}] sci-libs/scipy[${PYTHON_USEDEP}] dev-python/sympy[${PYTHON_USEDEP}] >=sci-libs/nibabel-1.2[${PYTHON_USEDEP}] diff --git a/sci-libs/nipy/nipy-9999.ebuild b/sci-libs/nipy/nipy-9999.ebuild index 72f40e6..8e48a80 100644 --- a/sci-libs/nipy/nipy-9999.ebuild +++ b/sci-libs/nipy/nipy-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -19,6 +19,7 @@ IUSE="" KEYWORDS="" DEPEND=" + dev-python/prov[${PYTHON_USEDEP}] dev-python/setuptools[${PYTHON_USEDEP}] dev-python/numpy[${PYTHON_USEDEP}]" RDEPEND="${DEPEND}