Diff nodejs-20.7.0 with a nodejs-99999999

/usr/portage/net-libs/nodejs/nodejs-99999999.ebuild 2023-10-09 14:52:34.596368479 +0300
61 61
CHECKREQS_MEMORY="8G"
62 62
CHECKREQS_DISK_BUILD="22G"
63 63

  
64
PATCHES=(
65
	"${FILESDIR}"/"${PN}"-20.3.0-gcc14.patch
66
	)
67

  
68 64
pkg_pretend() {
69 65
	if [[ ${MERGE_TYPE} != "binary" ]]; then
70 66
		if is-flagq "-g*" && ! is-flagq "-g*0" ; then
......
108 104
	fi
109 105

  
110 106
	# We need to disable mprotect on two files when it builds Bug 694100.
111
	use pax-kernel && PATCHES+=( "${FILESDIR}"/${PN}-20.6.0-paxmarking.patch )
107
	use pax-kernel && PATCHES+=( "${FILESDIR}"/${PN}-18.16.0-paxmarking.patch )
112 108

  
113 109
	default
114 110
}
......
238 234

  
239 235
src_test() {
240 236
	local drop_tests=(
241
		test/parallel/test-fs-read-stream.js
242 237
		test/parallel/test-dns-setserver-when-querying.js
243 238
		test/parallel/test-fs-mkdir.js
244 239
		test/parallel/test-fs-utimes-y2K38.js
Thank you!