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 B761B139345 for ; Thu, 22 Jul 2021 17:40:01 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D02C4E0BF5; Thu, 22 Jul 2021 17:40:00 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 99B20E0BF5 for ; Thu, 22 Jul 2021 17:40:00 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 94F2F342B52 for ; Thu, 22 Jul 2021 17:39:59 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 338567CE for ; Thu, 22 Jul 2021 17:39:58 +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: <1626975574.064b267c3aca41ff668b867859b20075a9b4e2a8.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-13.0.0.ebuild X-VCS-Directories: sys-apps/ripgrep/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 064b267c3aca41ff668b867859b20075a9b4e2a8 X-VCS-Branch: master Date: Thu, 22 Jul 2021 17:39:58 +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: 5e89b6ed-41fa-40f3-ba92-924be199693e X-Archives-Hash: 03055f5dc524245213e02d332bba8b6a commit: 064b267c3aca41ff668b867859b20075a9b4e2a8 Author: Sam James gentoo org> AuthorDate: Thu Jul 22 17:38:03 2021 +0000 Commit: Sam James gentoo org> CommitDate: Thu Jul 22 17:39:34 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=064b267c sys-apps/ripgrep: Stabilize 13.0.0 x86, #803314 Signed-off-by: Sam James gentoo.org> sys-apps/ripgrep/ripgrep-13.0.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys-apps/ripgrep/ripgrep-13.0.0.ebuild b/sys-apps/ripgrep/ripgrep-13.0.0.ebuild index ee593999e23..077fbcac0d9 100644 --- a/sys-apps/ripgrep/ripgrep-13.0.0.ebuild +++ b/sys-apps/ripgrep/ripgrep-13.0.0.ebuild @@ -72,7 +72,7 @@ SRC_URI="https://github.com/BurntSushi/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz LICENSE="Apache-2.0 BSD-2 Boost-1.0 || ( MIT Unlicense )" SLOT="0" -KEYWORDS="amd64 ~arm64 ppc64 ~riscv ~x86" +KEYWORDS="amd64 ~arm64 ppc64 ~riscv x86" IUSE="+pcre" DEPEND=""