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 0443615ACFC for ; Mon, 1 May 2023 01:44:03 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 986CCE086E; Mon, 1 May 2023 01:44:00 +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 7EA98E086E for ; Mon, 1 May 2023 01:44:00 +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 15C2F341429 for ; Mon, 1 May 2023 01:43:59 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 77923A65 for ; Mon, 1 May 2023 01:43:56 +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: <1682905241.9268b9701da7ae7f6d5763d84687a19aaca74edc.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.02.06.00.ebuild X-VCS-Directories: dev-util/watchman/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 9268b9701da7ae7f6d5763d84687a19aaca74edc X-VCS-Branch: master Date: Mon, 1 May 2023 01:43: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: 6fc2326e-735d-4d33-a96f-2e65a925227f X-Archives-Hash: 4fda2d53dd83db2d0962f76a878acc2d commit: 9268b9701da7ae7f6d5763d84687a19aaca74edc Author: Sam James gentoo org> AuthorDate: Mon May 1 01:40:41 2023 +0000 Commit: Sam James gentoo org> CommitDate: Mon May 1 01:40:41 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9268b970 dev-util/watchman: Stabilize 2023.02.06.00 amd64, #902607 Signed-off-by: Sam James gentoo.org> dev-util/watchman/watchman-2023.02.06.00.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-util/watchman/watchman-2023.02.06.00.ebuild b/dev-util/watchman/watchman-2023.02.06.00.ebuild index 92aedf25a665..f37c93c14eb6 100644 --- a/dev-util/watchman/watchman-2023.02.06.00.ebuild +++ b/dev-util/watchman/watchman-2023.02.06.00.ebuild @@ -217,7 +217,7 @@ SRC_URI+=" $(cargo_crate_uris)" LICENSE="Apache-2.0" SLOT="0" -KEYWORDS="~amd64" +KEYWORDS="amd64" IUSE="llvm-libunwind python" REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"