From: Michał Górny Date: Sun, 18 Aug 2019 08:58:06 +0000 (+0200) Subject: sys-libs/libomp: Update LICENSE for 9+ X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=a05b8155c31cfe2ca0a91f143cb542a25af4ba7e;p=gentoo.git sys-libs/libomp: Update LICENSE for 9+ Signed-off-by: Michał Górny --- diff --git a/sys-libs/libomp/libomp-10.0.0.9999.ebuild b/sys-libs/libomp/libomp-10.0.0.9999.ebuild index 9a293c825b66..d0f53bbe6e34 100644 --- a/sys-libs/libomp/libomp-10.0.0.9999.ebuild +++ b/sys-libs/libomp/libomp-10.0.0.9999.ebuild @@ -16,11 +16,7 @@ SRC_URI="" EGIT_REPO_URI="https://git.llvm.org/git/openmp.git https://github.com/llvm-mirror/openmp.git" -# Additional licenses: -# - MIT-licensed Intel code, -# - LLVM Software Grant from Intel. - -LICENSE="|| ( UoI-NCSA MIT ) MIT LLVM-Grant" +LICENSE="Apache-2.0-with-LLVM-exceptions || ( UoI-NCSA MIT )" SLOT="0" KEYWORDS="" IUSE="cuda hwloc kernel_linux offload ompt test" diff --git a/sys-libs/libomp/libomp-9.0.0.9999.ebuild b/sys-libs/libomp/libomp-9.0.0.9999.ebuild index c74e74f9ae90..1927e2fcf463 100644 --- a/sys-libs/libomp/libomp-9.0.0.9999.ebuild +++ b/sys-libs/libomp/libomp-9.0.0.9999.ebuild @@ -17,11 +17,7 @@ EGIT_REPO_URI="https://git.llvm.org/git/openmp.git https://github.com/llvm-mirror/openmp.git" EGIT_BRANCH="release_90" -# Additional licenses: -# - MIT-licensed Intel code, -# - LLVM Software Grant from Intel. - -LICENSE="|| ( UoI-NCSA MIT ) MIT LLVM-Grant" +LICENSE="Apache-2.0-with-LLVM-exceptions || ( UoI-NCSA MIT )" SLOT="0" KEYWORDS="" IUSE="cuda hwloc kernel_linux offload ompt test"