From: Thomas Deutschmann Date: Tue, 31 Dec 2019 16:01:49 +0000 (+0100) Subject: sys-apps/ripgrep: fix LICENSE X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=a24d99dc7ddc7aff4dbb9a88a7e8af9945598271;p=gentoo.git sys-apps/ripgrep: fix LICENSE Package-Manager: Portage-2.3.84, Repoman-2.3.20 Signed-off-by: Thomas Deutschmann --- diff --git a/sys-apps/ripgrep/ripgrep-11.0.2.ebuild b/sys-apps/ripgrep/ripgrep-11.0.2.ebuild index 39a06e654f39..641ce42111de 100644 --- a/sys-apps/ripgrep/ripgrep-11.0.2.ebuild +++ b/sys-apps/ripgrep/ripgrep-11.0.2.ebuild @@ -78,7 +78,7 @@ 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="Apache-2.0 BSD-2 Boost-1.0 MIT Unlicense )" +LICENSE="Apache-2.0 BSD-2 Boost-1.0 || ( MIT Unlicense )" SLOT="0" KEYWORDS="amd64 ~arm64 ppc64 ~x86" IUSE="+man pcre"