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 DAE59158043 for ; Mon, 4 Mar 2024 07:43:43 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 52A89E2AE7; Mon, 4 Mar 2024 07:43:42 +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 31B57E2AE7 for ; Mon, 4 Mar 2024 07:43:42 +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)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 3F92633FE49 for ; Mon, 4 Mar 2024 07:43:41 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A9319B3D for ; Mon, 4 Mar 2024 07:43:39 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1709538200.e108ed0812435be78ee16421559291838289d2e1.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-apps/ripgrep/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-apps/ripgrep/ripgrep-14.1.0.ebuild X-VCS-Directories: sys-apps/ripgrep/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: e108ed0812435be78ee16421559291838289d2e1 X-VCS-Branch: master Date: Mon, 4 Mar 2024 07:43:39 +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: a269bfb4-6e1e-4573-a8ee-20b0aa16701d X-Archives-Hash: 6009e95ff3c787ff62be64965ad5bd4c commit: e108ed0812435be78ee16421559291838289d2e1 Author: Sam James gentoo org> AuthorDate: Mon Mar 4 07:43:20 2024 +0000 Commit: Sam James gentoo org> CommitDate: Mon Mar 4 07:43:20 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e108ed08 sys-apps/ripgrep: Stabilize 14.1.0 x86, #924582 Signed-off-by: Sam James gentoo.org> sys-apps/ripgrep/ripgrep-14.1.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys-apps/ripgrep/ripgrep-14.1.0.ebuild b/sys-apps/ripgrep/ripgrep-14.1.0.ebuild index 2e1746daaf40..7cde6b85a027 100644 --- a/sys-apps/ripgrep/ripgrep-14.1.0.ebuild +++ b/sys-apps/ripgrep/ripgrep-14.1.0.ebuild @@ -69,7 +69,7 @@ LICENSE+=" || ( Apache-2.0 Boost-1.0 ) " SLOT="0" -KEYWORDS="amd64 ~arm64 ~loong ppc64 ~riscv ~x86" +KEYWORDS="amd64 ~arm64 ~loong ppc64 ~riscv x86" IUSE="+pcre" RDEPEND="pcre? ( dev-libs/libpcre2:= )"