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 95D4F1584AD for ; Wed, 07 May 2025 19:12:08 +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)) (No client certificate requested) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id 7D60F3431AB for ; Wed, 07 May 2025 19:12:08 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id 8B0D71103C1; Wed, 07 May 2025 19:12:05 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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 bobolink.gentoo.org (Postfix) with ESMTPS id 818221103C0 for ; Wed, 07 May 2025 19:12:05 +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 2E484343082 for ; Wed, 07 May 2025 19:12:05 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 935ED2668 for ; Wed, 07 May 2025 19:12:03 +0000 (UTC) From: "Arthur Zamarin" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Arthur Zamarin" Message-ID: <1746645119.cd342a7abd5ccf7e1e15c2ff8de6b482f2ebe5f8.arthurzam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-mathematics/manifold/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-mathematics/manifold/manifold-3.0.1.ebuild X-VCS-Directories: sci-mathematics/manifold/ X-VCS-Committer: arthurzam X-VCS-Committer-Name: Arthur Zamarin X-VCS-Revision: cd342a7abd5ccf7e1e15c2ff8de6b482f2ebe5f8 X-VCS-Branch: master Date: Wed, 07 May 2025 19:12:03 +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: 6929c9f8-a295-4bb0-9b15-2e4714d75580 X-Archives-Hash: 11473af2d31cf838830add4215c27551 commit: cd342a7abd5ccf7e1e15c2ff8de6b482f2ebe5f8 Author: Arthur Zamarin gentoo org> AuthorDate: Wed May 7 19:11:59 2025 +0000 Commit: Arthur Zamarin gentoo org> CommitDate: Wed May 7 19:11:59 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cd342a7a sci-mathematics/manifold: Keyword 3.0.1 arm64, #955276 Signed-off-by: Arthur Zamarin gentoo.org> sci-mathematics/manifold/manifold-3.0.1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sci-mathematics/manifold/manifold-3.0.1.ebuild b/sci-mathematics/manifold/manifold-3.0.1.ebuild index 61fcfb984a91..097de0c4451d 100644 --- a/sci-mathematics/manifold/manifold-3.0.1.ebuild +++ b/sci-mathematics/manifold/manifold-3.0.1.ebuild @@ -21,7 +21,7 @@ else SRC_URI="https://github.com/elalish/manifold/releases/download/v${PV}/${P}.tar.gz" fi - KEYWORDS="amd64" + KEYWORDS="amd64 ~arm64" fi LICENSE="Apache-2.0"