commit: 657ad67053610be0051846ffaa88043989c66731
Author: Horea Christian <chr <AT> chymera <DOT> eu>
AuthorDate: Thu Jul 28 10:48:27 2022 +0000
Commit: Horea Christian <horea.christ <AT> gmail <DOT> com>
CommitDate: Thu Jul 28 10:48:27 2022 +0000
URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=657ad670
sci-biology/bruker2nifti: PYTHON_COMPAT bump 3.10
Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Horea Christian <chr <AT> chymera.eu>
sci-biology/bruker2nifti/bruker2nifti-1.0.4.ebuild | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/sci-biology/bruker2nifti/bruker2nifti-1.0.4.ebuild
b/sci-biology/bruker2nifti/bruker2nifti-1.0.4.ebuild
index 7a9c238ce..9550415b1 100644
--- a/sci-biology/bruker2nifti/bruker2nifti-1.0.4.ebuild
+++ b/sci-biology/bruker2nifti/bruker2nifti-1.0.4.ebuild
@@ -1,10 +1,10 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=7
+EAPI=8
DISTUTILS_USE_SETUPTOOLS="rdepend"
-PYTHON_COMPAT=( python3_{7,8,9} )
+PYTHON_COMPAT=( python3_{8..10} )
inherit distutils-r1