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 CADEF15815E for ; Sat, 3 Feb 2024 19:09:59 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8058E2BC052; Sat, 3 Feb 2024 19:09:57 +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 65B1E2BC052 for ; Sat, 3 Feb 2024 19:09:57 +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 0959D3431CC for ; Sat, 3 Feb 2024 19:09:56 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E95CD14C8 for ; Sat, 3 Feb 2024 19:09:52 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1706987284.c3c4eb38f145134cf8cbd2953ad3241112589713.sam@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.25-r1.ebuild X-VCS-Directories: sci-libs/openblas/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: c3c4eb38f145134cf8cbd2953ad3241112589713 X-VCS-Branch: master Date: Sat, 3 Feb 2024 19:09:52 +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: 7c882614-fd86-4175-a184-95ddbcaac778 X-Archives-Hash: 13f749f99d37eff2c1ed2231a8318f77 commit: c3c4eb38f145134cf8cbd2953ad3241112589713 Author: Sam James gentoo org> AuthorDate: Sat Feb 3 19:06:27 2024 +0000 Commit: Sam James gentoo org> CommitDate: Sat Feb 3 19:08:04 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c3c4eb38 sci-libs/openblas: Stabilize 0.3.25-r1 amd64, #923533 Signed-off-by: Sam James gentoo.org> sci-libs/openblas/openblas-0.3.25-r1.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sci-libs/openblas/openblas-0.3.25-r1.ebuild b/sci-libs/openblas/openblas-0.3.25-r1.ebuild index c32ecf3ad4d7..da08897df4c6 100644 --- a/sci-libs/openblas/openblas-0.3.25-r1.ebuild +++ b/sci-libs/openblas/openblas-0.3.25-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -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 )"