From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: 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 EF814158089 for ; Tue, 14 Nov 2023 15:13:57 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 92B5A2BC02B; Tue, 14 Nov 2023 15:13:55 +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 73BC92BC02B for ; Tue, 14 Nov 2023 15:13:55 +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 75D9A335D84 for ; Tue, 14 Nov 2023 15:13:54 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8CD87138A for ; Tue, 14 Nov 2023 15:13:51 +0000 (UTC) From: "Guilherme Amadio" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Guilherme Amadio" Message-ID: <1699974816.c3f9aaae0b1b123f556047e762b51e5ea57a0be5.amadio@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-physics/root/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-physics/root/root-6.28.08.ebuild sci-physics/root/root-6.28.9999.ebuild sci-physics/root/root-9999.ebuild X-VCS-Directories: sci-physics/root/ X-VCS-Committer: amadio X-VCS-Committer-Name: Guilherme Amadio X-VCS-Revision: c3f9aaae0b1b123f556047e762b51e5ea57a0be5 X-VCS-Branch: master Date: Tue, 14 Nov 2023 15:13:51 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 6e870779-669e-4eb1-a672-d449a8e7af61 X-Archives-Hash: 95c0e0c749c901f3f4bc4b6bcfd33c1e commit: c3f9aaae0b1b123f556047e762b51e5ea57a0be5 Author: Guilherme Amadio gentoo org> AuthorDate: Tue Nov 14 12:26:09 2023 +0000 Commit: Guilherme Amadio gentoo org> CommitDate: Tue Nov 14 15:13:36 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c3f9aaae sci-physics/root: enable py3.12 Signed-off-by: Guilherme Amadio gentoo.org> sci-physics/root/root-6.28.08.ebuild | 2 +- sci-physics/root/root-6.28.9999.ebuild | 2 +- sci-physics/root/root-9999.ebuild | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/sci-physics/root/root-6.28.08.ebuild b/sci-physics/root/root-6.28.08.ebuild index 55b17a5b6b13..f116da228820 100644 --- a/sci-physics/root/root-6.28.08.ebuild +++ b/sci-physics/root/root-6.28.08.ebuild @@ -6,7 +6,7 @@ EAPI=8 # ninja does not work due to fortran CMAKE_MAKEFILE_GENERATOR=emake FORTRAN_NEEDED="fortran" -PYTHON_COMPAT=( python3_{9..11} ) +PYTHON_COMPAT=( python3_{9..12} ) inherit cmake cuda fortran-2 python-single-r1 toolchain-funcs diff --git a/sci-physics/root/root-6.28.9999.ebuild b/sci-physics/root/root-6.28.9999.ebuild index 55b17a5b6b13..f116da228820 100644 --- a/sci-physics/root/root-6.28.9999.ebuild +++ b/sci-physics/root/root-6.28.9999.ebuild @@ -6,7 +6,7 @@ EAPI=8 # ninja does not work due to fortran CMAKE_MAKEFILE_GENERATOR=emake FORTRAN_NEEDED="fortran" -PYTHON_COMPAT=( python3_{9..11} ) +PYTHON_COMPAT=( python3_{9..12} ) inherit cmake cuda fortran-2 python-single-r1 toolchain-funcs diff --git a/sci-physics/root/root-9999.ebuild b/sci-physics/root/root-9999.ebuild index 55b17a5b6b13..f116da228820 100644 --- a/sci-physics/root/root-9999.ebuild +++ b/sci-physics/root/root-9999.ebuild @@ -6,7 +6,7 @@ EAPI=8 # ninja does not work due to fortran CMAKE_MAKEFILE_GENERATOR=emake FORTRAN_NEEDED="fortran" -PYTHON_COMPAT=( python3_{9..11} ) +PYTHON_COMPAT=( python3_{9..12} ) inherit cmake cuda fortran-2 python-single-r1 toolchain-funcs