From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 5A62915ACFB for ; Thu, 27 Apr 2023 04:56:30 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 916E4E087A; Thu, 27 Apr 2023 04:56:29 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 7084AE087A for ; Thu, 27 Apr 2023 04:56:29 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 796CF340FFD for ; Thu, 27 Apr 2023 04:56:28 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 11E15A49 for ; Thu, 27 Apr 2023 04:56:27 +0000 (UTC) From: "William Hubbs" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "William Hubbs" Message-ID: <1682571376.b0370d8223ae30c010efc0093218e460cfb1fc03.williamh@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-libs/nodejs/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-libs/nodejs/nodejs-20.0.0.ebuild X-VCS-Directories: net-libs/nodejs/ X-VCS-Committer: williamh X-VCS-Committer-Name: William Hubbs X-VCS-Revision: b0370d8223ae30c010efc0093218e460cfb1fc03 X-VCS-Branch: master Date: Thu, 27 Apr 2023 04:56:27 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 618b032f-6312-488e-b0a5-7959d5727dee X-Archives-Hash: f88c3efb402ddb661e5b58f831e4692b commit: b0370d8223ae30c010efc0093218e460cfb1fc03 Author: William Hubbs gentoo org> AuthorDate: Thu Apr 27 04:56:05 2023 +0000 Commit: William Hubbs gentoo org> CommitDate: Thu Apr 27 04:56:16 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b0370d82 net-libs/nodejs: style for 20.0.0 Signed-off-by: William Hubbs gentoo.org> net-libs/nodejs/nodejs-20.0.0.ebuild | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/net-libs/nodejs/nodejs-20.0.0.ebuild b/net-libs/nodejs/nodejs-20.0.0.ebuild index 48030328556a..e8cb570919ab 100644 --- a/net-libs/nodejs/nodejs-20.0.0.ebuild +++ b/net-libs/nodejs/nodejs-20.0.0.ebuild @@ -108,6 +108,7 @@ src_prepare() { # We need to disable mprotect on two files when it builds Bug 694100. use pax-kernel && PATCHES+=( "${FILESDIR}"/${PN}-18.16.0-paxmarking.patch ) + default } @@ -233,11 +234,11 @@ src_test() { local drop_tests=( test/parallel/test-dns-setserver-when-querying.js test/parallel/test-fs-mkdir.js - test/parallel/test-fs-utimes-y2K38 - test/parallel/test-release-npm.js - test/parallel/test-socket-write-after-fin-error.js + test/parallel/test-fs-utimes-y2K38.js + test/parallel/test-release-npm.js + test/parallel/test-socket-write-after-fin-error.js test/parallel/test-strace-openat-openssl.js - test/sequential/test-util-debug.js + test/sequential/test-util-debug.js ) rm "${drop_tests[@]}" || die "disabling tests failed"