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 88C931395EE for ; Tue, 4 Aug 2015 09:16:49 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9BE54140AF; Tue, 4 Aug 2015 09:16:48 +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 03409140A9 for ; Tue, 4 Aug 2015 09:16:48 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 460933408BA 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 F2148126 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: <1438034632.9462158de8e19f8d43b5f870d10cfde1f1415dc5.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: 9462158de8e19f8d43b5f870d10cfde1f1415dc5 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: a53cb15a-60d7-4ebb-880a-2f387678d70f X-Archives-Hash: 6bdaec0734e3d1e217affb6adfc4dfec commit: 9462158de8e19f8d43b5f870d10cfde1f1415dc5 Author: Horea Christian mail ru> AuthorDate: Mon Jul 27 22:03:52 2015 +0000 Commit: Justin Lecher gentoo org> CommitDate: Mon Jul 27 22:03:52 2015 +0000 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=9462158d setting USE requirement before inherit Package-Manager: portage-2.2.20 sci-libs/nipype/ChangeLog | 3 +++ sci-libs/nipype/nipype-9999.ebuild | 3 +-- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/sci-libs/nipype/ChangeLog b/sci-libs/nipype/ChangeLog index eaefd2b..154db22 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: $ + 27 Jul 2015; nipype-9999.ebuild: + setting USE requirement before inherit + 26 Jul 2015; nipype-9999.ebuild: fixed USE flag requirement diff --git a/sci-libs/nipype/nipype-9999.ebuild b/sci-libs/nipype/nipype-9999.ebuild index b886896..47b261c 100644 --- a/sci-libs/nipype/nipype-9999.ebuild +++ b/sci-libs/nipype/nipype-9999.ebuild @@ -7,6 +7,7 @@ EAPI=5 # pyamg missing py3 support # PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3} ) PYTHON_COMPAT=( python2_7 ) +PYTHON_REQ_USE="sqlite" inherit distutils-r1 git-r3 @@ -30,8 +31,6 @@ RDEPEND=" dev-python/networkx[${PYTHON_USEDEP}] dev-python/pygraphviz[${PYTHON_USEDEP}]" -PYTHON_REQ_USE="sqlite" - python_test() { nosetests -v || die