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 2618A158090 for ; Mon, 16 May 2022 12:51:16 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 49E93E0928; Mon, 16 May 2022 12:51:15 +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 2DAAFE0928 for ; Mon, 16 May 2022 12:51:15 +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 00CBB340CEE for ; Mon, 16 May 2022 12:51:14 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6080D466 for ; Mon, 16 May 2022 12:51:12 +0000 (UTC) From: "Agostino Sarubbo" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Agostino Sarubbo" Message-ID: <1652705470.8c496ff83bb1562fc63ff4be52945194613ea50e.ago@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/watchman/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-util/watchman/watchman-2022.03.28.00.ebuild X-VCS-Directories: dev-util/watchman/ X-VCS-Committer: ago X-VCS-Committer-Name: Agostino Sarubbo X-VCS-Revision: 8c496ff83bb1562fc63ff4be52945194613ea50e X-VCS-Branch: master Date: Mon, 16 May 2022 12:51: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: 8149c4a3-3d94-438a-bae9-f021e8c36838 X-Archives-Hash: 3df2a6c5fe6d23092276497cc9a5a52e commit: 8c496ff83bb1562fc63ff4be52945194613ea50e Author: Agostino Sarubbo gentoo org> AuthorDate: Mon May 16 12:51:10 2022 +0000 Commit: Agostino Sarubbo gentoo org> CommitDate: Mon May 16 12:51:10 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8c496ff8 dev-util/watchman: amd64 stable wrt bug #835760 Package-Manager: Portage-3.0.30, Repoman-3.0.3 RepoMan-Options: --include-arches="amd64" Signed-off-by: Agostino Sarubbo gentoo.org> dev-util/watchman/watchman-2022.03.28.00.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-util/watchman/watchman-2022.03.28.00.ebuild b/dev-util/watchman/watchman-2022.03.28.00.ebuild index da684483d094..eb2f4ec03913 100644 --- a/dev-util/watchman/watchman-2022.03.28.00.ebuild +++ b/dev-util/watchman/watchman-2022.03.28.00.ebuild @@ -111,7 +111,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} )"