diff options
author | 2015-06-06 09:54:34 +0200 | |
---|---|---|
committer | 2015-06-06 09:54:34 +0200 | |
commit | e04095ce38eee7d280d766c76e90fb707443de83 (patch) | |
tree | 410dd46802ce8407eee2037b1a547df3bf34ff3e | |
parent | Merge branch 'master' of https://github.com/gentoo-science/sci into sci (diff) | |
download | sci-e04095ce38eee7d280d766c76e90fb707443de83.tar.gz sci-e04095ce38eee7d280d766c76e90fb707443de83.tar.bz2 sci-e04095ce38eee7d280d766c76e90fb707443de83.zip |
no longer depending on outdated version
Package-Manager: portage-2.2.20
-rw-r--r-- | sci-libs/nipype/ChangeLog | 6 | ||||
-rw-r--r-- | sci-libs/nipype/nipype-9999.ebuild | 4 |
2 files changed, 6 insertions, 4 deletions
diff --git a/sci-libs/nipype/ChangeLog b/sci-libs/nipype/ChangeLog index e4f160f49..09e140793 100644 --- a/sci-libs/nipype/ChangeLog +++ b/sci-libs/nipype/ChangeLog @@ -1,8 +1,10 @@ # ChangeLog for sci-libs/nipype -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 # $Header: $ + 06 Jun 2015; Horea Christian <h.chr@mail.ru> nipype-9999.ebuild: + no longer depending on outdated version + 06 Jan 2014; Justin Lecher <jlec@gentoo.org> nipype-9999.ebuild, metadata.xml: Switch from git-2 to git-r3 - diff --git a/sci-libs/nipype/nipype-9999.ebuild b/sci-libs/nipype/nipype-9999.ebuild index 0b833f8f2..018340f60 100644 --- a/sci-libs/nipype/nipype-9999.ebuild +++ b/sci-libs/nipype/nipype-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ @@ -23,7 +23,7 @@ IUSE="" DEPEND=" dev-python/setuptools[${PYTHON_USEDEP}] dev-python/numpy[${PYTHON_USEDEP}] - >=sci-libs/nibabel-1.2[${PYTHON_USEDEP}]" + sci-libs/nibabel[${PYTHON_USEDEP}]" RDEPEND=" sci-libs/scipy[${PYTHON_USEDEP}] dev-python/traits[${PYTHON_USEDEP}] |