commit: 4d5386b26f883a41ff3dbe3977c346cb13b7b212 Author: Matt Jolly <kangie <AT> gentoo <DOT> org> AuthorDate: Wed Mar 11 07:45:35 2026 +0000 Commit: Matt Jolly <kangie <AT> gentoo <DOT> org> CommitDate: Wed Mar 11 07:52:22 2026 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4d5386b2
net-libs/nodejs: 24.14.0: fix ppc64be build Theoretically at least - the remaining patch still applies cleanly and sholud be required. Bug: https://bugs.gentoo.org/971054 Signed-off-by: Matt Jolly <kangie <AT> gentoo.org> net-libs/nodejs/nodejs-24.14.0.ebuild | 3 +++ 1 file changed, 3 insertions(+) diff --git a/net-libs/nodejs/nodejs-24.14.0.ebuild b/net-libs/nodejs/nodejs-24.14.0.ebuild index 61d0a60be38e..792f882f7748 100644 --- a/net-libs/nodejs/nodejs-24.14.0.ebuild +++ b/net-libs/nodejs/nodejs-24.14.0.ebuild @@ -117,6 +117,9 @@ src_prepare() { use pax-kernel && PATCHES+=( "${FILESDIR}"/${PN}-24.1.0-paxmarking.patch ) + use ppc64 && + PATCHES+=( "${FILESDIR}/${PN}-24.11.1-restore-ppc64be.patch" ) + default }
