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 ECEA6159C9B for ; Tue, 30 Jul 2024 21:13:39 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E24FD2BC088; Tue, 30 Jul 2024 21:13:36 +0000 (UTC) Received: from smtp.gentoo.org (mail.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 C64D22BC088 for ; Tue, 30 Jul 2024 21:13:36 +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 E5CA5343011 for ; Tue, 30 Jul 2024 21:13:35 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 368EA1E8E for ; Tue, 30 Jul 2024 21:13:32 +0000 (UTC) From: "Pacho Ramos" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Pacho Ramos" Message-ID: <1722373914.b72cc4f8776e902a1c146438866b9e3cc19e1474.pacho@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-libs/clblas/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-libs/clblas/clblas-2.12-r2.ebuild X-VCS-Directories: sci-libs/clblas/ X-VCS-Committer: pacho X-VCS-Committer-Name: Pacho Ramos X-VCS-Revision: b72cc4f8776e902a1c146438866b9e3cc19e1474 X-VCS-Branch: master Date: Tue, 30 Jul 2024 21:13:32 +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: 233fc677-40b9-434f-aaea-99c6757fc1d8 X-Archives-Hash: 77cf81e2a88cc28fe57e02944556dd9e commit: b72cc4f8776e902a1c146438866b9e3cc19e1474 Author: Pacho Ramos gentoo org> AuthorDate: Tue Jul 30 21:10:00 2024 +0000 Commit: Pacho Ramos gentoo org> CommitDate: Tue Jul 30 21:11:54 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b72cc4f8 sci-libs/clblas: enable py3.12 Closes: https://bugs.gentoo.org/929770 Signed-off-by: Pacho Ramos gentoo.org> sci-libs/clblas/clblas-2.12-r2.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sci-libs/clblas/clblas-2.12-r2.ebuild b/sci-libs/clblas/clblas-2.12-r2.ebuild index 654c43bcf00f..72bfd21c224c 100644 --- a/sci-libs/clblas/clblas-2.12-r2.ebuild +++ b/sci-libs/clblas/clblas-2.12-r2.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 -PYTHON_COMPAT=( python3_{9..11} ) +PYTHON_COMPAT=( python3_{10..12} ) DOCS_BUILDER="doxygen" DOCS_DEPEND="