sys-apps/ripgrep: fix LICENSE

Package-Manager: Portage-2.3.84, Repoman-2.3.20
Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
This commit is contained in:
Thomas Deutschmann
2019-12-31 17:01:49 +01:00
parent a628ab45a8
commit a24d99dc7d

View File

@@ -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"