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 D0447158041 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 665C4E2AE9; 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 489ABE2AE9 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 5433D33FE7D 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 BCA6910B0 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: <1709538201.ebde29b7ca67ea29465eae766c1da862e99b21c3.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: ebde29b7ca67ea29465eae766c1da862e99b21c3 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: 80e2f200-0e31-4d07-b2e7-0ca72cd7ca22 X-Archives-Hash: 6c8e05cdaa7574ebc2e878d9b4116a81 commit: ebde29b7ca67ea29465eae766c1da862e99b21c3 Author: Sam James gentoo org> AuthorDate: Mon Mar 4 07:43:21 2024 +0000 Commit: Sam James gentoo org> CommitDate: Mon Mar 4 07:43:21 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ebde29b7 sys-apps/ripgrep: Stabilize 14.1.0 arm64, #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 7cde6b85a027..2d41fa4ab080 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:= )"