commit:     b0db8cc7a8abd39325fd32d7184f3e77d3de6058
Author:     Mike Gilbert <floppym <AT> gentoo <DOT> org>
AuthorDate: Tue Aug 15 16:17:55 2023 +0000
Commit:     Mike Gilbert <floppym <AT> gentoo <DOT> org>
CommitDate: Tue Aug 15 16:20:57 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b0db8cc7

sys-apps/accountsservice: depend on sys-apps/dbus

As reported by dwfreed:

meson.build:167:11: ERROR: Dependency "dbus-1" not found, tried pkgconfig and 
cmake

Signed-off-by: Mike Gilbert <floppym <AT> gentoo.org>

 sys-apps/accountsservice/accountsservice-23.13.9.ebuild | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/sys-apps/accountsservice/accountsservice-23.13.9.ebuild 
b/sys-apps/accountsservice/accountsservice-23.13.9.ebuild
index c53af7eb9bda..dad99e616477 100644
--- a/sys-apps/accountsservice/accountsservice-23.13.9.ebuild
+++ b/sys-apps/accountsservice/accountsservice-23.13.9.ebuild
@@ -25,7 +25,9 @@ CDEPEND="
        introspection? ( >=dev-libs/gobject-introspection-0.9.12:= )
        systemd? ( >=sys-apps/systemd-186:0= )
 "
-DEPEND="${CDEPEND}"
+DEPEND="${CDEPEND}
+       sys-apps/dbus
+"
 BDEPEND="
        dev-libs/libxslt
        dev-util/gdbus-codegen

Reply via email to