commit:     9462158de8e19f8d43b5f870d10cfde1f1415dc5
Author:     Horea Christian <h.chr <AT> mail <DOT> ru>
AuthorDate: Mon Jul 27 22:03:52 2015 +0000
Commit:     Justin Lecher <jlec <AT> gentoo <DOT> 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;  <chym...@gentoo.org> nipype-9999.ebuild:
+  setting USE requirement before inherit
+
   26 Jul 2015;  <chym...@gentoo.org> 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

Reply via email to