summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Gilbert <floppym@gentoo.org>2024-06-08 09:58:44 -0400
committerMike Gilbert <floppym@gentoo.org>2024-06-08 09:58:44 -0400
commitdf180ee2e067825c4cedb88983d3bf514b55c0a4 (patch)
tree75f861e832cf2f9e2a7a7e4318a71683c848de35 /sys-apps
parentprofiles: Mask Xfce 4.20 prereleases (diff)
downloadgentoo-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.ebuild2
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
}