diff options
author | Matt Turner <mattst88@gentoo.org> | 2022-10-13 21:25:38 -0400 |
---|---|---|
committer | Matt Turner <mattst88@gentoo.org> | 2022-10-13 21:25:38 -0400 |
commit | eb20d723bd5c1d9d19b55ecb800d352193a4cc0c (patch) | |
tree | 388645db2ebc09ac8c0ca409536392f62c8fa62f /gnome-base/dconf-editor | |
parent | gnome-extra/evolution-data-server: build with GTK4 support (diff) | |
download | gentoo-eb20d723bd5c1d9d19b55ecb800d352193a4cc0c.tar.gz gentoo-eb20d723bd5c1d9d19b55ecb800d352193a4cc0c.tar.bz2 gentoo-eb20d723bd5c1d9d19b55ecb800d352193a4cc0c.zip |
gnome-base/dconf-editor: Depend on libhandy[vala]
Closes: https://bugs.gentoo.org/876973
Signed-off-by: Matt Turner <mattst88@gentoo.org>
Diffstat (limited to 'gnome-base/dconf-editor')
-rw-r--r-- | gnome-base/dconf-editor/dconf-editor-43.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnome-base/dconf-editor/dconf-editor-43.0.ebuild b/gnome-base/dconf-editor/dconf-editor-43.0.ebuild index 7aa2e48fda04..184e48045c53 100644 --- a/gnome-base/dconf-editor/dconf-editor-43.0.ebuild +++ b/gnome-base/dconf-editor/dconf-editor-43.0.ebuild @@ -17,7 +17,7 @@ RDEPEND=" >=gnome-base/dconf-0.26.1 >=dev-libs/glib-2.55.1:2 >=x11-libs/gtk+-3.22.27:3 - >=gui-libs/libhandy-1.6.0:1 + >=gui-libs/libhandy-1.6.0:1[vala] " DEPEND="${RDEPEND}" BDEPEND=" |