diff options
author | Joonas Niilola <juippis@gentoo.org> | 2022-01-06 15:06:00 +0200 |
---|---|---|
committer | Joonas Niilola <juippis@gentoo.org> | 2022-01-06 15:38:48 +0200 |
commit | d1f8a56312669b4ea2d61311f5c44d50956cdae1 (patch) | |
tree | ef9e5c56db053b794579ac958d4124541be3872b /app-emulation/spice-vdagent | |
parent | dev-python/cython: Stabilize 0.29.25 arm, #830653 (diff) | |
download | gentoo-d1f8a56312669b4ea2d61311f5c44d50956cdae1.tar.gz gentoo-d1f8a56312669b4ea2d61311f5c44d50956cdae1.tar.bz2 gentoo-d1f8a56312669b4ea2d61311f5c44d50956cdae1.zip |
app-emulation/spice-vdagent: add missing deps for dbus
Closes: https://bugs.gentoo.org/712884
Signed-off-by: Joonas Niilola <juippis@gentoo.org>
Diffstat (limited to 'app-emulation/spice-vdagent')
-rw-r--r-- | app-emulation/spice-vdagent/spice-vdagent-0.19.0-r1.ebuild | 3 | ||||
-rw-r--r-- | app-emulation/spice-vdagent/spice-vdagent-0.21.0.ebuild | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/app-emulation/spice-vdagent/spice-vdagent-0.19.0-r1.ebuild b/app-emulation/spice-vdagent/spice-vdagent-0.19.0-r1.ebuild index 81ddd00bd633..3b41e383c1e3 100644 --- a/app-emulation/spice-vdagent/spice-vdagent-0.19.0-r1.ebuild +++ b/app-emulation/spice-vdagent/spice-vdagent-0.19.0-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -18,6 +18,7 @@ CDEPEND=" dev-libs/glib:2 >=app-emulation/spice-protocol-0.14.0 media-libs/alsa-lib + sys-apps/dbus >=x11-libs/libpciaccess-0.10 x11-libs/libdrm x11-libs/libXfixes diff --git a/app-emulation/spice-vdagent/spice-vdagent-0.21.0.ebuild b/app-emulation/spice-vdagent/spice-vdagent-0.21.0.ebuild index ead55ae36cb2..b89e3c97edde 100644 --- a/app-emulation/spice-vdagent/spice-vdagent-0.21.0.ebuild +++ b/app-emulation/spice-vdagent/spice-vdagent-0.21.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -18,6 +18,7 @@ CDEPEND=" dev-libs/glib:2 >=app-emulation/spice-protocol-0.14.0 media-libs/alsa-lib + sys-apps/dbus >=x11-libs/libpciaccess-0.10 x11-libs/libdrm x11-libs/libXfixes |