diff options
author | Michał Górny <mgorny@gentoo.org> | 2016-10-27 11:13:56 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2016-10-27 11:28:27 +0200 |
commit | cb65bb54bf92658016c2ec4657fa2faf3eb13e26 (patch) | |
tree | e0cb9aaed37565d0640ff6c2ca5721ea7293dd43 /sys-libs | |
parent | sys-libs/compiler-rt: Allow alternative MIT license (diff) | |
download | gentoo-cb65bb54bf92658016c2ec4657fa2faf3eb13e26.tar.gz gentoo-cb65bb54bf92658016c2ec4657fa2faf3eb13e26.tar.bz2 gentoo-cb65bb54bf92658016c2ec4657fa2faf3eb13e26.zip |
sys-libs/libomp: Add missing licenses, #598106
Diffstat (limited to 'sys-libs')
-rw-r--r-- | sys-libs/libomp/libomp-3.7.0.ebuild | 6 | ||||
-rw-r--r-- | sys-libs/libomp/libomp-3.7.1.ebuild | 6 | ||||
-rw-r--r-- | sys-libs/libomp/libomp-3.8.0.ebuild | 6 | ||||
-rw-r--r-- | sys-libs/libomp/libomp-3.8.1.ebuild | 6 | ||||
-rw-r--r-- | sys-libs/libomp/libomp-3.9.0.ebuild | 6 | ||||
-rw-r--r-- | sys-libs/libomp/libomp-9999.ebuild | 6 |
6 files changed, 30 insertions, 6 deletions
diff --git a/sys-libs/libomp/libomp-3.7.0.ebuild b/sys-libs/libomp/libomp-3.7.0.ebuild index f3ea5052ffbe..f067d24294bf 100644 --- a/sys-libs/libomp/libomp-3.7.0.ebuild +++ b/sys-libs/libomp/libomp-3.7.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.7" KEYWORDS="~amd64 ~x86" IUSE="" diff --git a/sys-libs/libomp/libomp-3.7.1.ebuild b/sys-libs/libomp/libomp-3.7.1.ebuild index b121661c7d03..0cd5101e2435 100644 --- a/sys-libs/libomp/libomp-3.7.1.ebuild +++ b/sys-libs/libomp/libomp-3.7.1.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.7" KEYWORDS="~amd64 ~x86" IUSE="" 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="" diff --git a/sys-libs/libomp/libomp-3.8.1.ebuild b/sys-libs/libomp/libomp-3.8.1.ebuild index a35930ccf9ba..69d0c71faaf1 100644 --- a/sys-libs/libomp/libomp-3.8.1.ebuild +++ b/sys-libs/libomp/libomp-3.8.1.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="" diff --git a/sys-libs/libomp/libomp-3.9.0.ebuild b/sys-libs/libomp/libomp-3.9.0.ebuild index dad69636c3e5..6626fab9b01a 100644 --- a/sys-libs/libomp/libomp-3.9.0.ebuild +++ b/sys-libs/libomp/libomp-3.9.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.9" KEYWORDS="~amd64 ~x86" IUSE="hwloc ompt" 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" |