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 3AD291581B9 for ; Fri, 03 Oct 2025 12:58:59 +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) (No client certificate requested) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id 23AE5340DCB for ; Fri, 03 Oct 2025 12:58:59 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id 1D46D1103E2; Fri, 03 Oct 2025 12:58:58 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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) server-digest SHA256) (No client certificate requested) by bobolink.gentoo.org (Postfix) with ESMTPS id 125BA1103E2 for ; Fri, 03 Oct 2025 12:58:58 +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) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id B977E340DCB for ; Fri, 03 Oct 2025 12:58:57 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5424134DF for ; Fri, 03 Oct 2025 12:58:56 +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: <1759496332.4286577ccfc9de63d16b3d20eb747c495f34a41c.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-libs/blas-lapack-aux-wrapper/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-libs/blas-lapack-aux-wrapper/blas-lapack-aux-wrapper-0-r1.ebuild X-VCS-Directories: sci-libs/blas-lapack-aux-wrapper/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 4286577ccfc9de63d16b3d20eb747c495f34a41c X-VCS-Branch: master Date: Fri, 03 Oct 2025 12:58:56 +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: c349ad3f-fc66-41a5-8b4c-a4850c35e51c X-Archives-Hash: d14fb30407e21bffa9c0d1388a8fdb55 commit: 4286577ccfc9de63d16b3d20eb747c495f34a41c Author: Michał Górny gentoo org> AuthorDate: Fri Oct 3 12:51:52 2025 +0000 Commit: Michał Górny gentoo org> CommitDate: Fri Oct 3 12:58:52 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4286577c sci-libs/blas-lapack-aux-wrapper: Keyword 0-r1 arm64, #963611 Signed-off-by: Michał Górny gentoo.org> sci-libs/blas-lapack-aux-wrapper/blas-lapack-aux-wrapper-0-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sci-libs/blas-lapack-aux-wrapper/blas-lapack-aux-wrapper-0-r1.ebuild b/sci-libs/blas-lapack-aux-wrapper/blas-lapack-aux-wrapper-0-r1.ebuild index 10440793a3e0..82dbcaa52de9 100644 --- a/sci-libs/blas-lapack-aux-wrapper/blas-lapack-aux-wrapper-0-r1.ebuild +++ b/sci-libs/blas-lapack-aux-wrapper/blas-lapack-aux-wrapper-0-r1.ebuild @@ -20,7 +20,7 @@ SRC_URI=" LICENSE="GPL-2+" SLOT="0" -KEYWORDS="~amd64" +KEYWORDS="~amd64 ~arm64" IUSE="index64 test" RESTRICT="!test? ( test )"