commit: 63745eaba84c330247f3349a08857ba6be55ac8b Author: Alfredo Tupone <tupone <AT> gentoo <DOT> org> AuthorDate: Wed Dec 17 06:52:26 2025 +0000 Commit: Alfredo Tupone <tupone <AT> gentoo <DOT> org> CommitDate: Wed Dec 17 06:53:12 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=63745eab
www-servers/moonbridge: ignore MAKEFLAGS Closes: https://bugs.gentoo.org/967227 Signed-off-by: Alfredo Tupone <tupone <AT> gentoo.org> www-servers/moonbridge/moonbridge-1.1.3-r1.ebuild | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/www-servers/moonbridge/moonbridge-1.1.3-r1.ebuild b/www-servers/moonbridge/moonbridge-1.1.3-r1.ebuild index 201a80f48490..07661dc6b7a4 100644 --- a/www-servers/moonbridge/moonbridge-1.1.3-r1.ebuild +++ b/www-servers/moonbridge/moonbridge-1.1.3-r1.ebuild @@ -1,11 +1,11 @@ -# Copyright 2021-2024 Gentoo Authors +# Copyright 2021-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 LUA_COMPAT=( lua5-{2,3} ) -inherit lua-single toolchain-funcs +inherit lua-single toolchain-funcs multiprocessing MYP=${PN}-v${PV} @@ -36,7 +36,8 @@ PATCHES=( DOCS=( README reference.txt ) src_compile() { - pmake CC=$(tc-getCC) LUA_INCLUDE="$(lua_get_include_dir)" \ + MAKEFLAGS="" pmake -j$(makeopts_jobs) \ + CC=$(tc-getCC) LUA_INCLUDE="$(lua_get_include_dir)" \ MOONBR_LUA_PATH=/usr/lib/moonbridge/?.lua \ LUA_LIBRARY="$(lua_get_LIBS)" LUA_LIBDIR=/usr/$(get_libdir) \ all || die
