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 (4096 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 2E09B158042 for ; Sat, 2 Nov 2024 09:45:19 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 478EFE081E; Sat, 2 Nov 2024 09:45:18 +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 28324E081E for ; Sat, 2 Nov 2024 09:45:18 +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 2C536340C15 for ; Sat, 2 Nov 2024 09:45:17 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id BDDA41295 for ; Sat, 2 Nov 2024 09:45:15 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1730540713.d9a14a8c32f9aff0e3cb8695c42af04f120769da.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-libs/openblas/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-libs/openblas/openblas-0.3.26-r1.ebuild X-VCS-Directories: sci-libs/openblas/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: d9a14a8c32f9aff0e3cb8695c42af04f120769da X-VCS-Branch: master Date: Sat, 2 Nov 2024 09:45:15 +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: 4c9a4d12-7ab7-425b-b642-5ec57debf928 X-Archives-Hash: fadd9c762b3eaa65080e9190cf9d7391 commit: d9a14a8c32f9aff0e3cb8695c42af04f120769da Author: Michał Górny gentoo org> AuthorDate: Sat Nov 2 09:44:54 2024 +0000 Commit: Michał Górny gentoo org> CommitDate: Sat Nov 2 09:45:13 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d9a14a8c sci-libs/openblas: Stabilize 0.3.26-r1 amd64, #942743 Signed-off-by: Michał Górny gentoo.org> sci-libs/openblas/openblas-0.3.26-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sci-libs/openblas/openblas-0.3.26-r1.ebuild b/sci-libs/openblas/openblas-0.3.26-r1.ebuild index 9bd2045ad974..69f12e137b23 100644 --- a/sci-libs/openblas/openblas-0.3.26-r1.ebuild +++ b/sci-libs/openblas/openblas-0.3.26-r1.ebuild @@ -13,7 +13,7 @@ S="${WORKDIR}"/${MY_P} LICENSE="BSD" SLOT="0" -KEYWORDS="~amd64 ~arm ~arm64 ~loong ~riscv ~x86 ~amd64-linux ~x86-linux ~x64-macos" +KEYWORDS="amd64 ~arm ~arm64 ~loong ~riscv ~x86 ~amd64-linux ~x86-linux ~x64-macos" IUSE="dynamic eselect-ldso index-64bit openmp pthread relapack test" REQUIRED_USE="?? ( openmp pthread )" RESTRICT="!test? ( test )"