diff options
author | 2018-07-27 17:42:11 +0200 | |
---|---|---|
committer | 2018-07-27 17:42:11 +0200 | |
commit | ffcf3f19e5ef9de19fe41eb1ee1e759091c4f8da (patch) | |
tree | 0569f1332e0945b6a725f73bf9a5b09b319cdabc | |
parent | sci-libs/pydicom: EAPI and PYTHON_COMPAT bump (diff) | |
download | sci-ffcf3f19e5ef9de19fe41eb1ee1e759091c4f8da.tar.gz sci-ffcf3f19e5ef9de19fe41eb1ee1e759091c4f8da.tar.bz2 sci-ffcf3f19e5ef9de19fe41eb1ee1e759091c4f8da.zip |
sci-libs/nibabel: EAPI and PYTHON_COMPAT bump
Package-Manager: Portage-2.3.43, Repoman-2.3.10
-rw-r--r-- | sci-libs/nibabel/nibabel-2.1.0.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sci-libs/nibabel/nibabel-2.1.0.ebuild b/sci-libs/nibabel/nibabel-2.1.0.ebuild index 71dc0fff3..d25151e1a 100644 --- a/sci-libs/nibabel/nibabel-2.1.0.ebuild +++ b/sci-libs/nibabel/nibabel-2.1.0.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # 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 |