summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2019-08-18 10:58:06 +0200
committerMichał Górny <mgorny@gentoo.org>2019-08-18 12:07:34 +0200
commita05b8155c31cfe2ca0a91f143cb542a25af4ba7e (patch)
tree5fc2c41d51933084cf05e5fbb134a2e7078da39c /sys-libs/libomp
parentsys-libs/libcxx: Update LICENSE for 9+ (diff)
downloadgentoo-a05b8155c31cfe2ca0a91f143cb542a25af4ba7e.tar.gz
gentoo-a05b8155c31cfe2ca0a91f143cb542a25af4ba7e.tar.bz2
gentoo-a05b8155c31cfe2ca0a91f143cb542a25af4ba7e.zip
sys-libs/libomp: Update LICENSE for 9+
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'sys-libs/libomp')
-rw-r--r--sys-libs/libomp/libomp-10.0.0.9999.ebuild6
-rw-r--r--sys-libs/libomp/libomp-9.0.0.9999.ebuild6
2 files changed, 2 insertions, 10 deletions
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"