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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 8BA94158086 for ; Thu, 14 Oct 2021 13:38:23 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C55DFE0809; Thu, 14 Oct 2021 13:38:22 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id AB7C5E0809 for ; Thu, 14 Oct 2021 13:38:22 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 9346B342F21 for ; Thu, 14 Oct 2021 13:38:21 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D3C83151 for ; Thu, 14 Oct 2021 13:38:19 +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: <1634218368.80345c12c37e33e99a304984d5a4d7fb196b262b.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.0.1.ebuild X-VCS-Directories: dev-util/clippy/ X-VCS-Committer: pinkbyte X-VCS-Committer-Name: Sergey Popov X-VCS-Revision: 80345c12c37e33e99a304984d5a4d7fb196b262b X-VCS-Branch: master Date: Thu, 14 Oct 2021 13:38:19 +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: d92c2142-318c-4fa0-b27d-c58b4867accc X-Archives-Hash: b41a471ca0ccdd840591cabcf4eb8893 commit: 80345c12c37e33e99a304984d5a4d7fb196b262b Author: Sergey Popov gentoo org> AuthorDate: Thu Oct 14 13:32:48 2021 +0000 Commit: Sergey Popov gentoo org> CommitDate: Thu Oct 14 13:32:48 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=80345c12 dev-util/clippy-8.0.1: stable on amd64 and x86 Package-Manager: Portage-3.0.20, Repoman-3.0.3 Signed-off-by: Sergey Popov gentoo.org> dev-util/clippy/clippy-8.0.1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-util/clippy/clippy-8.0.1.ebuild b/dev-util/clippy/clippy-8.0.1.ebuild index 9fefa0ae3fc..9497111deab 100644 --- a/dev-util/clippy/clippy-8.0.1.ebuild +++ b/dev-util/clippy/clippy-8.0.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