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 D67E715821F for ; Sat, 23 Nov 2024 20:16:51 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2096BE08A0; Sat, 23 Nov 2024 20:16:51 +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 056FBE08A0 for ; Sat, 23 Nov 2024 20:16:51 +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 77CD1340A12 for ; Sat, 23 Nov 2024 20:16:49 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1612E1F64 for ; Sat, 23 Nov 2024 20:16:47 +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: <1732392939.5168b3d3ec1e1ef107129b647d2dd12406f2da9d.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/watchman/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-util/watchman/watchman-2024.11.04.00.ebuild X-VCS-Directories: dev-util/watchman/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 5168b3d3ec1e1ef107129b647d2dd12406f2da9d X-VCS-Branch: master Date: Sat, 23 Nov 2024 20:16:47 +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: b0a62796-8318-475a-ac6c-1e915b10c981 X-Archives-Hash: bed78dd4ba54fd726768259af741d131 commit: 5168b3d3ec1e1ef107129b647d2dd12406f2da9d Author: sin-ack protonmail com> AuthorDate: Tue Nov 12 22:50:31 2024 +0000 Commit: Sam James gentoo org> CommitDate: Sat Nov 23 20:15:39 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5168b3d3 dev-util/watchman: keyword 2024.11.04.00 for ~arm64 Closes: https://bugs.gentoo.org/905054 Signed-off-by: sin-ack protonmail.com> Closes: https://github.com/gentoo/gentoo/pull/39294 Signed-off-by: Sam James gentoo.org> dev-util/watchman/watchman-2024.11.04.00.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-util/watchman/watchman-2024.11.04.00.ebuild b/dev-util/watchman/watchman-2024.11.04.00.ebuild index a3076f9eeaf9..f791648d2feb 100644 --- a/dev-util/watchman/watchman-2024.11.04.00.ebuild +++ b/dev-util/watchman/watchman-2024.11.04.00.ebuild @@ -244,7 +244,7 @@ LICENSE="MIT" # Dependent crate licenses LICENSE+=" Apache-2.0 MIT Unicode-DFS-2016 WTFPL-2" SLOT="0" -KEYWORDS="~amd64" +KEYWORDS="~amd64 ~arm64" IUSE="llvm-libunwind python" REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"