Gentoo Archives: gentoo-commits

From: Marek Szuba <marecki@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/libffi-compat/, dev-lang/python/, dev-java/icedtea/, dev-lang/smlnj/, ...
Date: Thu, 01 Jul 2021 09:22:00
Message-Id: 1625130798.618b3e86e2b4078605f99fce1eefb08ac67ea5c9.marecki@gentoo
1 commit: 618b3e86e2b4078605f99fce1eefb08ac67ea5c9
2 Author: Marek Szuba <marecki <AT> gentoo <DOT> org>
3 AuthorDate: Thu Jul 1 09:13:18 2021 +0000
4 Commit: Marek Szuba <marecki <AT> gentoo <DOT> org>
5 CommitDate: Thu Jul 1 09:13:18 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=618b3e86
7
8 */*: s/pax_kernel/pax-kernel/g
9
10 Signed-off-by: Marek Szuba <marecki <AT> gentoo.org>
11
12 app-emulation/virtualbox-modules/metadata.xml | 2 +-
13 app-emulation/virtualbox-modules/virtualbox-modules-6.1.18.ebuild | 4 ++--
14 app-emulation/virtualbox-modules/virtualbox-modules-6.1.20.ebuild | 4 ++--
15 app-emulation/virtualbox-modules/virtualbox-modules-6.1.22.ebuild | 4 ++--
16 app-emulation/virtualbox/metadata.xml | 2 +-
17 app-emulation/virtualbox/virtualbox-6.1.18.ebuild | 8 ++++----
18 app-emulation/virtualbox/virtualbox-6.1.20-r1.ebuild | 8 ++++----
19 app-emulation/virtualbox/virtualbox-6.1.22.ebuild | 8 ++++----
20 dev-java/icedtea/icedtea-3.18.0.ebuild | 6 +++---
21 dev-java/icedtea/icedtea-3.19.0.ebuild | 6 +++---
22 dev-java/icedtea/metadata.xml | 2 +-
23 dev-lang/mlton/metadata.xml | 2 +-
24 dev-lang/mlton/mlton-20180207.ebuild | 6 +++---
25 dev-lang/mono/metadata.xml | 2 +-
26 dev-lang/mono/mono-6.12.0.122.ebuild | 6 +++---
27 dev-lang/python/python-2.7.18_p10.ebuild | 2 +-
28 dev-lang/python/python-2.7.18_p11.ebuild | 2 +-
29 dev-lang/python/python-3.10.0_beta2.ebuild | 4 ++--
30 dev-lang/python/python-3.10.0_beta3.ebuild | 4 ++--
31 dev-lang/python/python-3.6.13_p5.ebuild | 4 ++--
32 dev-lang/python/python-3.6.14.ebuild | 4 ++--
33 dev-lang/python/python-3.7.10_p6.ebuild | 4 ++--
34 dev-lang/python/python-3.7.11.ebuild | 4 ++--
35 dev-lang/python/python-3.8.10_p2.ebuild | 4 ++--
36 dev-lang/python/python-3.8.11.ebuild | 4 ++--
37 dev-lang/python/python-3.9.5_p2.ebuild | 4 ++--
38 dev-lang/python/python-3.9.6.ebuild | 4 ++--
39 dev-lang/smlnj/metadata.xml | 2 +-
40 dev-lang/smlnj/smlnj-110.82.ebuild | 6 +++---
41 dev-libs/libffi-compat/libffi-compat-3.2.1-r3.ebuild | 4 ++--
42 dev-libs/libffi-compat/metadata.xml | 2 +-
43 dev-libs/libffi/libffi-3.3-r2.ebuild | 4 ++--
44 dev-libs/libffi/metadata.xml | 2 +-
45 media-sound/spotify/metadata.xml | 2 +-
46 media-sound/spotify/spotify-1.0.72-r1.ebuild | 6 +++---
47 media-sound/spotify/spotify-1.1.26-r1.ebuild | 6 +++---
48 media-sound/spotify/spotify-1.1.26-r2.ebuild | 6 +++---
49 media-sound/spotify/spotify-1.1.55.ebuild | 6 +++---
50 media-sound/spotify/spotify-1.1.56.ebuild | 6 +++---
51 net-libs/nodejs/metadata.xml | 2 +-
52 net-libs/nodejs/nodejs-14.16.1.ebuild | 6 +++---
53 net-libs/nodejs/nodejs-14.17.0.ebuild | 6 +++---
54 net-libs/nodejs/nodejs-14.17.1.ebuild | 6 +++---
55 net-libs/nodejs/nodejs-16.4.0.ebuild | 6 +++---
56 net-libs/nodejs/nodejs-99999999.ebuild | 6 +++---
57 45 files changed, 99 insertions(+), 99 deletions(-)
58
59 diff --git a/app-emulation/virtualbox-modules/metadata.xml b/app-emulation/virtualbox-modules/metadata.xml
60 index a4c013c4006..78e437e7a22 100644
61 --- a/app-emulation/virtualbox-modules/metadata.xml
62 +++ b/app-emulation/virtualbox-modules/metadata.xml
63 @@ -6,6 +6,6 @@
64 <name>Lars Wendler</name>
65 </maintainer>
66 <use>
67 - <flag name="pax_kernel">Apply patch needed for pax enabled kernels</flag>
68 + <flag name="pax-kernel">Apply patch needed for pax enabled kernels</flag>
69 </use>
70 </pkgmetadata>
71
72 diff --git a/app-emulation/virtualbox-modules/virtualbox-modules-6.1.18.ebuild b/app-emulation/virtualbox-modules/virtualbox-modules-6.1.18.ebuild
73 index 17dbf76a1d4..9e446e585c6 100644
74 --- a/app-emulation/virtualbox-modules/virtualbox-modules-6.1.18.ebuild
75 +++ b/app-emulation/virtualbox-modules/virtualbox-modules-6.1.18.ebuild
76 @@ -17,7 +17,7 @@ LICENSE="GPL-2"
77 SLOT="0/$(ver_cut 1-2)"
78 [[ "${PV}" == *_beta* ]] || [[ "${PV}" == *_rc* ]] || \
79 KEYWORDS="amd64"
80 -IUSE="pax_kernel"
81 +IUSE="pax-kernel"
82
83 RDEPEND="!=app-emulation/virtualbox-9999"
84
85 @@ -40,7 +40,7 @@ pkg_setup() {
86 }
87
88 src_prepare() {
89 - if use pax_kernel && kernel_is -ge 3 0 0 ; then
90 + if use pax-kernel && kernel_is -ge 3 0 0 ; then
91 eapply -p0 "${FILESDIR}"/${PN}-5.2.8-pax-const.patch
92 fi
93
94
95 diff --git a/app-emulation/virtualbox-modules/virtualbox-modules-6.1.20.ebuild b/app-emulation/virtualbox-modules/virtualbox-modules-6.1.20.ebuild
96 index a884e1456d0..ac30ee8cc03 100644
97 --- a/app-emulation/virtualbox-modules/virtualbox-modules-6.1.20.ebuild
98 +++ b/app-emulation/virtualbox-modules/virtualbox-modules-6.1.20.ebuild
99 @@ -17,7 +17,7 @@ LICENSE="GPL-2"
100 SLOT="0/$(ver_cut 1-2)"
101 [[ "${PV}" == *_beta* ]] || [[ "${PV}" == *_rc* ]] || \
102 KEYWORDS="amd64"
103 -IUSE="pax_kernel"
104 +IUSE="pax-kernel"
105
106 RDEPEND="!=app-emulation/virtualbox-9999"
107
108 @@ -35,7 +35,7 @@ pkg_setup() {
109 }
110
111 src_prepare() {
112 - if use pax_kernel && kernel_is -ge 3 0 0 ; then
113 + if use pax-kernel && kernel_is -ge 3 0 0 ; then
114 eapply -p0 "${FILESDIR}"/${PN}-5.2.8-pax-const.patch
115 fi
116
117
118 diff --git a/app-emulation/virtualbox-modules/virtualbox-modules-6.1.22.ebuild b/app-emulation/virtualbox-modules/virtualbox-modules-6.1.22.ebuild
119 index e179b43d537..0a6e70d5825 100644
120 --- a/app-emulation/virtualbox-modules/virtualbox-modules-6.1.22.ebuild
121 +++ b/app-emulation/virtualbox-modules/virtualbox-modules-6.1.22.ebuild
122 @@ -17,7 +17,7 @@ LICENSE="GPL-2"
123 SLOT="0/$(ver_cut 1-2)"
124 [[ "${PV}" == *_beta* ]] || [[ "${PV}" == *_rc* ]] || \
125 KEYWORDS="~amd64"
126 -IUSE="pax_kernel"
127 +IUSE="pax-kernel"
128
129 RDEPEND="!=app-emulation/virtualbox-9999"
130
131 @@ -35,7 +35,7 @@ pkg_setup() {
132 }
133
134 src_prepare() {
135 - if use pax_kernel && kernel_is -ge 3 0 0 ; then
136 + if use pax-kernel && kernel_is -ge 3 0 0 ; then
137 eapply -p0 "${FILESDIR}"/${PN}-5.2.8-pax-const.patch
138 fi
139
140
141 diff --git a/app-emulation/virtualbox/metadata.xml b/app-emulation/virtualbox/metadata.xml
142 index 95eb9062a15..c04761ae2e7 100644
143 --- a/app-emulation/virtualbox/metadata.xml
144 +++ b/app-emulation/virtualbox/metadata.xml
145 @@ -9,7 +9,7 @@
146 <flag name="dtrace">Install dtrace Extension Pack</flag>
147 <flag name="headless">Build without any graphic frontend</flag>
148 <flag name="lvm">Build VBoxVolInfo that needs devicemapper from <pkg>sys-fs/lvm2</pkg>.</flag>
149 - <flag name="pax_kernel">Apply patch needed for pax enabled kernels.</flag>
150 + <flag name="pax-kernel">Apply patch needed for pax enabled kernels.</flag>
151 <flag name="sdk">Enable building of SDK</flag>
152 <flag name="udev">Controls installation of special USB udev rules.</flag>
153 <flag name="vboxwebsrv">Build and install the VirtualBox webservice</flag>
154
155 diff --git a/app-emulation/virtualbox/virtualbox-6.1.18.ebuild b/app-emulation/virtualbox/virtualbox-6.1.18.ebuild
156 index c106cf14fe0..f504873a619 100644
157 --- a/app-emulation/virtualbox/virtualbox-6.1.18.ebuild
158 +++ b/app-emulation/virtualbox/virtualbox-6.1.18.ebuild
159 @@ -21,7 +21,7 @@ LICENSE="GPL-2 dtrace? ( CDDL )"
160 SLOT="0/$(ver_cut 1-2)"
161 [[ "${PV}" == *_beta* ]] || [[ "${PV}" == *_rc* ]] || \
162 KEYWORDS="amd64"
163 -IUSE="alsa debug doc dtrace headless java lvm +opus pam pax_kernel pulseaudio +opengl python +qt5 +sdk +udev vboxwebsrv vnc"
164 +IUSE="alsa debug doc dtrace headless java lvm +opus pam pax-kernel pulseaudio +opengl python +qt5 +sdk +udev vboxwebsrv vnc"
165
166 CDEPEND="
167 ${PYTHON_DEPS}
168 @@ -68,7 +68,7 @@ DEPEND="
169 opengl? ( virtual/opengl )
170 )
171 pam? ( sys-libs/pam )
172 - pax_kernel? ( sys-apps/elfix )
173 + pax-kernel? ( sys-apps/elfix )
174 pulseaudio? ( media-sound/pulseaudio )
175 qt5? ( dev-qt/linguist-tools:5 )
176 vboxwebsrv? ( net-libs/gsoap[-gnutls(-)] )
177 @@ -206,8 +206,8 @@ src_prepare() {
178 eapply "${FILESDIR}/050_virtualbox-5.2.8-nopie.patch"
179 fi
180
181 - # Only add paxmark patch when we're on pax_kernel
182 - if use pax_kernel ; then
183 + # Only add paxmark patch when we're on pax-kernel
184 + if use pax-kernel ; then
185 eapply "${FILESDIR}"/virtualbox-5.2.8-paxmark-bldprogs.patch
186 fi
187
188
189 diff --git a/app-emulation/virtualbox/virtualbox-6.1.20-r1.ebuild b/app-emulation/virtualbox/virtualbox-6.1.20-r1.ebuild
190 index 653e36a9997..29d68e769cd 100644
191 --- a/app-emulation/virtualbox/virtualbox-6.1.20-r1.ebuild
192 +++ b/app-emulation/virtualbox/virtualbox-6.1.20-r1.ebuild
193 @@ -21,7 +21,7 @@ LICENSE="GPL-2 dtrace? ( CDDL )"
194 SLOT="0/$(ver_cut 1-2)"
195 [[ "${PV}" == *_beta* ]] || [[ "${PV}" == *_rc* ]] || \
196 KEYWORDS="amd64"
197 -IUSE="alsa debug doc dtrace headless java lvm +opus pam pax_kernel pulseaudio +opengl python +qt5 +sdk +udev vboxwebsrv vnc"
198 +IUSE="alsa debug doc dtrace headless java lvm +opus pam pax-kernel pulseaudio +opengl python +qt5 +sdk +udev vboxwebsrv vnc"
199
200 CDEPEND="
201 ${PYTHON_DEPS}
202 @@ -68,7 +68,7 @@ DEPEND="
203 opengl? ( virtual/opengl )
204 )
205 pam? ( sys-libs/pam )
206 - pax_kernel? ( sys-apps/elfix )
207 + pax-kernel? ( sys-apps/elfix )
208 pulseaudio? ( media-sound/pulseaudio )
209 qt5? ( dev-qt/linguist-tools:5 )
210 vboxwebsrv? ( net-libs/gsoap[-gnutls(-)] )
211 @@ -210,8 +210,8 @@ src_prepare() {
212 eapply "${FILESDIR}/050_virtualbox-5.2.8-nopie.patch"
213 fi
214
215 - # Only add paxmark patch when we're on pax_kernel
216 - if use pax_kernel ; then
217 + # Only add paxmark patch when we're on pax-kernel
218 + if use pax-kernel ; then
219 eapply "${FILESDIR}"/virtualbox-5.2.8-paxmark-bldprogs.patch
220 fi
221
222
223 diff --git a/app-emulation/virtualbox/virtualbox-6.1.22.ebuild b/app-emulation/virtualbox/virtualbox-6.1.22.ebuild
224 index f6ba09856a7..0749d1ebaa9 100644
225 --- a/app-emulation/virtualbox/virtualbox-6.1.22.ebuild
226 +++ b/app-emulation/virtualbox/virtualbox-6.1.22.ebuild
227 @@ -21,7 +21,7 @@ LICENSE="GPL-2 dtrace? ( CDDL )"
228 SLOT="0/$(ver_cut 1-2)"
229 [[ "${PV}" == *_beta* ]] || [[ "${PV}" == *_rc* ]] || \
230 KEYWORDS="~amd64"
231 -IUSE="alsa debug doc dtrace headless java lvm +opus pam pax_kernel pulseaudio +opengl python +qt5 +sdk +udev vboxwebsrv vnc"
232 +IUSE="alsa debug doc dtrace headless java lvm +opus pam pax-kernel pulseaudio +opengl python +qt5 +sdk +udev vboxwebsrv vnc"
233
234 CDEPEND="
235 ${PYTHON_DEPS}
236 @@ -68,7 +68,7 @@ DEPEND="
237 opengl? ( virtual/opengl )
238 )
239 pam? ( sys-libs/pam )
240 - pax_kernel? ( sys-apps/elfix )
241 + pax-kernel? ( sys-apps/elfix )
242 pulseaudio? ( media-sound/pulseaudio )
243 qt5? ( dev-qt/linguist-tools:5 )
244 vboxwebsrv? ( net-libs/gsoap[-gnutls(-)] )
245 @@ -206,8 +206,8 @@ src_prepare() {
246 eapply "${FILESDIR}/050_virtualbox-5.2.8-nopie.patch"
247 fi
248
249 - # Only add paxmark patch when we're on pax_kernel
250 - if use pax_kernel ; then
251 + # Only add paxmark patch when we're on pax-kernel
252 + if use pax-kernel ; then
253 eapply "${FILESDIR}"/virtualbox-5.2.8-paxmark-bldprogs.patch
254 fi
255
256
257 diff --git a/dev-java/icedtea/icedtea-3.18.0.ebuild b/dev-java/icedtea/icedtea-3.18.0.ebuild
258 index 505db1a198f..8adf0db21c7 100644
259 --- a/dev-java/icedtea/icedtea-3.18.0.ebuild
260 +++ b/dev-java/icedtea/icedtea-3.18.0.ebuild
261 @@ -69,7 +69,7 @@ LICENSE="Apache-1.1 Apache-2.0 GPL-1 GPL-2 GPL-2-with-linking-exception LGPL-2 M
262 KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86"
263
264 IUSE="+alsa cacao +cups doc examples +gtk headless-awt
265 - jamvm +jbootstrap kerberos pax_kernel +pch
266 + jamvm +jbootstrap kerberos pax-kernel +pch
267 pulseaudio sctp selinux shenandoah smartcard +source +system-lcms test zero"
268
269 RESTRICT="!test? ( test )"
270 @@ -152,7 +152,7 @@ DEPEND="${COMMON_DEP} ${ALSA_COMMON_DEP} ${CUPS_COMMON_DEP} ${X_COMMON_DEP} ${X_
271 sys-apps/lsb-release
272 x11-libs/libXt
273 virtual/pkgconfig
274 - pax_kernel? ( sys-apps/elfix )"
275 + pax-kernel? ( sys-apps/elfix )"
276
277 PDEPEND="pulseaudio? ( dev-java/icedtea-sound )"
278
279 @@ -330,7 +330,7 @@ src_configure() {
280 $(use_enable doc docs) \
281 $(use_enable kerberos system-kerberos) \
282 $(use_enable system-lcms) \
283 - $(use_with pax_kernel pax "${EPREFIX}/usr/sbin/paxmark.sh") \
284 + $(use_with pax-kernel pax "${EPREFIX}/usr/sbin/paxmark.sh") \
285 $(use_enable sctp system-sctp) \
286 $(use_enable smartcard system-pcsc) \
287 ${zero_config} ${cacao_config} ${jamvm_config} ${hs_config}
288
289 diff --git a/dev-java/icedtea/icedtea-3.19.0.ebuild b/dev-java/icedtea/icedtea-3.19.0.ebuild
290 index 505db1a198f..8adf0db21c7 100644
291 --- a/dev-java/icedtea/icedtea-3.19.0.ebuild
292 +++ b/dev-java/icedtea/icedtea-3.19.0.ebuild
293 @@ -69,7 +69,7 @@ LICENSE="Apache-1.1 Apache-2.0 GPL-1 GPL-2 GPL-2-with-linking-exception LGPL-2 M
294 KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86"
295
296 IUSE="+alsa cacao +cups doc examples +gtk headless-awt
297 - jamvm +jbootstrap kerberos pax_kernel +pch
298 + jamvm +jbootstrap kerberos pax-kernel +pch
299 pulseaudio sctp selinux shenandoah smartcard +source +system-lcms test zero"
300
301 RESTRICT="!test? ( test )"
302 @@ -152,7 +152,7 @@ DEPEND="${COMMON_DEP} ${ALSA_COMMON_DEP} ${CUPS_COMMON_DEP} ${X_COMMON_DEP} ${X_
303 sys-apps/lsb-release
304 x11-libs/libXt
305 virtual/pkgconfig
306 - pax_kernel? ( sys-apps/elfix )"
307 + pax-kernel? ( sys-apps/elfix )"
308
309 PDEPEND="pulseaudio? ( dev-java/icedtea-sound )"
310
311 @@ -330,7 +330,7 @@ src_configure() {
312 $(use_enable doc docs) \
313 $(use_enable kerberos system-kerberos) \
314 $(use_enable system-lcms) \
315 - $(use_with pax_kernel pax "${EPREFIX}/usr/sbin/paxmark.sh") \
316 + $(use_with pax-kernel pax "${EPREFIX}/usr/sbin/paxmark.sh") \
317 $(use_enable sctp system-sctp) \
318 $(use_enable smartcard system-pcsc) \
319 ${zero_config} ${cacao_config} ${jamvm_config} ${hs_config}
320
321 diff --git a/dev-java/icedtea/metadata.xml b/dev-java/icedtea/metadata.xml
322 index 18643722fec..e45709af55f 100644
323 --- a/dev-java/icedtea/metadata.xml
324 +++ b/dev-java/icedtea/metadata.xml
325 @@ -27,7 +27,7 @@
326 <flag name="jamvm">Use the JamVM virtual machine rather than HotSpot.</flag>
327 <flag name="jbootstrap">If possible, recompile the final IcedTea executables with itself.</flag>
328 <flag name="kerberos">Link against Kerberos in order to obtain the cache location.</flag>
329 - <flag name="pax_kernel">Apply patch needed for pax enabled kernels.</flag>
330 + <flag name="pax-kernel">Apply patch needed for pax enabled kernels.</flag>
331 <flag name="pch">Build using pre-compiled headers.</flag>
332 <flag name="sctp">Build the SCTP NIO channel implementation against lksctp</flag>
333 <flag name="shenandoah">Include the Shenandoah ultra-low pause time garbage collector (-XX:+UseShenandoahGC) (arm64 and x86_64 only)</flag>
334
335 diff --git a/dev-lang/mlton/metadata.xml b/dev-lang/mlton/metadata.xml
336 index bcf28489a61..52a980d81fc 100644
337 --- a/dev-lang/mlton/metadata.xml
338 +++ b/dev-lang/mlton/metadata.xml
339 @@ -9,7 +9,7 @@
340 <flag name="stage3">After bootstrap building mlton with
341 dev-lang/smlnj, rebuild mlton with the second stage build of
342 mlton (recommended).</flag>
343 - <flag name="pax_kernel">Enable if the user plans to run the
344 + <flag name="pax-kernel">Enable if the user plans to run the
345 package under a pax enabled hardened kernel</flag>
346 </use>
347 <upstream>
348
349 diff --git a/dev-lang/mlton/mlton-20180207.ebuild b/dev-lang/mlton/mlton-20180207.ebuild
350 index f55bb40d5a1..8ef03ed2eee 100644
351 --- a/dev-lang/mlton/mlton-20180207.ebuild
352 +++ b/dev-lang/mlton/mlton-20180207.ebuild
353 @@ -14,14 +14,14 @@ HOMEPAGE="http://www.mlton.org"
354 LICENSE="HPND MIT"
355 SLOT="0/${PV}"
356 KEYWORDS="~amd64 ~x86"
357 -IUSE="binary bootstrap-smlnj stage3 doc pax_kernel"
358 +IUSE="binary bootstrap-smlnj stage3 doc pax-kernel"
359
360 DEPEND="dev-libs/gmp:*
361 bootstrap-smlnj? ( dev-lang/smlnj )
362 !bootstrap-smlnj? (
363 !amd64? ( dev-lang/smlnj )
364 )
365 - pax_kernel? ( sys-apps/elfix )
366 + pax-kernel? ( sys-apps/elfix )
367 doc? ( virtual/latex-base )"
368 RDEPEND="dev-libs/gmp:*"
369
370 @@ -175,7 +175,7 @@ mlton_src_compile() {
371 if [[ ${MULTIBUILD_VARIANT} == $(mlton_bootstrap_variant) ]]; then
372 emake -j1 \
373 "bootstrap-smlnj" \
374 - PAXMARK=$(usex pax_kernel "paxmark.sh" "true") \
375 + PAXMARK=$(usex pax-kernel "paxmark.sh" "true") \
376 CFLAGS="${CFLAGS}" \
377 WITH_GMP_INC_DIR="${EPREFIX}"/usr/include \
378 WITH_GMP_LIB_DIR="${EPREFIX}"/$(get_libdir)
379
380 diff --git a/dev-lang/mono/metadata.xml b/dev-lang/mono/metadata.xml
381 index bbf56c22464..debfaeb28da 100644
382 --- a/dev-lang/mono/metadata.xml
383 +++ b/dev-lang/mono/metadata.xml
384 @@ -3,7 +3,7 @@
385 <pkgmetadata>
386 <!-- maintainer-needed -->
387 <use>
388 - <flag name="pax_kernel">Enable if the user plans to run the package under a pax enabled hardened kernel</flag>
389 + <flag name="pax-kernel">Enable if the user plans to run the package under a pax enabled hardened kernel</flag>
390 <flag name="xen">Make mono generate code that is considerably faster on xen VMs but slightly slower on for normal systems.</flag>
391 </use>
392 <upstream>
393
394 diff --git a/dev-lang/mono/mono-6.12.0.122.ebuild b/dev-lang/mono/mono-6.12.0.122.ebuild
395 index 981a76e8944..b1486e78265 100644
396 --- a/dev-lang/mono/mono-6.12.0.122.ebuild
397 +++ b/dev-lang/mono/mono-6.12.0.122.ebuild
398 @@ -13,7 +13,7 @@ SRC_URI="https://download.mono-project.com/sources/mono/${P}.tar.xz"
399 LICENSE="MIT LGPL-2.1 GPL-2 BSD-4 NPL-1.1 Ms-PL GPL-2-with-linking-exception IDPL"
400 SLOT="0"
401 KEYWORDS="amd64 ~arm ~arm64 ~ppc ~ppc64 x86 ~amd64-linux"
402 -IUSE="doc minimal nls pax_kernel xen"
403 +IUSE="doc minimal nls pax-kernel xen"
404
405 # Note: mono works incorrect with older versions of libgdiplus
406 # Details on dotnet overlay issue: https://github.com/gentoo/dotnet/issues/429
407 @@ -31,7 +31,7 @@ RDEPEND="
408 BDEPEND="
409 sys-devel/bc
410 virtual/yacc
411 - pax_kernel? ( sys-apps/elfix )
412 + pax-kernel? ( sys-apps/elfix )
413 "
414
415 PATCHES=(
416 @@ -66,7 +66,7 @@ src_prepare() {
417 # get killed in the build proces when MPROTECT is enabled, bug #286280
418 # RANDMMAP kills the build process too, bug #347365
419 # We use paxmark.sh to get PT/XT logic, bug #532244
420 - if use pax_kernel ; then
421 + if use pax-kernel ; then
422 ewarn "We are disabling MPROTECT on the mono binary."
423
424 # issue 9 : https://github.com/Heather/gentoo-dotnet/issues/9
425
426 diff --git a/dev-lang/python/python-2.7.18_p10.ebuild b/dev-lang/python/python-2.7.18_p10.ebuild
427 index 7a8c21f525e..0a02ad224a9 100644
428 --- a/dev-lang/python/python-2.7.18_p10.ebuild
429 +++ b/dev-lang/python/python-2.7.18_p10.ebuild
430 @@ -225,7 +225,7 @@ src_compile() {
431 emake
432
433 # Work around bug 329499. See also bug 413751 and 457194.
434 - if has_version dev-libs/libffi[pax_kernel]; then
435 + if has_version dev-libs/libffi[pax-kernel]; then
436 pax-mark E python
437 else
438 pax-mark m python
439
440 diff --git a/dev-lang/python/python-2.7.18_p11.ebuild b/dev-lang/python/python-2.7.18_p11.ebuild
441 index 17733be6f11..c583ea726d6 100644
442 --- a/dev-lang/python/python-2.7.18_p11.ebuild
443 +++ b/dev-lang/python/python-2.7.18_p11.ebuild
444 @@ -225,7 +225,7 @@ src_compile() {
445 emake
446
447 # Work around bug 329499. See also bug 413751 and 457194.
448 - if has_version dev-libs/libffi[pax_kernel]; then
449 + if has_version dev-libs/libffi[pax-kernel]; then
450 pax-mark E python
451 else
452 pax-mark m python
453
454 diff --git a/dev-lang/python/python-3.10.0_beta2.ebuild b/dev-lang/python/python-3.10.0_beta2.ebuild
455 index e20ed1b7303..818aa5957c7 100644
456 --- a/dev-lang/python/python-3.10.0_beta2.ebuild
457 +++ b/dev-lang/python/python-3.10.0_beta2.ebuild
458 @@ -197,7 +197,7 @@ src_compile() {
459 emake CPPFLAGS= CFLAGS= LDFLAGS=
460
461 # Work around bug 329499. See also bug 413751 and 457194.
462 - if has_version dev-libs/libffi[pax_kernel]; then
463 + if has_version dev-libs/libffi[pax-kernel]; then
464 pax-mark E python
465 else
466 pax-mark m python
467 @@ -275,7 +275,7 @@ src_install() {
468
469 # python seems to get rebuilt in src_install (bug 569908)
470 # Work around it for now.
471 - if has_version dev-libs/libffi[pax_kernel]; then
472 + if has_version dev-libs/libffi[pax-kernel]; then
473 pax-mark E "${ED}/usr/bin/${abiver}"
474 else
475 pax-mark m "${ED}/usr/bin/${abiver}"
476
477 diff --git a/dev-lang/python/python-3.10.0_beta3.ebuild b/dev-lang/python/python-3.10.0_beta3.ebuild
478 index e20ed1b7303..818aa5957c7 100644
479 --- a/dev-lang/python/python-3.10.0_beta3.ebuild
480 +++ b/dev-lang/python/python-3.10.0_beta3.ebuild
481 @@ -197,7 +197,7 @@ src_compile() {
482 emake CPPFLAGS= CFLAGS= LDFLAGS=
483
484 # Work around bug 329499. See also bug 413751 and 457194.
485 - if has_version dev-libs/libffi[pax_kernel]; then
486 + if has_version dev-libs/libffi[pax-kernel]; then
487 pax-mark E python
488 else
489 pax-mark m python
490 @@ -275,7 +275,7 @@ src_install() {
491
492 # python seems to get rebuilt in src_install (bug 569908)
493 # Work around it for now.
494 - if has_version dev-libs/libffi[pax_kernel]; then
495 + if has_version dev-libs/libffi[pax-kernel]; then
496 pax-mark E "${ED}/usr/bin/${abiver}"
497 else
498 pax-mark m "${ED}/usr/bin/${abiver}"
499
500 diff --git a/dev-lang/python/python-3.6.13_p5.ebuild b/dev-lang/python/python-3.6.13_p5.ebuild
501 index e24be42012b..01b06863a38 100644
502 --- a/dev-lang/python/python-3.6.13_p5.ebuild
503 +++ b/dev-lang/python/python-3.6.13_p5.ebuild
504 @@ -182,7 +182,7 @@ src_compile() {
505 emake CPPFLAGS= CFLAGS= LDFLAGS=
506
507 # Work around bug 329499. See also bug 413751 and 457194.
508 - if has_version dev-libs/libffi[pax_kernel]; then
509 + if has_version dev-libs/libffi[pax-kernel]; then
510 pax-mark E python
511 else
512 pax-mark m python
513 @@ -261,7 +261,7 @@ src_install() {
514
515 # python seems to get rebuilt in src_install (bug 569908)
516 # Work around it for now.
517 - if has_version dev-libs/libffi[pax_kernel]; then
518 + if has_version dev-libs/libffi[pax-kernel]; then
519 pax-mark E "${ED}/usr/bin/${abiver}"
520 else
521 pax-mark m "${ED}/usr/bin/${abiver}"
522
523 diff --git a/dev-lang/python/python-3.6.14.ebuild b/dev-lang/python/python-3.6.14.ebuild
524 index bbce0c2bb3a..67dda0865bb 100644
525 --- a/dev-lang/python/python-3.6.14.ebuild
526 +++ b/dev-lang/python/python-3.6.14.ebuild
527 @@ -182,7 +182,7 @@ src_compile() {
528 emake CPPFLAGS= CFLAGS= LDFLAGS=
529
530 # Work around bug 329499. See also bug 413751 and 457194.
531 - if has_version dev-libs/libffi[pax_kernel]; then
532 + if has_version dev-libs/libffi[pax-kernel]; then
533 pax-mark E python
534 else
535 pax-mark m python
536 @@ -261,7 +261,7 @@ src_install() {
537
538 # python seems to get rebuilt in src_install (bug 569908)
539 # Work around it for now.
540 - if has_version dev-libs/libffi[pax_kernel]; then
541 + if has_version dev-libs/libffi[pax-kernel]; then
542 pax-mark E "${ED}/usr/bin/${abiver}"
543 else
544 pax-mark m "${ED}/usr/bin/${abiver}"
545
546 diff --git a/dev-lang/python/python-3.7.10_p6.ebuild b/dev-lang/python/python-3.7.10_p6.ebuild
547 index 0e99aadfd9c..fc1984de3bc 100644
548 --- a/dev-lang/python/python-3.7.10_p6.ebuild
549 +++ b/dev-lang/python/python-3.7.10_p6.ebuild
550 @@ -175,7 +175,7 @@ src_compile() {
551 emake CPPFLAGS= CFLAGS= LDFLAGS=
552
553 # Work around bug 329499. See also bug 413751 and 457194.
554 - if has_version dev-libs/libffi[pax_kernel]; then
555 + if has_version dev-libs/libffi[pax-kernel]; then
556 pax-mark E python
557 else
558 pax-mark m python
559 @@ -254,7 +254,7 @@ src_install() {
560
561 # python seems to get rebuilt in src_install (bug 569908)
562 # Work around it for now.
563 - if has_version dev-libs/libffi[pax_kernel]; then
564 + if has_version dev-libs/libffi[pax-kernel]; then
565 pax-mark E "${ED}/usr/bin/${abiver}"
566 else
567 pax-mark m "${ED}/usr/bin/${abiver}"
568
569 diff --git a/dev-lang/python/python-3.7.11.ebuild b/dev-lang/python/python-3.7.11.ebuild
570 index 1cfc503ae0f..38c80df2cb9 100644
571 --- a/dev-lang/python/python-3.7.11.ebuild
572 +++ b/dev-lang/python/python-3.7.11.ebuild
573 @@ -175,7 +175,7 @@ src_compile() {
574 emake CPPFLAGS= CFLAGS= LDFLAGS=
575
576 # Work around bug 329499. See also bug 413751 and 457194.
577 - if has_version dev-libs/libffi[pax_kernel]; then
578 + if has_version dev-libs/libffi[pax-kernel]; then
579 pax-mark E python
580 else
581 pax-mark m python
582 @@ -254,7 +254,7 @@ src_install() {
583
584 # python seems to get rebuilt in src_install (bug 569908)
585 # Work around it for now.
586 - if has_version dev-libs/libffi[pax_kernel]; then
587 + if has_version dev-libs/libffi[pax-kernel]; then
588 pax-mark E "${ED}/usr/bin/${abiver}"
589 else
590 pax-mark m "${ED}/usr/bin/${abiver}"
591
592 diff --git a/dev-lang/python/python-3.8.10_p2.ebuild b/dev-lang/python/python-3.8.10_p2.ebuild
593 index b1c4a316ec3..3e7b9da36c3 100644
594 --- a/dev-lang/python/python-3.8.10_p2.ebuild
595 +++ b/dev-lang/python/python-3.8.10_p2.ebuild
596 @@ -183,7 +183,7 @@ src_compile() {
597 emake CPPFLAGS= CFLAGS= LDFLAGS=
598
599 # Work around bug 329499. See also bug 413751 and 457194.
600 - if has_version dev-libs/libffi[pax_kernel]; then
601 + if has_version dev-libs/libffi[pax-kernel]; then
602 pax-mark E python
603 else
604 pax-mark m python
605 @@ -262,7 +262,7 @@ src_install() {
606
607 # python seems to get rebuilt in src_install (bug 569908)
608 # Work around it for now.
609 - if has_version dev-libs/libffi[pax_kernel]; then
610 + if has_version dev-libs/libffi[pax-kernel]; then
611 pax-mark E "${ED}/usr/bin/${abiver}"
612 else
613 pax-mark m "${ED}/usr/bin/${abiver}"
614
615 diff --git a/dev-lang/python/python-3.8.11.ebuild b/dev-lang/python/python-3.8.11.ebuild
616 index 0a87aec9180..f3ce31d2a65 100644
617 --- a/dev-lang/python/python-3.8.11.ebuild
618 +++ b/dev-lang/python/python-3.8.11.ebuild
619 @@ -183,7 +183,7 @@ src_compile() {
620 emake CPPFLAGS= CFLAGS= LDFLAGS=
621
622 # Work around bug 329499. See also bug 413751 and 457194.
623 - if has_version dev-libs/libffi[pax_kernel]; then
624 + if has_version dev-libs/libffi[pax-kernel]; then
625 pax-mark E python
626 else
627 pax-mark m python
628 @@ -262,7 +262,7 @@ src_install() {
629
630 # python seems to get rebuilt in src_install (bug 569908)
631 # Work around it for now.
632 - if has_version dev-libs/libffi[pax_kernel]; then
633 + if has_version dev-libs/libffi[pax-kernel]; then
634 pax-mark E "${ED}/usr/bin/${abiver}"
635 else
636 pax-mark m "${ED}/usr/bin/${abiver}"
637
638 diff --git a/dev-lang/python/python-3.9.5_p2.ebuild b/dev-lang/python/python-3.9.5_p2.ebuild
639 index ba35fe24eeb..687ad6e769e 100644
640 --- a/dev-lang/python/python-3.9.5_p2.ebuild
641 +++ b/dev-lang/python/python-3.9.5_p2.ebuild
642 @@ -194,7 +194,7 @@ src_compile() {
643 emake CPPFLAGS= CFLAGS= LDFLAGS=
644
645 # Work around bug 329499. See also bug 413751 and 457194.
646 - if has_version dev-libs/libffi[pax_kernel]; then
647 + if has_version dev-libs/libffi[pax-kernel]; then
648 pax-mark E python
649 else
650 pax-mark m python
651 @@ -273,7 +273,7 @@ src_install() {
652
653 # python seems to get rebuilt in src_install (bug 569908)
654 # Work around it for now.
655 - if has_version dev-libs/libffi[pax_kernel]; then
656 + if has_version dev-libs/libffi[pax-kernel]; then
657 pax-mark E "${ED}/usr/bin/${abiver}"
658 else
659 pax-mark m "${ED}/usr/bin/${abiver}"
660
661 diff --git a/dev-lang/python/python-3.9.6.ebuild b/dev-lang/python/python-3.9.6.ebuild
662 index 444f9d6d14b..6cb6bf8002c 100644
663 --- a/dev-lang/python/python-3.9.6.ebuild
664 +++ b/dev-lang/python/python-3.9.6.ebuild
665 @@ -194,7 +194,7 @@ src_compile() {
666 emake CPPFLAGS= CFLAGS= LDFLAGS=
667
668 # Work around bug 329499. See also bug 413751 and 457194.
669 - if has_version dev-libs/libffi[pax_kernel]; then
670 + if has_version dev-libs/libffi[pax-kernel]; then
671 pax-mark E python
672 else
673 pax-mark m python
674 @@ -273,7 +273,7 @@ src_install() {
675
676 # python seems to get rebuilt in src_install (bug 569908)
677 # Work around it for now.
678 - if has_version dev-libs/libffi[pax_kernel]; then
679 + if has_version dev-libs/libffi[pax-kernel]; then
680 pax-mark E "${ED}/usr/bin/${abiver}"
681 else
682 pax-mark m "${ED}/usr/bin/${abiver}"
683
684 diff --git a/dev-lang/smlnj/metadata.xml b/dev-lang/smlnj/metadata.xml
685 index e7ce88d55f5..26bf6629829 100644
686 --- a/dev-lang/smlnj/metadata.xml
687 +++ b/dev-lang/smlnj/metadata.xml
688 @@ -3,7 +3,7 @@
689 <pkgmetadata>
690 <!-- maintainer-needed -->
691 <use>
692 - <flag name="pax_kernel">Enable if the user plans to run the
693 + <flag name="pax-kernel">Enable if the user plans to run the
694 package under a pax enabled hardened kernel</flag>
695 </use>
696 </pkgmetadata>
697
698 diff --git a/dev-lang/smlnj/smlnj-110.82.ebuild b/dev-lang/smlnj/smlnj-110.82.ebuild
699 index 3565c9baaa6..68c776772b8 100644
700 --- a/dev-lang/smlnj/smlnj-110.82.ebuild
701 +++ b/dev-lang/smlnj/smlnj-110.82.ebuild
702 @@ -57,8 +57,8 @@ SLOT="0"
703
704 #sparc support should be there but is untested
705 KEYWORDS="-* ~amd64 ~ppc ~x86"
706 -IUSE="pax_kernel"
707 -DEPEND="pax_kernel? ( sys-apps/elfix )"
708 +IUSE="pax-kernel"
709 +DEPEND="pax-kernel? ( sys-apps/elfix )"
710 RDEPEND=""
711
712 S=${WORKDIR}
713 @@ -87,7 +87,7 @@ src_prepare() {
714 -e "/^CC/s:gcc:$(tc-getCC):" \
715 -e "/^CPP/s:gcc:$(tc-getCC):" \
716 -e "/^CFLAGS/{s:-O[0123s]:: ; s:=:= ${CFLAGS}:}" \
717 - -e "/^PAXMARK/s:true:"$(usex pax_kernel "paxmark.sh" "true")":" \
718 + -e "/^PAXMARK/s:true:"$(usex pax-kernel "paxmark.sh" "true")":" \
719 -i base/runtime/objs/${file}
720 done
721 }
722
723 diff --git a/dev-libs/libffi-compat/libffi-compat-3.2.1-r3.ebuild b/dev-libs/libffi-compat/libffi-compat-3.2.1-r3.ebuild
724 index 135b4dbf980..179381df972 100644
725 --- a/dev-libs/libffi-compat/libffi-compat-3.2.1-r3.ebuild
726 +++ b/dev-libs/libffi-compat/libffi-compat-3.2.1-r3.ebuild
727 @@ -11,7 +11,7 @@ SRC_URI="ftp://sourceware.org/pub/libffi/libffi-${PV}.tar.gz"
728 LICENSE="MIT"
729 SLOT="6" # libffi.so.6
730 KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sparc x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
731 -IUSE="debug pax_kernel test"
732 +IUSE="debug pax-kernel test"
733
734 RESTRICT="!test? ( test )"
735
736 @@ -45,7 +45,7 @@ multilib_src_configure() {
737 use userland_BSD && export HOST="${CHOST}"
738 econf \
739 --disable-static \
740 - $(use_enable pax_kernel pax_emutramp) \
741 + $(use_enable pax-kernel pax_emutramp) \
742 $(use_enable debug)
743 }
744
745
746 diff --git a/dev-libs/libffi-compat/metadata.xml b/dev-libs/libffi-compat/metadata.xml
747 index 6e9a28c5ac8..1c295db1236 100644
748 --- a/dev-libs/libffi-compat/metadata.xml
749 +++ b/dev-libs/libffi-compat/metadata.xml
750 @@ -34,7 +34,7 @@
751 between the two languages.
752 </longdescription>
753 <use>
754 - <flag name="pax_kernel">Use PaX emulated trampolines, for we can't use PROT_EXEC</flag>
755 + <flag name="pax-kernel">Use PaX emulated trampolines, for we can't use PROT_EXEC</flag>
756 </use>
757 <upstream>
758 <remote-id type="cpe">cpe:/a:libffi_project:libffi</remote-id>
759
760 diff --git a/dev-libs/libffi/libffi-3.3-r2.ebuild b/dev-libs/libffi/libffi-3.3-r2.ebuild
761 index 3433babf3ae..95c00185605 100644
762 --- a/dev-libs/libffi/libffi-3.3-r2.ebuild
763 +++ b/dev-libs/libffi/libffi-3.3-r2.ebuild
764 @@ -14,7 +14,7 @@ SRC_URI="https://github.com/libffi/libffi/releases/download/v${MY_PV}/${MY_P}.ta
765 LICENSE="MIT"
766 SLOT="0/7" # SONAME=libffi.so.7
767 KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
768 -IUSE="debug pax_kernel static-libs test"
769 +IUSE="debug pax-kernel static-libs test"
770
771 RESTRICT="!test? ( test )"
772
773 @@ -65,7 +65,7 @@ multilib_src_configure() {
774 --includedir="${EPREFIX}"/usr/$(get_libdir)/${PN}/include \
775 --disable-multi-os-directory \
776 $(use_enable static-libs static) \
777 - $(use_enable pax_kernel pax_emutramp) \
778 + $(use_enable pax-kernel pax_emutramp) \
779 $(use_enable debug)
780 }
781
782
783 diff --git a/dev-libs/libffi/metadata.xml b/dev-libs/libffi/metadata.xml
784 index 6e9a28c5ac8..1c295db1236 100644
785 --- a/dev-libs/libffi/metadata.xml
786 +++ b/dev-libs/libffi/metadata.xml
787 @@ -34,7 +34,7 @@
788 between the two languages.
789 </longdescription>
790 <use>
791 - <flag name="pax_kernel">Use PaX emulated trampolines, for we can't use PROT_EXEC</flag>
792 + <flag name="pax-kernel">Use PaX emulated trampolines, for we can't use PROT_EXEC</flag>
793 </use>
794 <upstream>
795 <remote-id type="cpe">cpe:/a:libffi_project:libffi</remote-id>
796
797 diff --git a/media-sound/spotify/metadata.xml b/media-sound/spotify/metadata.xml
798 index 5f4cc456b93..3542c29a74b 100644
799 --- a/media-sound/spotify/metadata.xml
800 +++ b/media-sound/spotify/metadata.xml
801 @@ -3,7 +3,7 @@
802 <pkgmetadata>
803 <use>
804 <flag name="local-playback">Allows playing local files with the Spotify client</flag>
805 - <flag name="pax_kernel">Triggers a paxmarking of the main Spotify binary</flag>
806 + <flag name="pax-kernel">Triggers a paxmarking of the main Spotify binary</flag>
807 <flag name="pulseaudio">Controls the dependency on pulseaudio or apulse</flag>
808 <flag name="systray">Pulls in dependencies needed for systray support on some desktop environments</flag>
809 </use>
810
811 diff --git a/media-sound/spotify/spotify-1.0.72-r1.ebuild b/media-sound/spotify/spotify-1.0.72-r1.ebuild
812 index a3d378506ef..5bc8a509cbd 100644
813 --- a/media-sound/spotify/spotify-1.0.72-r1.ebuild
814 +++ b/media-sound/spotify/spotify-1.0.72-r1.ebuild
815 @@ -15,7 +15,7 @@ SRC_URI="${SRC_BASE}${PN}-client_${PV}.${BUILD_ID_X86}_i386.deb"
816 LICENSE="Spotify"
817 SLOT="0"
818 KEYWORDS="x86"
819 -IUSE="libnotify systray pax_kernel pulseaudio"
820 +IUSE="libnotify systray pax-kernel pulseaudio"
821 RESTRICT="mirror strip"
822
823 DEPEND=""
824 @@ -82,12 +82,12 @@ src_install() {
825 "spotify-client.png"
826 done
827 domenu "${S}${SPOTIFY_PKG_HOME}/spotify.desktop"
828 - if use pax_kernel; then
829 + if use pax-kernel; then
830 #create the headers, reset them to default, then paxmark -m them
831 pax-mark C "${ED}${SPOTIFY_HOME}/${PN}" || die
832 pax-mark z "${ED}${SPOTIFY_HOME}/${PN}" || die
833 pax-mark m "${ED}${SPOTIFY_HOME}/${PN}" || die
834 - eqawarn "You have set USE=pax_kernel meaning that you intend to run"
835 + eqawarn "You have set USE=pax-kernel meaning that you intend to run"
836 eqawarn "${PN} under a PaX enabled kernel. To do so, we must modify"
837 eqawarn "the ${PN} binary itself and this *may* lead to breakage! If"
838 eqawarn "you suspect that ${PN} is being broken by this modification,"
839
840 diff --git a/media-sound/spotify/spotify-1.1.26-r1.ebuild b/media-sound/spotify/spotify-1.1.26-r1.ebuild
841 index 8093edbaa7e..3aa9bba22f4 100644
842 --- a/media-sound/spotify/spotify-1.1.26-r1.ebuild
843 +++ b/media-sound/spotify/spotify-1.1.26-r1.ebuild
844 @@ -12,7 +12,7 @@ SRC_URI="${SRC_BASE}${PN}-client_${PV}.${BUILD_ID_AMD64}_amd64.deb"
845 LICENSE="Spotify"
846 SLOT="0"
847 KEYWORDS="~amd64"
848 -IUSE="libnotify systray pax_kernel pulseaudio"
849 +IUSE="libnotify systray pax-kernel pulseaudio"
850 RESTRICT="mirror strip"
851
852 BDEPEND=">=dev-util/patchelf-0.10"
853 @@ -84,12 +84,12 @@ src_install() {
854 "spotify-client.png"
855 done
856 domenu "${S}${SPOTIFY_PKG_HOME}/spotify.desktop"
857 - if use pax_kernel; then
858 + if use pax-kernel; then
859 #create the headers, reset them to default, then paxmark -m them
860 pax-mark C "${ED}${SPOTIFY_HOME}/${PN}" || die
861 pax-mark z "${ED}${SPOTIFY_HOME}/${PN}" || die
862 pax-mark m "${ED}${SPOTIFY_HOME}/${PN}" || die
863 - eqawarn "You have set USE=pax_kernel meaning that you intend to run"
864 + eqawarn "You have set USE=pax-kernel meaning that you intend to run"
865 eqawarn "${PN} under a PaX enabled kernel. To do so, we must modify"
866 eqawarn "the ${PN} binary itself and this *may* lead to breakage! If"
867 eqawarn "you suspect that ${PN} is being broken by this modification,"
868
869 diff --git a/media-sound/spotify/spotify-1.1.26-r2.ebuild b/media-sound/spotify/spotify-1.1.26-r2.ebuild
870 index e180d2d3aae..ece161410aa 100644
871 --- a/media-sound/spotify/spotify-1.1.26-r2.ebuild
872 +++ b/media-sound/spotify/spotify-1.1.26-r2.ebuild
873 @@ -12,7 +12,7 @@ SRC_URI="${SRC_BASE}${PN}-client_${PV}.${BUILD_ID_AMD64}_amd64.deb"
874 LICENSE="Spotify"
875 SLOT="0"
876 KEYWORDS="~amd64"
877 -IUSE="libnotify systray pax_kernel pulseaudio"
878 +IUSE="libnotify systray pax-kernel pulseaudio"
879 RESTRICT="mirror strip"
880
881 BDEPEND=">=dev-util/patchelf-0.10"
882 @@ -93,12 +93,12 @@ src_install() {
883 "spotify-client.png"
884 done
885 domenu "${S}${SPOTIFY_PKG_HOME}/spotify.desktop"
886 - if use pax_kernel; then
887 + if use pax-kernel; then
888 #create the headers, reset them to default, then paxmark -m them
889 pax-mark C "${ED}${SPOTIFY_HOME}/${PN}" || die
890 pax-mark z "${ED}${SPOTIFY_HOME}/${PN}" || die
891 pax-mark m "${ED}${SPOTIFY_HOME}/${PN}" || die
892 - eqawarn "You have set USE=pax_kernel meaning that you intend to run"
893 + eqawarn "You have set USE=pax-kernel meaning that you intend to run"
894 eqawarn "${PN} under a PaX enabled kernel. To do so, we must modify"
895 eqawarn "the ${PN} binary itself and this *may* lead to breakage! If"
896 eqawarn "you suspect that ${PN} is being broken by this modification,"
897
898 diff --git a/media-sound/spotify/spotify-1.1.55.ebuild b/media-sound/spotify/spotify-1.1.55.ebuild
899 index 5abc64369e8..34ff427eb99 100644
900 --- a/media-sound/spotify/spotify-1.1.55.ebuild
901 +++ b/media-sound/spotify/spotify-1.1.55.ebuild
902 @@ -12,7 +12,7 @@ SRC_URI="${SRC_BASE}${PN}-client_${PV}.${BUILD_ID_AMD64}_amd64.deb"
903 LICENSE="Spotify"
904 SLOT="0"
905 KEYWORDS="~amd64"
906 -IUSE="libnotify local-playback pax_kernel pulseaudio systray"
907 +IUSE="libnotify local-playback pax-kernel pulseaudio systray"
908 RESTRICT="mirror strip"
909
910 BDEPEND=">=dev-util/patchelf-0.10"
911 @@ -94,12 +94,12 @@ src_install() {
912 "spotify-client.png"
913 done
914 domenu "${S}${SPOTIFY_PKG_HOME}/spotify.desktop"
915 - if use pax_kernel; then
916 + if use pax-kernel; then
917 #create the headers, reset them to default, then paxmark -m them
918 pax-mark C "${ED}${SPOTIFY_HOME}/${PN}" || die
919 pax-mark z "${ED}${SPOTIFY_HOME}/${PN}" || die
920 pax-mark m "${ED}${SPOTIFY_HOME}/${PN}" || die
921 - eqawarn "You have set USE=pax_kernel meaning that you intend to run"
922 + eqawarn "You have set USE=pax-kernel meaning that you intend to run"
923 eqawarn "${PN} under a PaX enabled kernel. To do so, we must modify"
924 eqawarn "the ${PN} binary itself and this *may* lead to breakage! If"
925 eqawarn "you suspect that ${PN} is being broken by this modification,"
926
927 diff --git a/media-sound/spotify/spotify-1.1.56.ebuild b/media-sound/spotify/spotify-1.1.56.ebuild
928 index 411d3767eab..2ec7cf64b05 100644
929 --- a/media-sound/spotify/spotify-1.1.56.ebuild
930 +++ b/media-sound/spotify/spotify-1.1.56.ebuild
931 @@ -12,7 +12,7 @@ SRC_URI="${SRC_BASE}${PN}-client_${PV}.${BUILD_ID_AMD64}_amd64.deb"
932 LICENSE="Spotify"
933 SLOT="0"
934 KEYWORDS="~amd64"
935 -IUSE="libnotify local-playback pax_kernel pulseaudio systray"
936 +IUSE="libnotify local-playback pax-kernel pulseaudio systray"
937 RESTRICT="mirror strip"
938
939 BDEPEND=">=dev-util/patchelf-0.10"
940 @@ -95,12 +95,12 @@ src_install() {
941 "spotify-client.png"
942 done
943 domenu "${S}${SPOTIFY_PKG_HOME}/spotify.desktop"
944 - if use pax_kernel; then
945 + if use pax-kernel; then
946 #create the headers, reset them to default, then paxmark -m them
947 pax-mark C "${ED}${SPOTIFY_HOME}/${PN}" || die
948 pax-mark z "${ED}${SPOTIFY_HOME}/${PN}" || die
949 pax-mark m "${ED}${SPOTIFY_HOME}/${PN}" || die
950 - eqawarn "You have set USE=pax_kernel meaning that you intend to run"
951 + eqawarn "You have set USE=pax-kernel meaning that you intend to run"
952 eqawarn "${PN} under a PaX enabled kernel. To do so, we must modify"
953 eqawarn "the ${PN} binary itself and this *may* lead to breakage! If"
954 eqawarn "you suspect that ${PN} is being broken by this modification,"
955
956 diff --git a/net-libs/nodejs/metadata.xml b/net-libs/nodejs/metadata.xml
957 index 15befbfa251..33f1fbc671e 100644
958 --- a/net-libs/nodejs/metadata.xml
959 +++ b/net-libs/nodejs/metadata.xml
960 @@ -14,7 +14,7 @@
961 <flag name="inspector">Enable V8 inspector</flag>
962 <flag name="lto">Build with link-time optimisation</flag>
963 <flag name="npm">Enable NPM package manager</flag>
964 - <flag name="pax_kernel">Enable building under a PaX enabled kernel</flag>
965 + <flag name="pax-kernel">Enable building under a PaX enabled kernel</flag>
966 <flag name="snapshot">Enable snapshot creation for faster startup</flag>
967 <flag name="system-icu">Use system <pkg>dev-libs/icu</pkg> instead of the bundled version</flag>
968 <flag name="system-ssl">Use system OpenSSL instead of the bundled one</flag>
969
970 diff --git a/net-libs/nodejs/nodejs-14.16.1.ebuild b/net-libs/nodejs/nodejs-14.16.1.ebuild
971 index a8e2612d7c8..45b882f86ba 100644
972 --- a/net-libs/nodejs/nodejs-14.16.1.ebuild
973 +++ b/net-libs/nodejs/nodejs-14.16.1.ebuild
974 @@ -16,7 +16,7 @@ LICENSE="Apache-1.1 Apache-2.0 BSD BSD-2 MIT"
975 SLOT="0/$(ver_cut 1)"
976 KEYWORDS="amd64 arm arm64 ppc64 x86 ~amd64-linux ~x64-macos"
977
978 -IUSE="cpu_flags_x86_sse2 debug doc +icu inspector +npm pax_kernel +snapshot +ssl system-icu +system-ssl systemtap test"
979 +IUSE="cpu_flags_x86_sse2 debug doc +icu inspector +npm pax-kernel +snapshot +ssl system-icu +system-ssl systemtap test"
980 REQUIRED_USE="inspector? ( icu ssl )
981 npm? ( ssl )
982 system-icu? ( icu )
983 @@ -37,7 +37,7 @@ BDEPEND="${PYTHON_DEPS}
984 virtual/pkgconfig
985 systemtap? ( dev-util/systemtap )
986 test? ( net-misc/curl )
987 - pax_kernel? ( sys-apps/elfix )"
988 + pax-kernel? ( sys-apps/elfix )"
989 DEPEND="${RDEPEND}"
990
991 PATCHES=(
992 @@ -89,7 +89,7 @@ src_prepare() {
993 fi
994
995 # We need to disable mprotect on two files when it builds Bug 694100.
996 - use pax_kernel && PATCHES+=( "${FILESDIR}"/${PN}-13.8.0-paxmarking.patch )
997 + use pax-kernel && PATCHES+=( "${FILESDIR}"/${PN}-13.8.0-paxmarking.patch )
998
999 default
1000 }
1001
1002 diff --git a/net-libs/nodejs/nodejs-14.17.0.ebuild b/net-libs/nodejs/nodejs-14.17.0.ebuild
1003 index 6f3e887f73d..c27716a6b0b 100644
1004 --- a/net-libs/nodejs/nodejs-14.17.0.ebuild
1005 +++ b/net-libs/nodejs/nodejs-14.17.0.ebuild
1006 @@ -23,7 +23,7 @@ else
1007 S="${WORKDIR}/node-v${PV}"
1008 fi
1009
1010 -IUSE="cpu_flags_x86_sse2 debug doc +icu inspector lto +npm pax_kernel +snapshot +ssl system-icu +system-ssl systemtap test"
1011 +IUSE="cpu_flags_x86_sse2 debug doc +icu inspector lto +npm pax-kernel +snapshot +ssl system-icu +system-ssl systemtap test"
1012 REQUIRED_USE="inspector? ( icu ssl )
1013 npm? ( ssl )
1014 system-icu? ( icu )
1015 @@ -43,7 +43,7 @@ BDEPEND="${PYTHON_DEPS}
1016 virtual/pkgconfig
1017 systemtap? ( dev-util/systemtap )
1018 test? ( net-misc/curl )
1019 - pax_kernel? ( sys-apps/elfix )"
1020 + pax-kernel? ( sys-apps/elfix )"
1021 DEPEND="${RDEPEND}"
1022
1023 PATCHES=(
1024 @@ -102,7 +102,7 @@ src_prepare() {
1025 fi
1026
1027 # We need to disable mprotect on two files when it builds Bug 694100.
1028 - use pax_kernel && PATCHES+=( "${FILESDIR}"/${PN}-13.8.0-paxmarking.patch )
1029 + use pax-kernel && PATCHES+=( "${FILESDIR}"/${PN}-13.8.0-paxmarking.patch )
1030
1031 # All this test does is check if the npm CLI produces warnings of any sort,
1032 # failing if it does. Overkill, much? Especially given one possible warning
1033
1034 diff --git a/net-libs/nodejs/nodejs-14.17.1.ebuild b/net-libs/nodejs/nodejs-14.17.1.ebuild
1035 index bccefc5543b..a6c178ef153 100644
1036 --- a/net-libs/nodejs/nodejs-14.17.1.ebuild
1037 +++ b/net-libs/nodejs/nodejs-14.17.1.ebuild
1038 @@ -23,7 +23,7 @@ else
1039 S="${WORKDIR}/node-v${PV}"
1040 fi
1041
1042 -IUSE="cpu_flags_x86_sse2 debug doc +icu inspector lto +npm pax_kernel +snapshot +ssl system-icu +system-ssl systemtap test"
1043 +IUSE="cpu_flags_x86_sse2 debug doc +icu inspector lto +npm pax-kernel +snapshot +ssl system-icu +system-ssl systemtap test"
1044 REQUIRED_USE="inspector? ( icu ssl )
1045 npm? ( ssl )
1046 system-icu? ( icu )
1047 @@ -43,7 +43,7 @@ BDEPEND="${PYTHON_DEPS}
1048 virtual/pkgconfig
1049 systemtap? ( dev-util/systemtap )
1050 test? ( net-misc/curl )
1051 - pax_kernel? ( sys-apps/elfix )"
1052 + pax-kernel? ( sys-apps/elfix )"
1053 DEPEND="${RDEPEND}"
1054
1055 PATCHES=(
1056 @@ -101,7 +101,7 @@ src_prepare() {
1057 fi
1058
1059 # We need to disable mprotect on two files when it builds Bug 694100.
1060 - use pax_kernel && PATCHES+=( "${FILESDIR}"/${PN}-13.8.0-paxmarking.patch )
1061 + use pax-kernel && PATCHES+=( "${FILESDIR}"/${PN}-13.8.0-paxmarking.patch )
1062
1063 # All this test does is check if the npm CLI produces warnings of any sort,
1064 # failing if it does. Overkill, much? Especially given one possible warning
1065
1066 diff --git a/net-libs/nodejs/nodejs-16.4.0.ebuild b/net-libs/nodejs/nodejs-16.4.0.ebuild
1067 index f4221d00ab4..15a3869fc67 100644
1068 --- a/net-libs/nodejs/nodejs-16.4.0.ebuild
1069 +++ b/net-libs/nodejs/nodejs-16.4.0.ebuild
1070 @@ -23,7 +23,7 @@ else
1071 S="${WORKDIR}/node-v${PV}"
1072 fi
1073
1074 -IUSE="cpu_flags_x86_sse2 debug doc +icu inspector lto +npm pax_kernel +snapshot +ssl system-icu +system-ssl systemtap test"
1075 +IUSE="cpu_flags_x86_sse2 debug doc +icu inspector lto +npm pax-kernel +snapshot +ssl system-icu +system-ssl systemtap test"
1076 REQUIRED_USE="inspector? ( icu ssl )
1077 npm? ( ssl )
1078 system-icu? ( icu )
1079 @@ -43,7 +43,7 @@ BDEPEND="${PYTHON_DEPS}
1080 virtual/pkgconfig
1081 systemtap? ( dev-util/systemtap )
1082 test? ( net-misc/curl )
1083 - pax_kernel? ( sys-apps/elfix )"
1084 + pax-kernel? ( sys-apps/elfix )"
1085 DEPEND="${RDEPEND}"
1086
1087 PATCHES=(
1088 @@ -97,7 +97,7 @@ src_prepare() {
1089 fi
1090
1091 # We need to disable mprotect on two files when it builds Bug 694100.
1092 - use pax_kernel && PATCHES+=( "${FILESDIR}"/${PN}-13.8.0-paxmarking.patch )
1093 + use pax-kernel && PATCHES+=( "${FILESDIR}"/${PN}-13.8.0-paxmarking.patch )
1094
1095 # All this test does is check if the npm CLI produces warnings of any sort,
1096 # failing if it does. Overkill, much? Especially given one possible warning
1097
1098 diff --git a/net-libs/nodejs/nodejs-99999999.ebuild b/net-libs/nodejs/nodejs-99999999.ebuild
1099 index 5177302ec77..1141e04146e 100644
1100 --- a/net-libs/nodejs/nodejs-99999999.ebuild
1101 +++ b/net-libs/nodejs/nodejs-99999999.ebuild
1102 @@ -23,7 +23,7 @@ else
1103 S="${WORKDIR}/node-v${PV}"
1104 fi
1105
1106 -IUSE="cpu_flags_x86_sse2 debug doc +icu inspector lto +npm pax_kernel +snapshot +ssl system-icu +system-ssl systemtap test"
1107 +IUSE="cpu_flags_x86_sse2 debug doc +icu inspector lto +npm pax-kernel +snapshot +ssl system-icu +system-ssl systemtap test"
1108 REQUIRED_USE="inspector? ( icu ssl )
1109 npm? ( ssl )
1110 system-icu? ( icu )
1111 @@ -43,7 +43,7 @@ BDEPEND="${PYTHON_DEPS}
1112 virtual/pkgconfig
1113 systemtap? ( dev-util/systemtap )
1114 test? ( net-misc/curl )
1115 - pax_kernel? ( sys-apps/elfix )"
1116 + pax-kernel? ( sys-apps/elfix )"
1117 DEPEND="${RDEPEND}"
1118
1119 PATCHES=(
1120 @@ -95,7 +95,7 @@ src_prepare() {
1121 fi
1122
1123 # We need to disable mprotect on two files when it builds Bug 694100.
1124 - use pax_kernel && PATCHES+=( "${FILESDIR}"/${PN}-13.8.0-paxmarking.patch )
1125 + use pax-kernel && PATCHES+=( "${FILESDIR}"/${PN}-13.8.0-paxmarking.patch )
1126
1127 # All this test does is check if the npm CLI produces warnings of any sort,
1128 # failing if it does. Overkill, much? Especially given one possible warning