aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHorea Christian <horea.christ@yandex.com>2016-09-05 21:02:11 +0200
committerJustin Lecher <jlec@gentoo.org>2016-09-05 20:02:11 +0100
commitbee99748f997e6ea0529e60d91b950174dfab9eb (patch)
treeef39fb292bd889ec3063703e8ba2dfaaacd5e4a2 /sci-libs/nibabel/nibabel-9999.ebuild
parentsci-libs/nipype: added threads REQ_USE (#668) (diff)
downloadsci-bee99748f997e6ea0529e60d91b950174dfab9eb.tar.gz
sci-bee99748f997e6ea0529e60d91b950174dfab9eb.tar.bz2
sci-bee99748f997e6ea0529e60d91b950174dfab9eb.zip
Nibabel (#669)
* sci-libs/pydicom: updated EAPI and added python 3.5 compatibility Package-Manager: portage-2.3.0 * sci-libs/nibabel: version bump, updated EAPI, added python 3.5 compat Package-Manager: portage-2.3.0 * sci-libs/nibabel: updated EAPI, copyright, and python compat Package-Manager: portage-2.3.0
Diffstat (limited to 'sci-libs/nibabel/nibabel-9999.ebuild')
-rw-r--r--sci-libs/nibabel/nibabel-9999.ebuild6
1 files changed, 3 insertions, 3 deletions
diff --git a/sci-libs/nibabel/nibabel-9999.ebuild b/sci-libs/nibabel/nibabel-9999.ebuild
index d5216992f..7fd8f68de 100644
--- a/sci-libs/nibabel/nibabel-9999.ebuild
+++ b/sci-libs/nibabel/nibabel-9999.ebuild
@@ -1,10 +1,10 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
-EAPI="5"
+EAPI="6"
-PYTHON_COMPAT=( python2_7 )
+PYTHON_COMPAT=( python{2_7,3_4,3_5} )
inherit distutils-r1 git-r3