commit:     b0370d8223ae30c010efc0093218e460cfb1fc03
Author:     William Hubbs <williamh <AT> gentoo <DOT> org>
AuthorDate: Thu Apr 27 04:56:05 2023 +0000
Commit:     William Hubbs <williamh <AT> gentoo <DOT> 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 <williamh <AT> 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"
 

Reply via email to