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 52B84158099 for ; Sat, 25 Nov 2023 06:21:18 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9B00B2BC048; Sat, 25 Nov 2023 06:21:17 +0000 (UTC) Received: from smtp.gentoo.org (mail.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 pigeon.gentoo.org (Postfix) with ESMTPS id 708912BC040 for ; Sat, 25 Nov 2023 06:21:16 +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 B487834067D for ; Sat, 25 Nov 2023 06:21:15 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D43B813E4 for ; Sat, 25 Nov 2023 06:21:12 +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: <1700893231.8046fc318659d2d1c52dd25c48c585b2fa9c2a9a.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-2023.06.19.00.ebuild X-VCS-Directories: dev-util/watchman/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 8046fc318659d2d1c52dd25c48c585b2fa9c2a9a X-VCS-Branch: master Date: Sat, 25 Nov 2023 06:21:12 +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: 1dcd38b0-e4ef-4a55-9b5d-5014c2750ebd X-Archives-Hash: 14cf16b4a38a0ac10482dce07f0f94b3 commit: 8046fc318659d2d1c52dd25c48c585b2fa9c2a9a Author: Sam James gentoo org> AuthorDate: Sat Nov 25 06:19:13 2023 +0000 Commit: Sam James gentoo org> CommitDate: Sat Nov 25 06:20:31 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8046fc31 dev-util/watchman: stabilize 2023.06.19.00 for amd64 Bug: https://bugs.gentoo.org/912543 Signed-off-by: Sam James gentoo.org> dev-util/watchman/watchman-2023.06.19.00.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-util/watchman/watchman-2023.06.19.00.ebuild b/dev-util/watchman/watchman-2023.06.19.00.ebuild index 13634496c9ad..d67d11bf1daa 100644 --- a/dev-util/watchman/watchman-2023.06.19.00.ebuild +++ b/dev-util/watchman/watchman-2023.06.19.00.ebuild @@ -138,7 +138,7 @@ LICENSE+=" || ( Apache-2.0 Boost-1.0 ) " SLOT="0" -KEYWORDS="~amd64" +KEYWORDS="amd64" IUSE="llvm-libunwind python" REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"