diff options
author | Michał Górny <mgorny@gentoo.org> | 2018-10-22 16:30:52 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2018-10-22 16:31:51 +0200 |
commit | 49ad7fd419908564186388458520252863af77be (patch) | |
tree | cb29b13cf630f6b1116eb1e327bd79c534f8da93 /xfce-base/xfconf | |
parent | app-admin/gkrellm: Added a warning if USE="gnutls -ssl" is set. (diff) | |
download | gentoo-49ad7fd419908564186388458520252863af77be.tar.gz gentoo-49ad7fd419908564186388458520252863af77be.tar.bz2 gentoo-49ad7fd419908564186388458520252863af77be.zip |
xfce-base/xfconf: Add missing dep on glib-utils
Closes: https://bugs.gentoo.org/667340
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'xfce-base/xfconf')
-rw-r--r-- | xfce-base/xfconf/xfconf-4.13.5.ebuild | 3 | ||||
-rw-r--r-- | xfce-base/xfconf/xfconf-4.13.6.ebuild | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/xfce-base/xfconf/xfconf-4.13.5.ebuild b/xfce-base/xfconf/xfconf-4.13.5.ebuild index 39a35ac7568d..2cd890f3d36b 100644 --- a/xfce-base/xfconf/xfconf-4.13.5.ebuild +++ b/xfce-base/xfconf/xfconf-4.13.5.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -24,6 +24,7 @@ RDEPEND=">=dev-libs/glib-2.30:= !<xfce-base/xfce4-settings-4.13.1" DEPEND="${RDEPEND} dev-util/gdbus-codegen + dev-util/glib-utils dev-util/intltool virtual/pkgconfig sys-devel/gettext diff --git a/xfce-base/xfconf/xfconf-4.13.6.ebuild b/xfce-base/xfconf/xfconf-4.13.6.ebuild index 39a35ac7568d..2cd890f3d36b 100644 --- a/xfce-base/xfconf/xfconf-4.13.6.ebuild +++ b/xfce-base/xfconf/xfconf-4.13.6.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -24,6 +24,7 @@ RDEPEND=">=dev-libs/glib-2.30:= !<xfce-base/xfce4-settings-4.13.1" DEPEND="${RDEPEND} dev-util/gdbus-codegen + dev-util/glib-utils dev-util/intltool virtual/pkgconfig sys-devel/gettext |