net-libs/libdmapsharing: add explicit build dep on glib-utils
authorMart Raudsepp <leio@gentoo.org>
Sat, 6 Oct 2018 21:35:58 +0000 (00:35 +0300)
committerMart Raudsepp <leio@gentoo.org>
Sat, 6 Oct 2018 22:36:12 +0000 (01:36 +0300)
Closes: https://bugs.gentoo.org/667630
Signed-off-by: Mart Raudsepp <leio@gentoo.org>
Package-Manager: Portage-2.3.49, Repoman-2.3.11

net-libs/libdmapsharing/libdmapsharing-2.9.39.ebuild

index 3bc13d376e0a16287790926fb2f42e26efc35508..f39dca47af47420254ffe072029bdb36ebf8e48d 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -26,6 +26,7 @@ RDEPEND="
        introspection? ( >=dev-libs/gobject-introspection-1.30:= )
 "
 DEPEND="${RDEPEND}
+       dev-util/glib-utils
        dev-util/gtk-doc-am
        virtual/pkgconfig
        test? ( >=dev-libs/check-0.9.4 )