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 3AEDE15800F for ; Thu, 9 Feb 2023 17:51:15 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C1D04E07C9; Thu, 9 Feb 2023 17:51:12 +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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id A9328E07C9 for ; Thu, 9 Feb 2023 17:51:12 +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 BB18D340688 for ; Thu, 9 Feb 2023 17:51:11 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id DFC1288E for ; Thu, 9 Feb 2023 17:51:09 +0000 (UTC) From: "Sergey Popov" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sergey Popov" Message-ID: <1675964608.50f7220a155a0e33da47210708247e9927a16b08.pinkbyte@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/clippy/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-util/clippy/clippy-8.4.1.ebuild X-VCS-Directories: dev-util/clippy/ X-VCS-Committer: pinkbyte X-VCS-Committer-Name: Sergey Popov X-VCS-Revision: 50f7220a155a0e33da47210708247e9927a16b08 X-VCS-Branch: master Date: Thu, 9 Feb 2023 17:51:09 +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: 63b1a545-142d-4e4c-b902-108ab0ffa9a6 X-Archives-Hash: e258f879fe9eb646bbc8a98c9592b789 commit: 50f7220a155a0e33da47210708247e9927a16b08 Author: Sergey Popov gentoo org> AuthorDate: Thu Feb 9 17:43:07 2023 +0000 Commit: Sergey Popov gentoo org> CommitDate: Thu Feb 9 17:43:28 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=50f7220a dev-util/clippy-8.4.1: stable on amd64/x86 Bug: https://bugs.gentoo.org/890224 Signed-off-by: Sergey Popov gentoo.org> dev-util/clippy/clippy-8.4.1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-util/clippy/clippy-8.4.1.ebuild b/dev-util/clippy/clippy-8.4.1.ebuild index ad45266cda0b..dd93150f5df8 100644 --- a/dev-util/clippy/clippy-8.4.1.ebuild +++ b/dev-util/clippy/clippy-8.4.1.ebuild @@ -14,7 +14,7 @@ S="${WORKDIR}/frr-${MY_P}" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~amd64 ~arm64 ~x86" +KEYWORDS="amd64 ~arm64 x86" REQUIRED_USE="${PYTHON_REQUIRED_USE}" # standalone clippy does not have any tests