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 A5F58158064 for ; Sat, 4 May 2024 07:10:21 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 63543E2A19; Sat, 4 May 2024 07:10:20 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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 46D23E2A19 for ; Sat, 4 May 2024 07:10:20 +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 81142343134 for ; Sat, 4 May 2024 07:10:19 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E3DC11779 for ; Sat, 4 May 2024 07:10:17 +0000 (UTC) From: "Arthur Zamarin" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Arthur Zamarin" Message-ID: <1714806614.7e9ad1b4a04752bef454f3cddefa69e67549c30f.arthurzam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-portage/command-not-found/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-portage/command-not-found/command-not-found-0.0.5.ebuild X-VCS-Directories: app-portage/command-not-found/ X-VCS-Committer: arthurzam X-VCS-Committer-Name: Arthur Zamarin X-VCS-Revision: 7e9ad1b4a04752bef454f3cddefa69e67549c30f X-VCS-Branch: master Date: Sat, 4 May 2024 07:10:17 +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: f34bdb2f-86ac-48a1-a6da-d9e6b9ad617a X-Archives-Hash: c936e4611e026efd4fadd05aa7a7237b commit: 7e9ad1b4a04752bef454f3cddefa69e67549c30f Author: Arthur Zamarin gentoo org> AuthorDate: Sat May 4 07:10:14 2024 +0000 Commit: Arthur Zamarin gentoo org> CommitDate: Sat May 4 07:10:14 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7e9ad1b4 app-portage/command-not-found: Keyword 0.0.5 x86, #930984 Signed-off-by: Arthur Zamarin gentoo.org> app-portage/command-not-found/command-not-found-0.0.5.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-portage/command-not-found/command-not-found-0.0.5.ebuild b/app-portage/command-not-found/command-not-found-0.0.5.ebuild index 6290b971b6a6..db51bf9b1576 100644 --- a/app-portage/command-not-found/command-not-found-0.0.5.ebuild +++ b/app-portage/command-not-found/command-not-found-0.0.5.ebuild @@ -15,7 +15,7 @@ S="${WORKDIR}/${PN}-gentoo-${PV}" LICENSE="GPL-2+" SLOT="0" -KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~sparc" +KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~sparc ~x86" REQUIRED_USE="${PYTHON_REQUIRED_USE}"