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 82A311581D3 for ; Sat, 1 Jun 2024 17:23:32 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C0E10E2A6C; Sat, 1 Jun 2024 17:23:31 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 A6F99E2A6C for ; Sat, 1 Jun 2024 17:23:31 +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) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id E4B1B33BDF5 for ; Sat, 1 Jun 2024 17:23:30 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 282DA119 for ; Sat, 1 Jun 2024 17:23:29 +0000 (UTC) From: "Andrew Ammerlaan" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andrew Ammerlaan" Message-ID: <1717262581.41fa67dda66444f581b31223616df842ef86a855.andrewammerlaan@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-libs/vtk/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-libs/vtk/vtk-9.3.0.ebuild X-VCS-Directories: sci-libs/vtk/ X-VCS-Committer: andrewammerlaan X-VCS-Committer-Name: Andrew Ammerlaan X-VCS-Revision: 41fa67dda66444f581b31223616df842ef86a855 X-VCS-Branch: master Date: Sat, 1 Jun 2024 17:23:29 +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: b25b7bec-4be6-4c9c-aea4-c113650ff4a0 X-Archives-Hash: 3a56f64b90af8497bded10206a7f61bd commit: 41fa67dda66444f581b31223616df842ef86a855 Author: Andrew Ammerlaan gentoo org> AuthorDate: Sat Jun 1 17:22:51 2024 +0000 Commit: Andrew Ammerlaan gentoo org> CommitDate: Sat Jun 1 17:23:01 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=41fa67dd sci-libs/vtk: enable py3.12 Closes: https://bugs.gentoo.org/929788 Signed-off-by: Andrew Ammerlaan gentoo.org> sci-libs/vtk/vtk-9.3.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sci-libs/vtk/vtk-9.3.0.ebuild b/sci-libs/vtk/vtk-9.3.0.ebuild index 745cb1354799..e2f30ffb2241 100644 --- a/sci-libs/vtk/vtk-9.3.0.ebuild +++ b/sci-libs/vtk/vtk-9.3.0.ebuild @@ -8,7 +8,7 @@ EAPI=8 # properly before building. # - replace usex by usev where applicable -PYTHON_COMPAT=( python3_{10..11} ) +PYTHON_COMPAT=( python3_{10..12} ) WEBAPP_OPTIONAL=yes WEBAPP_MANUAL_SLOT=yes