commit: 4d0643b56a624b1cbd9c8bebdca0132798ad839f
Author: Horea Christian <horea.christ <AT> yandex <DOT> com>
AuthorDate: Mon Dec 31 08:05:31 2018 +0000
Commit: Horea Christian <horea.christ <AT> gmail <DOT> com>
CommitDate: Mon Dec 31 08:05:31 2018 +0000
URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=4d0643b5
sci-libs/nibabel: PYTHON_COMPAT and EAPI bump
Package-Manager: Portage-2.3.52, Repoman-2.3.12
Signed-off-by: Horea Christian <horea.christ <AT> yandex.com>
sci-libs/nibabel/nibabel-9999.ebuild | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/sci-libs/nibabel/nibabel-9999.ebuild
b/sci-libs/nibabel/nibabel-9999.ebuild
index 1fe4bf5a5..ab88031a7 100644
--- a/sci-libs/nibabel/nibabel-9999.ebuild
+++ b/sci-libs/nibabel/nibabel-9999.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=6
+EAPI=7
-PYTHON_COMPAT=( python{2_7,3_4,3_5} )
+PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} )
inherit distutils-r1 git-r3