Skip to content

Commit

Permalink
dev-qt/qtwebengine: cleanup exporting NINJA
Browse files Browse the repository at this point in the history
Not used anymore given patch was removed in favor of relying
on app-alternatives/ninja to select. NINJAFLAGS is still
recognized by a patch (not by ninja!).

Signed-off-by: Ionen Wolkens <[email protected]>
  • Loading branch information
ionenwks committed Sep 3, 2024
1 parent 8137b49 commit a5ab0be
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion dev-qt/qtwebengine/qtwebengine-6.7.9999.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -243,7 +243,7 @@ src_configure() {
use arm64 && tc-is-gcc && filter-flags '-march=*' '-mcpu=*'
fi

export NINJA NINJAFLAGS=$(get_NINJAOPTS)
export NINJAFLAGS=$(get_NINJAOPTS)
[[ ${NINJA_VERBOSE^^} == OFF ]] || NINJAFLAGS+=" -v"

local -x EXTRA_GN="${mygnargs[*]} ${EXTRA_GN}"
Expand Down
2 changes: 1 addition & 1 deletion dev-qt/qtwebengine/qtwebengine-6.8.9999.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -244,7 +244,7 @@ src_configure() {
use arm64 && tc-is-gcc && filter-flags '-march=*' '-mcpu=*'
fi

export NINJA NINJAFLAGS=$(get_NINJAOPTS)
export NINJAFLAGS=$(get_NINJAOPTS)
[[ ${NINJA_VERBOSE^^} == OFF ]] || NINJAFLAGS+=" -v"

local -x EXTRA_GN="${mygnargs[*]} ${EXTRA_GN}"
Expand Down
2 changes: 1 addition & 1 deletion dev-qt/qtwebengine/qtwebengine-6.9999.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -244,7 +244,7 @@ src_configure() {
use arm64 && tc-is-gcc && filter-flags '-march=*' '-mcpu=*'
fi

export NINJA NINJAFLAGS=$(get_NINJAOPTS)
export NINJAFLAGS=$(get_NINJAOPTS)
[[ ${NINJA_VERBOSE^^} == OFF ]] || NINJAFLAGS+=" -v"

local -x EXTRA_GN="${mygnargs[*]} ${EXTRA_GN}"
Expand Down

0 comments on commit a5ab0be

Please sign in to comment.