commit:     089852bf7646731c6aa5cf878db685e78c8463ad
Author:     NHOrus <jy6x2b32pie9 <AT> yahoo <DOT> com>
AuthorDate: Tue Feb 17 05:19:50 2026 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon Feb 23 16:17:07 2026 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=089852bf

app-text/lowdown: Fix build with MAKEFLAGS set, i.e. with jobserver

Previous flag filtering effort has not taken into account that
while `export` propagates between stages, `unset` doesn't, so bmake
will still get MAKEFLAGS it will silently prepend to command line
and exit due unrecognized arguments

Bug: https://bugs.gentoo.org/966238
Closes: https://bugs.gentoo.org/970189
Signed-off-by: NHOrus <jy6x2b32pie9 <AT> yahoo.com>
Part-of: https://github.com/gentoo/gentoo/pull/45831
Closes: https://github.com/gentoo/gentoo/pull/45831
Signed-off-by: Sam James <sam <AT> gentoo.org>

 app-text/lowdown/lowdown-2.0.4.ebuild | 1 +
 1 file changed, 1 insertion(+)

diff --git a/app-text/lowdown/lowdown-2.0.4.ebuild 
b/app-text/lowdown/lowdown-2.0.4.ebuild
index 3f7b4ab6927f..6b0b4859f8ad 100644
--- a/app-text/lowdown/lowdown-2.0.4.ebuild
+++ b/app-text/lowdown/lowdown-2.0.4.ebuild
@@ -60,6 +60,7 @@ src_configure() {
        unset MAKEFLAGS
 
        export MAKEOPTS="-j${jobs}"
+       export MAKEFLAGS= #966238
        export MAKE=bmake
 
        ./configure \

Reply via email to