commit:     69abbcc9b496284a5d5cdd54ee1503ad79cb460a
Author:     Horea Christian <h.chr <AT> mail <DOT> ru>
AuthorDate: Mon Oct 19 11:48:51 2015 +0000
Commit:     Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Mon Oct 19 11:48:51 2015 +0000
URL:        https://gitweb.gentoo.org/proj/sci.git/commit/?id=69abbcc9

dev-python/nilearn: plot use flag in live ebuild as well

Package-Manager: portage-2.2.23

 dev-python/nilearn/ChangeLog           | 3 +++
 dev-python/nilearn/nilearn-9999.ebuild | 4 +++-
 2 files changed, 6 insertions(+), 1 deletion(-)

diff --git a/dev-python/nilearn/ChangeLog b/dev-python/nilearn/ChangeLog
index ad01f8f..5411f39 100644
--- a/dev-python/nilearn/ChangeLog
+++ b/dev-python/nilearn/ChangeLog
@@ -2,6 +2,9 @@
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
 # $Id$
 
+  19 Oct 2015; Horea Christian <h....@mail.ru> nilearn-9999.ebuild:
+  dev-python/nilearn: plot use flag in live ebuild as well
+
   19 Oct 2015; Horea Christian <h....@mail.ru> metadata.xml,
   nilearn-0.1.4.1.ebuild:
   dev-python/nilearn: added plot use flag, added MY_PV, removed deprecated

diff --git a/dev-python/nilearn/nilearn-9999.ebuild 
b/dev-python/nilearn/nilearn-9999.ebuild
index 4250db0..a1b3989 100644
--- a/dev-python/nilearn/nilearn-9999.ebuild
+++ b/dev-python/nilearn/nilearn-9999.ebuild
@@ -16,6 +16,7 @@ EGIT_REPO_URI="git://github.com/nilearn/nilearn"
 LICENSE="BSD"
 SLOT="0"
 KEYWORDS=""
+IUSE="+plot"
 
 DEPEND="
        dev-python/setuptools[${PYTHON_USEDEP}]
@@ -24,4 +25,5 @@ RDEPEND="
        dev-python/numpy[${PYTHON_USEDEP}]
        sci-libs/scikits_learn[${PYTHON_USEDEP}]
        sci-libs/scipy[${PYTHON_USEDEP}]
-       >=sci-libs/nibabel-1.1.0[${PYTHON_USEDEP}]"
+       sci-libs/nibabel[${PYTHON_USEDEP}]
+       plot? ( dev-python/matplotlib[${PYTHON_USEDEP}] )"

Reply via email to