From: Mart Raudsepp Date: Sat, 6 Oct 2018 21:42:05 +0000 (+0300) Subject: gnome-extra/gtkhtml: add explicit build dep on glib-utils X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=b3824c893cd3cf9faa711acb1f4a3575932267c4;p=gentoo.git gnome-extra/gtkhtml: add explicit build dep on glib-utils Closes: https://bugs.gentoo.org/667720 Signed-off-by: Mart Raudsepp Package-Manager: Portage-2.3.49, Repoman-2.3.11 --- diff --git a/gnome-extra/gtkhtml/gtkhtml-4.10.0.ebuild b/gnome-extra/gtkhtml/gtkhtml-4.10.0.ebuild index b596e147e0ec..b52c93f9763d 100644 --- a/gnome-extra/gtkhtml/gtkhtml-4.10.0.ebuild +++ b/gnome-extra/gtkhtml/gtkhtml-4.10.0.ebuild @@ -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="5" @@ -27,6 +27,7 @@ RDEPEND=" DEPEND="${RDEPEND} x11-base/xorg-proto sys-devel/gettext + dev-util/glib-utils >=dev-util/intltool-0.40.0 virtual/pkgconfig "