commit: 906ee07e781a5c4a15aecbce1c50a2b3ff6dc224 Author: Thomas Deutschmann <whissi <AT> gentoo <DOT> org> AuthorDate: Tue Nov 5 19:28:43 2019 +0000 Commit: Thomas Deutschmann <whissi <AT> gentoo <DOT> org> CommitDate: Tue Nov 5 19:29:15 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=906ee07e
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 <whissi <AT> gentoo.org> dev-util/cbindgen/cbindgen-0.9.1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-util/cbindgen/cbindgen-0.9.1.ebuild b/dev-util/cbindgen/cbindgen-0.9.1.ebuild index 7f6f363e2e0..888a5cd6f34 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"
