summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Deutschmann <whissi@gentoo.org>2019-11-05 20:28:43 +0100
committerThomas Deutschmann <whissi@gentoo.org>2019-11-05 20:29:15 +0100
commit906ee07e781a5c4a15aecbce1c50a2b3ff6dc224 (patch)
tree8ae667d985f72291df093fb1790939c8952701ce /dev-util/cbindgen
parentapp-misc/yq: RESTRICT="!test? ( test )" (diff)
downloadgentoo-906ee07e781a5c4a15aecbce1c50a2b3ff6dc224.tar.gz
gentoo-906ee07e781a5c4a15aecbce1c50a2b3ff6dc224.tar.bz2
gentoo-906ee07e781a5c4a15aecbce1c50a2b3ff6dc224.zip
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@gentoo.org>
Diffstat (limited to 'dev-util/cbindgen')
-rw-r--r--dev-util/cbindgen/cbindgen-0.9.1.ebuild2
1 files changed, 1 insertions, 1 deletions
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"