diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-05-16 18:14:11 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-05-16 18:14:11 +0200 |
commit | 543b992a8fdce2cb6fd72df6fe575627018cd616 (patch) | |
tree | 5d8107cbeefcf92acd67d590ae266aa9cd2537d7 /xfce-base | |
parent | dev-python/pycurl: Disable tests broken by bottle upgrade (diff) | |
download | gentoo-543b992a8fdce2cb6fd72df6fe575627018cd616.tar.gz gentoo-543b992a8fdce2cb6fd72df6fe575627018cd616.tar.bz2 gentoo-543b992a8fdce2cb6fd72df6fe575627018cd616.zip |
xfce-base/xfconf: Add an explicit dependency on dbus
Closes: https://bugs.gentoo.org/721884
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'xfce-base')
-rw-r--r-- | xfce-base/xfconf/xfconf-4.14.3.ebuild | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/xfce-base/xfconf/xfconf-4.14.3.ebuild b/xfce-base/xfconf/xfconf-4.14.3.ebuild index 6cdd92555cd9..93d826cca95d 100644 --- a/xfce-base/xfconf/xfconf-4.14.3.ebuild +++ b/xfce-base/xfconf/xfconf-4.14.3.ebuild @@ -16,6 +16,7 @@ IUSE="debug introspection perl vala" REQUIRED_USE="vala? ( introspection )" RDEPEND=">=dev-libs/glib-2.42 + sys-apps/dbus >=xfce-base/libxfce4util-4.10:= introspection? ( dev-libs/gobject-introspection:= ) perl? ( |