aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Lecher <jlec@gentoo.org>2014-01-06 19:26:35 +0100
committerJustin Lecher <jlec@gentoo.org>2014-01-06 19:26:35 +0100
commit3f7323688e8ba8919cef97a1643ec49e56d359a5 (patch)
treef9a709da4211caf6cec972ebedb0db282e7bdc33 /sci-libs/nibabel/nibabel-9999.ebuild
parentsci-libs/nipype: Switch from git-2 to git-r3 (diff)
downloadsci-3f7323688e8ba8919cef97a1643ec49e56d359a5.tar.gz
sci-3f7323688e8ba8919cef97a1643ec49e56d359a5.tar.bz2
sci-3f7323688e8ba8919cef97a1643ec49e56d359a5.zip
sci-libs/nibabel: Switch from git-2 to git-r3
Package-Manager: portage-2.2.8
Diffstat (limited to 'sci-libs/nibabel/nibabel-9999.ebuild')
-rw-r--r--sci-libs/nibabel/nibabel-9999.ebuild8
1 files changed, 5 insertions, 3 deletions
diff --git a/sci-libs/nibabel/nibabel-9999.ebuild b/sci-libs/nibabel/nibabel-9999.ebuild
index 0070d0bfd..81915fa4f 100644
--- a/sci-libs/nibabel/nibabel-9999.ebuild
+++ b/sci-libs/nibabel/nibabel-9999.ebuild
@@ -1,20 +1,22 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
EAPI="5"
-PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3} )
+PYTHON_COMPAT=( python2_7 )
-inherit distutils-r1 git-2
+inherit distutils-r1 git-r3
DESCRIPTION="Access a cacophony of neuro-imaging file formats"
HOMEPAGE="http://nipy.org/nibabel/"
+SRC_URI=""
EGIT_REPO_URI="https://github.com/nipy/nibabel.git"
LICENSE="MIT"
SLOT="0"
IUSE="dicom doc test"
+KEYWORDS=""
RDEPEND="
dev-python/numpy[${PYTHON_USEDEP}]