diff options
author | Michał Górny <mgorny@gentoo.org> | 2019-08-18 10:53:22 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2019-08-18 12:07:29 +0200 |
commit | 5a43e9c6216d39e9b315b68db458f0651efbaa59 (patch) | |
tree | 118da3b064bde45a6808ee3984d9bff970704a98 /sys-libs/compiler-rt | |
parent | dev-util/lldb: Update LICENSE for 9+ (diff) | |
download | gentoo-5a43e9c6216d39e9b315b68db458f0651efbaa59.tar.gz gentoo-5a43e9c6216d39e9b315b68db458f0651efbaa59.tar.bz2 gentoo-5a43e9c6216d39e9b315b68db458f0651efbaa59.zip |
sys-libs/compiler-rt: Update LICENSE for 9+
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'sys-libs/compiler-rt')
-rw-r--r-- | sys-libs/compiler-rt/compiler-rt-10.0.0.9999.ebuild | 2 | ||||
-rw-r--r-- | sys-libs/compiler-rt/compiler-rt-9.0.0.9999.ebuild | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/sys-libs/compiler-rt/compiler-rt-10.0.0.9999.ebuild b/sys-libs/compiler-rt/compiler-rt-10.0.0.9999.ebuild index 68a10b79beca..b6bc66629c35 100644 --- a/sys-libs/compiler-rt/compiler-rt-10.0.0.9999.ebuild +++ b/sys-libs/compiler-rt/compiler-rt-10.0.0.9999.ebuild @@ -17,7 +17,7 @@ SRC_URI="" EGIT_REPO_URI="https://git.llvm.org/git/compiler-rt.git https://github.com/llvm-mirror/compiler-rt.git" -LICENSE="|| ( UoI-NCSA MIT )" +LICENSE="Apache-2.0-with-LLVM-exceptions || ( UoI-NCSA MIT )" SLOT="$(ver_cut 1-3)" KEYWORDS="" IUSE="+clang test" diff --git a/sys-libs/compiler-rt/compiler-rt-9.0.0.9999.ebuild b/sys-libs/compiler-rt/compiler-rt-9.0.0.9999.ebuild index 776326d88a4a..3b0033468a96 100644 --- a/sys-libs/compiler-rt/compiler-rt-9.0.0.9999.ebuild +++ b/sys-libs/compiler-rt/compiler-rt-9.0.0.9999.ebuild @@ -18,7 +18,7 @@ EGIT_REPO_URI="https://git.llvm.org/git/compiler-rt.git https://github.com/llvm-mirror/compiler-rt.git" EGIT_BRANCH="release_90" -LICENSE="|| ( UoI-NCSA MIT )" +LICENSE="Apache-2.0-with-LLVM-exceptions || ( UoI-NCSA MIT )" SLOT="$(ver_cut 1-3)" KEYWORDS="" IUSE="+clang test" |