diff options
author | stefson <herrtimson@yahoo.de> | 2019-08-21 07:35:40 +0200 |
---|---|---|
committer | stefson <herrtimson@yahoo.de> | 2019-08-21 07:35:40 +0200 |
commit | b0611690f3a75ce22b2f8126d54e28e73c6b8ea7 (patch) | |
tree | b129a46b5e6327436008c52f38def4ab71315ffe | |
parent | dev-rust/cranelift: make sse2 mandantory for x86 (diff) | |
download | rust-b0611690f3a75ce22b2f8126d54e28e73c6b8ea7.tar.gz rust-b0611690f3a75ce22b2f8126d54e28e73c6b8ea7.tar.bz2 rust-b0611690f3a75ce22b2f8126d54e28e73c6b8ea7.zip |
dev-rust/cranelift: use license from tree
-rw-r--r-- | dev-rust/cranelift-tools/cranelift-tools-0.40.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-rust/cranelift-tools/cranelift-tools-0.40.0.ebuild b/dev-rust/cranelift-tools/cranelift-tools-0.40.0.ebuild index 913b0df..967edec 100644 --- a/dev-rust/cranelift-tools/cranelift-tools-0.40.0.ebuild +++ b/dev-rust/cranelift-tools/cranelift-tools-0.40.0.ebuild @@ -154,7 +154,7 @@ SRCHASH=5534fd2c2f411dcdb981f992239fc0e96790312b SRC_URI="https://github.com/CraneStation/cranelift/archive/${SRCHASH}.tar.gz -> ${P}.tar.gz $(cargo_crate_uris ${CRATES})" RESTRICT="mirror" -LICENSE="apache-2.0-with-llvm-exception" +LICENSE="Apache-2.0-with-LLVM-exceptions" SLOT="0" KEYWORDS="~amd64" IUSE="cpu_flags_x86_sse2 test" |