Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-apps/ripgrep/
Date: Thu, 22 Jul 2021 05:49:41
Message-Id: 1626932913.a9cd8b5e21b7962a842d6672c26a0feb1affab70.sam@gentoo
1 commit: a9cd8b5e21b7962a842d6672c26a0feb1affab70
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Thu Jul 22 05:48:33 2021 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Thu Jul 22 05:48:33 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a9cd8b5e
7
8 sys-apps/ripgrep: Stabilize 13.0.0 amd64, #803314
9
10 Signed-off-by: Sam James <sam <AT> gentoo.org>
11
12 sys-apps/ripgrep/ripgrep-13.0.0.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/sys-apps/ripgrep/ripgrep-13.0.0.ebuild b/sys-apps/ripgrep/ripgrep-13.0.0.ebuild
16 index 5d0d52249e9..ee593999e23 100644
17 --- a/sys-apps/ripgrep/ripgrep-13.0.0.ebuild
18 +++ b/sys-apps/ripgrep/ripgrep-13.0.0.ebuild
19 @@ -72,7 +72,7 @@ SRC_URI="https://github.com/BurntSushi/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz
20
21 LICENSE="Apache-2.0 BSD-2 Boost-1.0 || ( MIT Unlicense )"
22 SLOT="0"
23 -KEYWORDS="~amd64 ~arm64 ppc64 ~riscv ~x86"
24 +KEYWORDS="amd64 ~arm64 ppc64 ~riscv ~x86"
25 IUSE="+pcre"
26
27 DEPEND=""