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 346A713933E for ; Thu, 22 Jul 2021 04:08:54 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 336CAE0AAC; Thu, 22 Jul 2021 04:08:53 +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 163D7E0AAC for ; Thu, 22 Jul 2021 04:08:53 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 276FD342C32 for ; Thu, 22 Jul 2021 04:08:52 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C7EC37D3 for ; Thu, 22 Jul 2021 04:08:50 +0000 (UTC) From: "Georgy Yakovlev" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Georgy Yakovlev" Message-ID: <1626926763.78e1f1b6828c91965f52281e2dc70d63bd24a58c.gyakovlev@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: gyakovlev X-VCS-Committer-Name: Georgy Yakovlev X-VCS-Revision: 78e1f1b6828c91965f52281e2dc70d63bd24a58c X-VCS-Branch: master Date: Thu, 22 Jul 2021 04:08:50 +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: 7d34dbff-b400-43ac-891c-eaeb76dbd6e4 X-Archives-Hash: 038b71ebb9a3c32702a65fdcc6d2946a commit: 78e1f1b6828c91965f52281e2dc70d63bd24a58c Author: Georgy Yakovlev gentoo org> AuthorDate: Thu Jul 22 04:05:31 2021 +0000 Commit: Georgy Yakovlev gentoo org> CommitDate: Thu Jul 22 04:06:03 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=78e1f1b6 sys-apps/ripgrep: stabilize 13.0.0 for ppc64, bug #803314 Signed-off-by: Georgy Yakovlev 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 227d76e06e2..5d0d52249e9 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=""