summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2016-10-27 11:13:56 +0200
committerMichał Górny <mgorny@gentoo.org>2016-10-27 11:28:27 +0200
commitcb65bb54bf92658016c2ec4657fa2faf3eb13e26 (patch)
treee0cb9aaed37565d0640ff6c2ca5721ea7293dd43 /sys-libs/libomp/libomp-9999.ebuild
parentsys-libs/compiler-rt: Allow alternative MIT license (diff)
downloadgentoo-cb65bb54bf92658016c2ec4657fa2faf3eb13e26.tar.gz
gentoo-cb65bb54bf92658016c2ec4657fa2faf3eb13e26.tar.bz2
gentoo-cb65bb54bf92658016c2ec4657fa2faf3eb13e26.zip
sys-libs/libomp: Add missing licenses, #598106
Diffstat (limited to 'sys-libs/libomp/libomp-9999.ebuild')
-rw-r--r--sys-libs/libomp/libomp-9999.ebuild6
1 files changed, 5 insertions, 1 deletions
diff --git a/sys-libs/libomp/libomp-9999.ebuild b/sys-libs/libomp/libomp-9999.ebuild
index 32c0683b71d1..a61c877c62d5 100644
--- a/sys-libs/libomp/libomp-9999.ebuild
+++ b/sys-libs/libomp/libomp-9999.ebuild
@@ -15,7 +15,11 @@ SRC_URI=""
EGIT_REPO_URI="http://llvm.org/git/openmp.git
https://github.com/llvm-mirror/openmp.git"
-LICENSE="UoI-NCSA"
+# Additional licenses:
+# - MIT-licensed Intel code,
+# - LLVM Software Grant from Intel.
+
+LICENSE="|| ( UoI-NCSA MIT ) MIT LLVM-Grant"
SLOT="0"
KEYWORDS=""
IUSE="hwloc ompt test"