From: Michał Górny Date: Sun, 18 Aug 2019 08:53:22 +0000 (+0200) Subject: sys-libs/compiler-rt: Update LICENSE for 9+ X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=5a43e9c6216d39e9b315b68db458f0651efbaa59;p=gentoo.git sys-libs/compiler-rt: Update LICENSE for 9+ Signed-off-by: Michał Górny --- 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"