summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'sys-libs/libomp/libomp-3.8.0.ebuild')
-rw-r--r--sys-libs/libomp/libomp-3.8.0.ebuild6
1 files changed, 5 insertions, 1 deletions
diff --git a/sys-libs/libomp/libomp-3.8.0.ebuild b/sys-libs/libomp/libomp-3.8.0.ebuild
index a35930ccf9ba..69d0c71faaf1 100644
--- a/sys-libs/libomp/libomp-3.8.0.ebuild
+++ b/sys-libs/libomp/libomp-3.8.0.ebuild
@@ -13,7 +13,11 @@ DESCRIPTION="OpenMP runtime library for LLVM/clang compiler"
HOMEPAGE="http://openmp.llvm.org"
SRC_URI="http://llvm.org/releases/${PV}/${MY_P}.src.tar.xz"
-LICENSE="UoI-NCSA"
+# Additional licenses:
+# - MIT-licensed Intel code,
+# - LLVM Software Grant from Intel.
+
+LICENSE="|| ( UoI-NCSA MIT ) MIT LLVM-Grant"
SLOT="0/3.8"
KEYWORDS="~amd64 ~x86"
IUSE=""