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 22CA615814C for ; Wed, 27 Sep 2023 22:51:48 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 37CBB2BC025; Wed, 27 Sep 2023 22:51:47 +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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 1D7502BC025 for ; Wed, 27 Sep 2023 22:51:47 +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) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 0ECFB335D0A for ; Wed, 27 Sep 2023 22:51:46 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4F9AE123E for ; Wed, 27 Sep 2023 22:51:44 +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: <1695854522.2fd08cfd4e32c9499654001c71cc2c077c1bdfee.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-18.17.1.ebuild X-VCS-Directories: net-libs/nodejs/ X-VCS-Committer: williamh X-VCS-Committer-Name: William Hubbs X-VCS-Revision: 2fd08cfd4e32c9499654001c71cc2c077c1bdfee X-VCS-Branch: master Date: Wed, 27 Sep 2023 22:51:44 +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: 7a9061aa-1d55-4062-83d4-210d69802ce8 X-Archives-Hash: 13d87fcff3e7a7ca4e836fea5bd791a7 commit: 2fd08cfd4e32c9499654001c71cc2c077c1bdfee Author: William Hubbs gentoo org> AuthorDate: Wed Sep 27 22:42:02 2023 +0000 Commit: William Hubbs gentoo org> CommitDate: Wed Sep 27 22:42:02 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2fd08cfd net-libs/nodejs: fix pax-marking patch for 18.17.1 Signed-off-by: William Hubbs gentoo.org> net-libs/nodejs/nodejs-18.17.1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-libs/nodejs/nodejs-18.17.1.ebuild b/net-libs/nodejs/nodejs-18.17.1.ebuild index b715a0a7c487..92a4a8a07902 100644 --- a/net-libs/nodejs/nodejs-18.17.1.ebuild +++ b/net-libs/nodejs/nodejs-18.17.1.ebuild @@ -106,7 +106,7 @@ src_prepare() { fi # We need to disable mprotect on two files when it builds Bug 694100. - use pax-kernel && PATCHES+=( "${FILESDIR}"/${P}-paxmarking.patch ) + use pax-kernel && PATCHES+=( "${FILESDIR}"/${PN}-18.16.0-paxmarking.patch ) default }