From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-1655688-garchives=archives.gentoo.org@lists.gentoo.org>
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 A00B5159C96
	for <garchives@archives.gentoo.org>; Tue, 23 Jul 2024 16:46:02 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id 9CC5DE29C3;
	Tue, 23 Jul 2024 16:46: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) server-digest SHA256)
	(No client certificate requested)
	by pigeon.gentoo.org (Postfix) with ESMTPS id 816E8E29C3
	for <gentoo-commits@lists.gentoo.org>; Tue, 23 Jul 2024 16:46: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) server-digest SHA256)
	(No client certificate requested)
	by smtp.gentoo.org (Postfix) with ESMTPS id 7932F33FECD
	for <gentoo-commits@lists.gentoo.org>; Tue, 23 Jul 2024 16:45:59 +0000 (UTC)
Received: from localhost.localdomain (localhost [IPv6:::1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id D347C1E60
	for <gentoo-commits@lists.gentoo.org>; Tue, 23 Jul 2024 16:45:57 +0000 (UTC)
From: "Jakov Smolić" <jsmolic@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Content-Transfer-Encoding: 8bit
Content-type: text/plain; charset=UTF-8
Reply-To: gentoo-dev@lists.gentoo.org, "Jakov Smolić" <jsmolic@gentoo.org>
Message-ID: <1721753140.7d5738eea1b21d4a665cc0a04929e21d47c35e1f.jsmolic@gentoo>
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-apps/fd/
X-VCS-Repository: repo/gentoo
X-VCS-Files: sys-apps/fd/fd-10.1.0.ebuild
X-VCS-Directories: sys-apps/fd/
X-VCS-Committer: jsmolic
X-VCS-Committer-Name: Jakov Smolić
X-VCS-Revision: 7d5738eea1b21d4a665cc0a04929e21d47c35e1f
X-VCS-Branch: master
Date: Tue, 23 Jul 2024 16:45:57 +0000 (UTC)
Precedence: bulk
List-Post: <mailto:gentoo-commits@lists.gentoo.org>
List-Help: <mailto:gentoo-commits+help@lists.gentoo.org>
List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org>
List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org>
List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org>
X-BeenThere: gentoo-commits@lists.gentoo.org
X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply
X-Archives-Salt: 371af9ee-2102-4e3b-ac6c-ddd0899f1f54
X-Archives-Hash: e910c16775094097fc333a424731f248

commit:     7d5738eea1b21d4a665cc0a04929e21d47c35e1f
Author:     Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
AuthorDate: Tue Jul 23 16:45:40 2024 +0000
Commit:     Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
CommitDate: Tue Jul 23 16:45:40 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7d5738ee

sys-apps/fd: Stabilize 10.1.0 x86, #936097

Signed-off-by: Jakov Smolić <jsmolic <AT> gentoo.org>

 sys-apps/fd/fd-10.1.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-apps/fd/fd-10.1.0.ebuild b/sys-apps/fd/fd-10.1.0.ebuild
index cd3f9ee29589..b970db6752ce 100644
--- a/sys-apps/fd/fd-10.1.0.ebuild
+++ b/sys-apps/fd/fd-10.1.0.ebuild
@@ -130,7 +130,7 @@ LICENSE="|| ( Apache-2.0 MIT )"
 # Dependent crate licenses
 LICENSE+=" MIT Unicode-DFS-2016"
 SLOT="0"
-KEYWORDS="amd64 arm64 ppc64 ~x86"
+KEYWORDS="amd64 arm64 ppc64 x86"
 
 DEPEND="
 	!elibc_musl? ( >=dev-libs/jemalloc-5.1.0:= )