From: Thomas Deutschmann Date: Tue, 5 Nov 2019 19:28:43 +0000 (+0100) Subject: dev-util/cbindgen: add MIT license X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=906ee07e781a5c4a15aecbce1c50a2b3ff6dc224;p=gentoo.git dev-util/cbindgen: add MIT license Bug: https://bugs.gentoo.org/694426 Package-Manager: Portage-2.3.78, Repoman-2.3.17 Signed-off-by: Thomas Deutschmann --- diff --git a/dev-util/cbindgen/cbindgen-0.9.1.ebuild b/dev-util/cbindgen/cbindgen-0.9.1.ebuild index 7f6f363e2e0c..888a5cd6f346 100644 --- a/dev-util/cbindgen/cbindgen-0.9.1.ebuild +++ b/dev-util/cbindgen/cbindgen-0.9.1.ebuild @@ -56,6 +56,6 @@ inherit cargo DESCRIPTION="A tool for generating C bindings to Rust code" HOMEPAGE="https://github.com/eqrion/cbindgen/" SRC_URI="$(cargo_crate_uris ${CRATES})" -LICENSE="MPL-2.0" +LICENSE="MIT MPL-2.0" SLOT="0" KEYWORDS="amd64 arm64 ~ppc64 x86"