Gentoo Archives: gentoo-commits

From: David Seifert <soap@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-libs/libomp/
Date: Tue, 04 Jan 2022 10:30:53
Message-Id: 1641292200.d8d1fe2cd5c31dda4711717dd8e6438b953ded74.soap@gentoo
1 commit: d8d1fe2cd5c31dda4711717dd8e6438b953ded74
2 Author: David Seifert <soap <AT> gentoo <DOT> org>
3 AuthorDate: Tue Jan 4 10:30:00 2022 +0000
4 Commit: David Seifert <soap <AT> gentoo <DOT> org>
5 CommitDate: Tue Jan 4 10:30:00 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d8d1fe2c
7
8 sys-libs/libomp: remove implicit kernel_linux
9
10 Signed-off-by: David Seifert <soap <AT> gentoo.org>
11
12 sys-libs/libomp/libomp-11.1.0.ebuild | 4 ++--
13 sys-libs/libomp/libomp-12.0.1.ebuild | 4 ++--
14 sys-libs/libomp/libomp-13.0.0-r2.ebuild | 4 ++--
15 sys-libs/libomp/libomp-13.0.1.9999.ebuild | 4 ++--
16 sys-libs/libomp/libomp-13.0.1_rc1.ebuild | 4 ++--
17 sys-libs/libomp/libomp-14.0.0.9999.ebuild | 4 ++--
18 6 files changed, 12 insertions(+), 12 deletions(-)
19
20 diff --git a/sys-libs/libomp/libomp-11.1.0.ebuild b/sys-libs/libomp/libomp-11.1.0.ebuild
21 index 5e55d6e82803..5c983795cfff 100644
22 --- a/sys-libs/libomp/libomp-11.1.0.ebuild
23 +++ b/sys-libs/libomp/libomp-11.1.0.ebuild
24 @@ -1,4 +1,4 @@
25 -# Copyright 1999-2021 Gentoo Authors
26 +# Copyright 1999-2022 Gentoo Authors
27 # Distributed under the terms of the GNU General Public License v2
28
29 EAPI=7
30 @@ -13,7 +13,7 @@ HOMEPAGE="https://openmp.llvm.org"
31 LICENSE="Apache-2.0-with-LLVM-exceptions || ( UoI-NCSA MIT )"
32 SLOT="0"
33 KEYWORDS="amd64 arm arm64 ppc64 ~riscv x86 ~amd64-linux ~x64-macos"
34 -IUSE="cuda hwloc kernel_linux offload ompt test"
35 +IUSE="cuda hwloc offload ompt test"
36 # CUDA works only with the x86_64 ABI
37 REQUIRED_USE="offload? ( cuda? ( abi_x86_64 ) )"
38 RESTRICT="!test? ( test )"
39
40 diff --git a/sys-libs/libomp/libomp-12.0.1.ebuild b/sys-libs/libomp/libomp-12.0.1.ebuild
41 index 5df3ce76c7cb..6f0a864fcf48 100644
42 --- a/sys-libs/libomp/libomp-12.0.1.ebuild
43 +++ b/sys-libs/libomp/libomp-12.0.1.ebuild
44 @@ -1,4 +1,4 @@
45 -# Copyright 1999-2021 Gentoo Authors
46 +# Copyright 1999-2022 Gentoo Authors
47 # Distributed under the terms of the GNU General Public License v2
48
49 EAPI=7
50 @@ -13,7 +13,7 @@ HOMEPAGE="https://openmp.llvm.org"
51 LICENSE="Apache-2.0-with-LLVM-exceptions || ( UoI-NCSA MIT )"
52 SLOT="0"
53 KEYWORDS="amd64 arm arm64 ~ppc ppc64 ~riscv x86 ~amd64-linux ~x64-macos"
54 -IUSE="cuda hwloc kernel_linux offload ompt test"
55 +IUSE="cuda hwloc offload ompt test"
56 # CUDA works only with the x86_64 ABI
57 REQUIRED_USE="offload? ( cuda? ( abi_x86_64 ) )"
58 RESTRICT="!test? ( test )"
59
60 diff --git a/sys-libs/libomp/libomp-13.0.0-r2.ebuild b/sys-libs/libomp/libomp-13.0.0-r2.ebuild
61 index 5f801a554c82..725187193ff6 100644
62 --- a/sys-libs/libomp/libomp-13.0.0-r2.ebuild
63 +++ b/sys-libs/libomp/libomp-13.0.0-r2.ebuild
64 @@ -1,4 +1,4 @@
65 -# Copyright 1999-2021 Gentoo Authors
66 +# Copyright 1999-2022 Gentoo Authors
67 # Distributed under the terms of the GNU General Public License v2
68
69 EAPI=7
70 @@ -13,7 +13,7 @@ HOMEPAGE="https://openmp.llvm.org"
71 LICENSE="Apache-2.0-with-LLVM-exceptions || ( UoI-NCSA MIT )"
72 SLOT="0"
73 KEYWORDS="amd64 arm arm64 ~ppc ppc64 ~riscv x86 ~amd64-linux ~x64-macos"
74 -IUSE="cuda debug hwloc kernel_linux offload ompt test
75 +IUSE="cuda debug hwloc offload ompt test
76 llvm_targets_AMDGPU llvm_targets_NVPTX"
77 # CUDA works only with the x86_64 ABI
78 REQUIRED_USE="
79
80 diff --git a/sys-libs/libomp/libomp-13.0.1.9999.ebuild b/sys-libs/libomp/libomp-13.0.1.9999.ebuild
81 index f1c1f78f6e9d..81e776270450 100644
82 --- a/sys-libs/libomp/libomp-13.0.1.9999.ebuild
83 +++ b/sys-libs/libomp/libomp-13.0.1.9999.ebuild
84 @@ -1,4 +1,4 @@
85 -# Copyright 1999-2021 Gentoo Authors
86 +# Copyright 1999-2022 Gentoo Authors
87 # Distributed under the terms of the GNU General Public License v2
88
89 EAPI=7
90 @@ -13,7 +13,7 @@ HOMEPAGE="https://openmp.llvm.org"
91 LICENSE="Apache-2.0-with-LLVM-exceptions || ( UoI-NCSA MIT )"
92 SLOT="0"
93 KEYWORDS=""
94 -IUSE="cuda debug hwloc kernel_linux offload ompt test
95 +IUSE="cuda debug hwloc offload ompt test
96 llvm_targets_AMDGPU llvm_targets_NVPTX"
97 # CUDA works only with the x86_64 ABI
98 REQUIRED_USE="
99
100 diff --git a/sys-libs/libomp/libomp-13.0.1_rc1.ebuild b/sys-libs/libomp/libomp-13.0.1_rc1.ebuild
101 index 6a8ad8fb455b..6447245880b8 100644
102 --- a/sys-libs/libomp/libomp-13.0.1_rc1.ebuild
103 +++ b/sys-libs/libomp/libomp-13.0.1_rc1.ebuild
104 @@ -1,4 +1,4 @@
105 -# Copyright 1999-2021 Gentoo Authors
106 +# Copyright 1999-2022 Gentoo Authors
107 # Distributed under the terms of the GNU General Public License v2
108
109 EAPI=7
110 @@ -13,7 +13,7 @@ HOMEPAGE="https://openmp.llvm.org"
111 LICENSE="Apache-2.0-with-LLVM-exceptions || ( UoI-NCSA MIT )"
112 SLOT="0"
113 KEYWORDS=""
114 -IUSE="cuda debug hwloc kernel_linux offload ompt test
115 +IUSE="cuda debug hwloc offload ompt test
116 llvm_targets_AMDGPU llvm_targets_NVPTX"
117 # CUDA works only with the x86_64 ABI
118 REQUIRED_USE="
119
120 diff --git a/sys-libs/libomp/libomp-14.0.0.9999.ebuild b/sys-libs/libomp/libomp-14.0.0.9999.ebuild
121 index f1c1f78f6e9d..81e776270450 100644
122 --- a/sys-libs/libomp/libomp-14.0.0.9999.ebuild
123 +++ b/sys-libs/libomp/libomp-14.0.0.9999.ebuild
124 @@ -1,4 +1,4 @@
125 -# Copyright 1999-2021 Gentoo Authors
126 +# Copyright 1999-2022 Gentoo Authors
127 # Distributed under the terms of the GNU General Public License v2
128
129 EAPI=7
130 @@ -13,7 +13,7 @@ HOMEPAGE="https://openmp.llvm.org"
131 LICENSE="Apache-2.0-with-LLVM-exceptions || ( UoI-NCSA MIT )"
132 SLOT="0"
133 KEYWORDS=""
134 -IUSE="cuda debug hwloc kernel_linux offload ompt test
135 +IUSE="cuda debug hwloc offload ompt test
136 llvm_targets_AMDGPU llvm_targets_NVPTX"
137 # CUDA works only with the x86_64 ABI
138 REQUIRED_USE="