From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-1514737-garchives=archives.gentoo.org@lists.gentoo.org>
Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80])
	(using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)
	 key-exchange X25519 server-signature RSA-PSS (2048 bits))
	(No client certificate requested)
	by finch.gentoo.org (Postfix) with ESMTPS id A536415ACFC
	for <garchives@archives.gentoo.org>; Tue,  2 May 2023 23:49:02 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id C5450E08DC;
	Tue,  2 May 2023 23:49:01 +0000 (UTC)
Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183])
	(using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)
	 key-exchange X25519 server-signature RSA-PSS (4096 bits))
	(No client certificate requested)
	by pigeon.gentoo.org (Postfix) with ESMTPS id ABD03E08DC
	for <gentoo-commits@lists.gentoo.org>; Tue,  2 May 2023 23:49:01 +0000 (UTC)
Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52])
	(using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)
	 key-exchange X25519 server-signature RSA-PSS (4096 bits))
	(No client certificate requested)
	by smtp.gentoo.org (Postfix) with ESMTPS id B48B0341566
	for <gentoo-commits@lists.gentoo.org>; Tue,  2 May 2023 23:49:00 +0000 (UTC)
Received: from localhost.localdomain (localhost [IPv6:::1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id 465BAA5C
	for <gentoo-commits@lists.gentoo.org>; Tue,  2 May 2023 23:48:59 +0000 (UTC)
From: "Horea Christian" <horea.christ@gmail.com>
To: gentoo-commits@lists.gentoo.org
Content-Transfer-Encoding: 8bit
Content-type: text/plain; charset=UTF-8
Reply-To: gentoo-dev@lists.gentoo.org, "Horea Christian" <horea.christ@gmail.com>
Message-ID: <1683071326.70928fbfdb98e8afb20c189fc961e650ce04a7ab.chymera@gentoo>
Subject: [gentoo-commits] proj/sci:master commit in: sci-biology/bruker2nifti/
X-VCS-Repository: proj/sci
X-VCS-Files: sci-biology/bruker2nifti/bruker2nifti-1.0.4.ebuild
X-VCS-Directories: sci-biology/bruker2nifti/
X-VCS-Committer: chymera
X-VCS-Committer-Name: Horea Christian
X-VCS-Revision: 70928fbfdb98e8afb20c189fc961e650ce04a7ab
X-VCS-Branch: master
Date: Tue,  2 May 2023 23:48:59 +0000 (UTC)
Precedence: bulk
List-Post: <mailto:gentoo-commits@lists.gentoo.org>
List-Help: <mailto:gentoo-commits+help@lists.gentoo.org>
List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org>
List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org>
List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org>
X-BeenThere: gentoo-commits@lists.gentoo.org
X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply
X-Archives-Salt: 9af641a0-cf26-49f0-884a-7978eb757d6f
X-Archives-Hash: eb7235691b33baaa2dbdc60b4d76519a

commit:     70928fbfdb98e8afb20c189fc961e650ce04a7ab
Author:     Horea Christian <chr <AT> chymera <DOT> eu>
AuthorDate: Tue May  2 23:48:46 2023 +0000
Commit:     Horea Christian <horea.christ <AT> gmail <DOT> com>
CommitDate: Tue May  2 23:48:46 2023 +0000
URL:        https://gitweb.gentoo.org/proj/sci.git/commit/?id=70928fbf

sci-biology/bruker2nifti: enable py3.11

Signed-off-by: Horea Christian <chr <AT> chymera.eu>

 sci-biology/bruker2nifti/bruker2nifti-1.0.4.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/sci-biology/bruker2nifti/bruker2nifti-1.0.4.ebuild b/sci-biology/bruker2nifti/bruker2nifti-1.0.4.ebuild
index a94c2be48..dc0c49e6f 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-2022 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
 
 DISTUTILS_USE_SETUPTOOLS="rdepend"
-PYTHON_COMPAT=( python3_10 )
+PYTHON_COMPAT=( python3_{10..11} )
 
 inherit distutils-r1