Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-libs/libomp/
Date: Sun, 18 Aug 2019 10:07:48
Message-Id: 1566122854.a05b8155c31cfe2ca0a91f143cb542a25af4ba7e.mgorny@gentoo
1 commit: a05b8155c31cfe2ca0a91f143cb542a25af4ba7e
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Sun Aug 18 08:58:06 2019 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sun Aug 18 10:07:34 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a05b8155
7
8 sys-libs/libomp: Update LICENSE for 9+
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 sys-libs/libomp/libomp-10.0.0.9999.ebuild | 6 +-----
13 sys-libs/libomp/libomp-9.0.0.9999.ebuild | 6 +-----
14 2 files changed, 2 insertions(+), 10 deletions(-)
15
16 diff --git a/sys-libs/libomp/libomp-10.0.0.9999.ebuild b/sys-libs/libomp/libomp-10.0.0.9999.ebuild
17 index 9a293c825b6..d0f53bbe6e3 100644
18 --- a/sys-libs/libomp/libomp-10.0.0.9999.ebuild
19 +++ b/sys-libs/libomp/libomp-10.0.0.9999.ebuild
20 @@ -16,11 +16,7 @@ SRC_URI=""
21 EGIT_REPO_URI="https://git.llvm.org/git/openmp.git
22 https://github.com/llvm-mirror/openmp.git"
23
24 -# Additional licenses:
25 -# - MIT-licensed Intel code,
26 -# - LLVM Software Grant from Intel.
27 -
28 -LICENSE="|| ( UoI-NCSA MIT ) MIT LLVM-Grant"
29 +LICENSE="Apache-2.0-with-LLVM-exceptions || ( UoI-NCSA MIT )"
30 SLOT="0"
31 KEYWORDS=""
32 IUSE="cuda hwloc kernel_linux offload ompt test"
33
34 diff --git a/sys-libs/libomp/libomp-9.0.0.9999.ebuild b/sys-libs/libomp/libomp-9.0.0.9999.ebuild
35 index c74e74f9ae9..1927e2fcf46 100644
36 --- a/sys-libs/libomp/libomp-9.0.0.9999.ebuild
37 +++ b/sys-libs/libomp/libomp-9.0.0.9999.ebuild
38 @@ -17,11 +17,7 @@ EGIT_REPO_URI="https://git.llvm.org/git/openmp.git
39 https://github.com/llvm-mirror/openmp.git"
40 EGIT_BRANCH="release_90"
41
42 -# Additional licenses:
43 -# - MIT-licensed Intel code,
44 -# - LLVM Software Grant from Intel.
45 -
46 -LICENSE="|| ( UoI-NCSA MIT ) MIT LLVM-Grant"
47 +LICENSE="Apache-2.0-with-LLVM-exceptions || ( UoI-NCSA MIT )"
48 SLOT="0"
49 KEYWORDS=""
50 IUSE="cuda hwloc kernel_linux offload ompt test"