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 EF09A1395E7 for ; Tue, 4 Aug 2015 09:16:50 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1FF41140A5; Tue, 4 Aug 2015 09:16:49 +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 3F0FC140A5 for ; Tue, 4 Aug 2015 09:16:48 +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 8870F33F7F8 for ; Tue, 4 Aug 2015 09:16:47 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E041C125 for ; Tue, 4 Aug 2015 09:16:45 +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: <1437948007.6825043656a0f6c29e38013cfcad65ca7d907751.jlec@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: sci-libs/nipype/ X-VCS-Repository: proj/sci X-VCS-Files: sci-libs/nipype/ChangeLog sci-libs/nipype/nipype-9999.ebuild X-VCS-Directories: sci-libs/nipype/ X-VCS-Committer: jlec X-VCS-Committer-Name: Justin Lecher X-VCS-Revision: 6825043656a0f6c29e38013cfcad65ca7d907751 X-VCS-Branch: master Date: Tue, 4 Aug 2015 09:16:45 +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: d9cbad48-6482-468b-891e-5563a85076a8 X-Archives-Hash: 3e1f7f1cd00442244f5d5f6eef3fc9f7 commit: 6825043656a0f6c29e38013cfcad65ca7d907751 Author: Horea Christian mail ru> AuthorDate: Sun Jul 26 22:00:07 2015 +0000 Commit: Justin Lecher gentoo org> CommitDate: Sun Jul 26 22:00:07 2015 +0000 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=68250436 fixed USE flag requirement Package-Manager: portage-2.2.20 sci-libs/nipype/ChangeLog | 3 +++ sci-libs/nipype/nipype-9999.ebuild | 4 +++- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/sci-libs/nipype/ChangeLog b/sci-libs/nipype/ChangeLog index 0b564ed..eaefd2b 100644 --- a/sci-libs/nipype/ChangeLog +++ b/sci-libs/nipype/ChangeLog @@ -2,6 +2,9 @@ # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 # $Header: $ + 26 Jul 2015; nipype-9999.ebuild: + fixed USE flag requirement + 06 Jul 2015; Horea Christian nipype-9999.ebuild: need sqlite3 module diff --git a/sci-libs/nipype/nipype-9999.ebuild b/sci-libs/nipype/nipype-9999.ebuild index a9eea5a..b886896 100644 --- a/sci-libs/nipype/nipype-9999.ebuild +++ b/sci-libs/nipype/nipype-9999.ebuild @@ -25,12 +25,14 @@ DEPEND=" dev-python/numpy[${PYTHON_USEDEP}] sci-libs/nibabel[${PYTHON_USEDEP}]" RDEPEND=" - dev-lang/python[sqlite] sci-libs/scipy[${PYTHON_USEDEP}] dev-python/traits[${PYTHON_USEDEP}] dev-python/networkx[${PYTHON_USEDEP}] dev-python/pygraphviz[${PYTHON_USEDEP}]" +PYTHON_REQ_USE="sqlite" + + python_test() { nosetests -v || die }