Gentoo Archives: gentoo-commits

From: Georgy Yakovlev <gyakovlev@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-apps/ripgrep/
Date: Tue, 31 Dec 2019 06:31:25
Message-Id: 1577773857.745f736a2198a7118eca1225e4c839fe73719f4a.gyakovlev@gentoo
1 commit: 745f736a2198a7118eca1225e4c839fe73719f4a
2 Author: Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
3 AuthorDate: Tue Dec 31 06:24:45 2019 +0000
4 Commit: Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
5 CommitDate: Tue Dec 31 06:30:57 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=745f736a
7
8 sys-apps/ripgrep: 11.0.2 amd64 ppc64 stable
9
10 Closes: https://bugs.gentoo.org/694448
11 Package-Manager: Portage-2.3.84, Repoman-2.3.20
12 Signed-off-by: Georgy Yakovlev <gyakovlev <AT> gentoo.org>
13
14 sys-apps/ripgrep/ripgrep-11.0.2.ebuild | 4 ++--
15 1 file changed, 2 insertions(+), 2 deletions(-)
16
17 diff --git a/sys-apps/ripgrep/ripgrep-11.0.2.ebuild b/sys-apps/ripgrep/ripgrep-11.0.2.ebuild
18 index b01fadb1650..39a06e654f3 100644
19 --- a/sys-apps/ripgrep/ripgrep-11.0.2.ebuild
20 +++ b/sys-apps/ripgrep/ripgrep-11.0.2.ebuild
21 @@ -78,9 +78,9 @@ HOMEPAGE="https://github.com/BurntSushi/ripgrep"
22 SRC_URI="https://github.com/BurntSushi/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz
23 $(cargo_crate_uris ${CRATES})"
24
25 -LICENSE="|| ( MIT Unlicense )"
26 +LICENSE="Apache-2.0 BSD-2 Boost-1.0 MIT Unlicense )"
27 SLOT="0"
28 -KEYWORDS="~amd64 ~arm64 ~ppc64 ~x86"
29 +KEYWORDS="amd64 ~arm64 ppc64 ~x86"
30 IUSE="+man pcre"
31
32 DEPEND=""