diff options
author | Michał Górny <mgorny@gentoo.org> | 2019-08-18 10:28:29 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2019-08-18 12:07:24 +0200 |
commit | 2452655496e35cf7c62f1166cc16dfb2aaa0afe6 (patch) | |
tree | 992203ddb1c09c37600a74cedfc6bc93c05b2395 | |
parent | dev-ml/llvm-ocaml: Update LICENSE for 9+ (diff) | |
download | gentoo-2452655496e35cf7c62f1166cc16dfb2aaa0afe6.tar.gz gentoo-2452655496e35cf7c62f1166cc16dfb2aaa0afe6.tar.bz2 gentoo-2452655496e35cf7c62f1166cc16dfb2aaa0afe6.zip |
sys-devel/lld: Update LICENSE for 9+
Signed-off-by: Michał Górny <mgorny@gentoo.org>
-rw-r--r-- | sys-devel/lld/lld-10.0.0.9999.ebuild | 2 | ||||
-rw-r--r-- | sys-devel/lld/lld-9.0.0.9999.ebuild | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/sys-devel/lld/lld-10.0.0.9999.ebuild b/sys-devel/lld/lld-10.0.0.9999.ebuild index 5f144562eaa3..89abb313a970 100644 --- a/sys-devel/lld/lld-10.0.0.9999.ebuild +++ b/sys-devel/lld/lld-10.0.0.9999.ebuild @@ -16,7 +16,7 @@ SRC_URI="" EGIT_REPO_URI="https://git.llvm.org/git/lld.git https://github.com/llvm-mirror/lld.git" -LICENSE="UoI-NCSA" +LICENSE="Apache-2.0-with-LLVM-exceptions UoI-NCSA" SLOT="0" KEYWORDS="" IUSE="test" diff --git a/sys-devel/lld/lld-9.0.0.9999.ebuild b/sys-devel/lld/lld-9.0.0.9999.ebuild index faf3cc65be25..216166a79aff 100644 --- a/sys-devel/lld/lld-9.0.0.9999.ebuild +++ b/sys-devel/lld/lld-9.0.0.9999.ebuild @@ -17,7 +17,7 @@ EGIT_REPO_URI="https://git.llvm.org/git/lld.git https://github.com/llvm-mirror/lld.git" EGIT_BRANCH="release_90" -LICENSE="UoI-NCSA" +LICENSE="Apache-2.0-with-LLVM-exceptions UoI-NCSA" SLOT="0" KEYWORDS="" IUSE="test" |