diff options
author | Mike Gilbert <floppym@gentoo.org> | 2024-06-08 09:58:44 -0400 |
---|---|---|
committer | Mike Gilbert <floppym@gentoo.org> | 2024-06-08 09:58:44 -0400 |
commit | df180ee2e067825c4cedb88983d3bf514b55c0a4 (patch) | |
tree | 75f861e832cf2f9e2a7a7e4318a71683c848de35 /sys-apps | |
parent | profiles: Mask Xfce 4.20 prereleases (diff) | |
download | gentoo-df180ee2e067825c4cedb88983d3bf514b55c0a4.tar.gz gentoo-df180ee2e067825c4cedb88983d3bf514b55c0a4.tar.bz2 gentoo-df180ee2e067825c4cedb88983d3bf514b55c0a4.zip |
sys-apps/systemd-utils: build optional targtes with ninja directly
Signed-off-by: Mike Gilbert <floppym@gentoo.org>
Diffstat (limited to 'sys-apps')
-rw-r--r-- | sys-apps/systemd-utils/systemd-utils-255.7-r1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-apps/systemd-utils/systemd-utils-255.7-r1.ebuild b/sys-apps/systemd-utils/systemd-utils-255.7-r1.ebuild index cce058508a35..fb228cd0d50a 100644 --- a/sys-apps/systemd-utils/systemd-utils-255.7-r1.ebuild +++ b/sys-apps/systemd-utils/systemd-utils-255.7-r1.ebuild @@ -401,7 +401,7 @@ multilib_src_compile() { meson_src_compile "${targets[@]}" fi if [[ ${#optional_targets[@]} -ne 0 ]]; then - nonfatal meson_src_compile "${optional_targets[@]}" + ninja ${NINJAOPTS} "${optional_targets[@]}" fi } |