sys-apps/dbus-broker: force use of bundled deps

Bug: https://bugs.gentoo.org/936074
Signed-off-by: Mike Gilbert <floppym@gentoo.org>
This commit is contained in:
Mike Gilbert
2025-07-29 13:43:42 -04:00
parent 4190b92122
commit acb7f927b7
2 changed files with 3 additions and 1 deletions

View File

@@ -51,6 +51,7 @@ fi
src_configure() {
local emesonargs=(
--wrap-mode forcefallback
$(meson_use apparmor)
$(meson_use audit)
$(meson_use doc docs)

View File

@@ -1,4 +1,4 @@
# Copyright 2017-2024 Gentoo Authors
# Copyright 2017-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@@ -51,6 +51,7 @@ fi
src_configure() {
local emesonargs=(
--wrap-mode forcefallback
$(meson_use apparmor)
$(meson_use audit)
$(meson_use doc docs)