This change adjusts the value of LICENSE to include the licenses of all
crates that find their way into the final installed binary.
Closes: https://bugs.gentoo.org/694412
Signed-off-by: Daniel Müller <deso@posteo.net>
Closes: https://github.com/gentoo/gentoo/pull/13564
Signed-off-by: Joonas Niilola <juippis@gentoo.org>
HOMEPAGE="https://github.com/d-e-s-o/nitrocli/tree/master/nitrocli"
SRC_URI="$(cargo_crate_uris ${CRATES})"
-LICENSE="GPL-3+"
+LICENSE="Apache-2.0 GPL-3+ LGPL-3 MIT"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""