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

net-libs/rest/rest-0.8.1.ebuild

index ef2f5ab737461397e48c12c1f5116eb78d3486f4..ebfd6ac2bc28e8362a1fcd1c2d13e8d0ad7038a5 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"
@@ -23,6 +23,7 @@ RDEPEND="
        introspection? ( >=dev-libs/gobject-introspection-0.6.7:= )
 "
 DEPEND="${RDEPEND}
+       dev-util/glib-utils
        >=dev-util/gtk-doc-am-1.13
        >=dev-util/intltool-0.40
        virtual/pkgconfig[${MULTILIB_USEDEP}]