From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: 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 finch.gentoo.org (Postfix) with ESMTPS id D3CDA1581B9 for ; Sun, 05 Oct 2025 07:42:14 +0000 (UTC) Received: from lists.gentoo.org (bobolink.gentoo.org [140.211.166.189]) (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) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id B3EF7340FDB for ; Sun, 05 Oct 2025 07:42:14 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id B2B151102C9; Sun, 05 Oct 2025 07:42:13 +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) server-digest SHA256) (No client certificate requested) by bobolink.gentoo.org (Postfix) with ESMTPS id A818A1102C9 for ; Sun, 05 Oct 2025 07:42:13 +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 6405C340F85 for ; Sun, 05 Oct 2025 07:42:13 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 95DE827C8 for ; Sun, 05 Oct 2025 07:42:11 +0000 (UTC) From: "Jakov Smolić" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Jakov Smolić" Message-ID: <1759650118.b6da02af7e957e47de5e8b1fd67a1d6bd38f8dd5.jsmolic@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: profiles/arch/riscv/ X-VCS-Repository: repo/gentoo X-VCS-Files: profiles/arch/riscv/package.use.mask X-VCS-Directories: profiles/arch/riscv/ X-VCS-Committer: jsmolic X-VCS-Committer-Name: Jakov Smolić X-VCS-Revision: b6da02af7e957e47de5e8b1fd67a1d6bd38f8dd5 X-VCS-Branch: master Date: Sun, 05 Oct 2025 07:42:11 +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: a460c77b-8c71-426a-a4b3-aba3d07261e2 X-Archives-Hash: 694278a8a9310c24fd7c31627854435c commit: b6da02af7e957e47de5e8b1fd67a1d6bd38f8dd5 Author: Jakov Smolić gentoo org> AuthorDate: Sun Oct 5 07:39:15 2025 +0000 Commit: Jakov Smolić gentoo org> CommitDate: Sun Oct 5 07:41:58 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b6da02af profiles/arch/riscv: Unmask sci-libs/flexiblas[system-blas] and friends Fixes: 07e8975ec0ae531efc20298786e63f007de68275 Signed-off-by: Jakov Smolić gentoo.org> profiles/arch/riscv/package.use.mask | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/profiles/arch/riscv/package.use.mask b/profiles/arch/riscv/package.use.mask index 1b99d7eab98a..9a62f24c5e9f 100644 --- a/profiles/arch/riscv/package.use.mask +++ b/profiles/arch/riscv/package.use.mask @@ -1,6 +1,15 @@ # Copyright 2019-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 +# Jakov Smolić (2025-10-05) +# These packages are keyworded on riscv +sci-libs/flexiblas -system-blas +sci-libs/lapack -flexiblas +virtual/blas -flexiblas +virtual/cblas -flexiblas +virtual/lapack -flexiblas +virtual/lapacke -flexiblas + # Michał Górny (2025-09-12) # These BLAS/LAPACK providers are keyworded here. sci-libs/flexiblas -openblas