diff options
author | Georgy Yakovlev <gyakovlev@gentoo.org> | 2019-12-30 22:24:45 -0800 |
---|---|---|
committer | Georgy Yakovlev <gyakovlev@gentoo.org> | 2019-12-30 22:30:57 -0800 |
commit | 745f736a2198a7118eca1225e4c839fe73719f4a (patch) | |
tree | c66ab4db8200bc8de2d595c4cd969fb69923eb1e /sys-apps/ripgrep | |
parent | sys-apps/ripgrep: allow building on musl (diff) | |
download | gentoo-745f736a2198a7118eca1225e4c839fe73719f4a.tar.gz gentoo-745f736a2198a7118eca1225e4c839fe73719f4a.tar.bz2 gentoo-745f736a2198a7118eca1225e4c839fe73719f4a.zip |
sys-apps/ripgrep: 11.0.2 amd64 ppc64 stable
Closes: https://bugs.gentoo.org/694448
Package-Manager: Portage-2.3.84, Repoman-2.3.20
Signed-off-by: Georgy Yakovlev <gyakovlev@gentoo.org>
Diffstat (limited to 'sys-apps/ripgrep')
-rw-r--r-- | sys-apps/ripgrep/ripgrep-11.0.2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-apps/ripgrep/ripgrep-11.0.2.ebuild b/sys-apps/ripgrep/ripgrep-11.0.2.ebuild index b01fadb16509..39a06e654f39 100644 --- a/sys-apps/ripgrep/ripgrep-11.0.2.ebuild +++ b/sys-apps/ripgrep/ripgrep-11.0.2.ebuild @@ -78,9 +78,9 @@ HOMEPAGE="https://github.com/BurntSushi/ripgrep" SRC_URI="https://github.com/BurntSushi/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz $(cargo_crate_uris ${CRATES})" -LICENSE="|| ( MIT Unlicense )" +LICENSE="Apache-2.0 BSD-2 Boost-1.0 MIT Unlicense )" SLOT="0" -KEYWORDS="~amd64 ~arm64 ~ppc64 ~x86" +KEYWORDS="amd64 ~arm64 ppc64 ~x86" IUSE="+man pcre" DEPEND="" |