commit: 35af8d0dbb45a33a041433fd570b4cea4b901f8b Author: Mart Raudsepp <leio <AT> gentoo <DOT> org> AuthorDate: Fri Nov 2 12:37:29 2018 +0000 Commit: Mart Raudsepp <leio <AT> gentoo <DOT> org> CommitDate: Fri Nov 2 12:38:07 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=35af8d0d
x11-libs/gtksourceview: add explicit build dep on glib-utils Closes: https://bugs.gentoo.org/669442 Signed-off-by: Mart Raudsepp <leio <AT> gentoo.org> Package-Manager: Portage-2.3.49, Repoman-2.3.11 x11-libs/gtksourceview/gtksourceview-2.10.5-r3.ebuild | 3 ++- x11-libs/gtksourceview/gtksourceview-3.24.7.ebuild | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/x11-libs/gtksourceview/gtksourceview-2.10.5-r3.ebuild b/x11-libs/gtksourceview/gtksourceview-2.10.5-r3.ebuild index 9954aad33b5..d21a6d5a14d 100644 --- a/x11-libs/gtksourceview/gtksourceview-2.10.5-r3.ebuild +++ b/x11-libs/gtksourceview/gtksourceview-2.10.5-r3.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="5" @@ -22,6 +22,7 @@ RDEPEND=" >=dev-libs/glib-2.14:2 " DEPEND="${RDEPEND} + dev-util/glib-utils dev-util/gtk-doc-am >=dev-util/intltool-0.40 >=sys-devel/gettext-0.17 diff --git a/x11-libs/gtksourceview/gtksourceview-3.24.7.ebuild b/x11-libs/gtksourceview/gtksourceview-3.24.7.ebuild index 51f9cbe9b68..6b5b4cdefa2 100644 --- a/x11-libs/gtksourceview/gtksourceview-3.24.7.ebuild +++ b/x11-libs/gtksourceview/gtksourceview-3.24.7.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="6" @@ -26,6 +26,7 @@ RDEPEND=" introspection? ( >=dev-libs/gobject-introspection-1.42:= ) " DEPEND="${RDEPEND} + dev-util/glib-utils >=dev-util/gtk-doc-am-1.25 >=sys-devel/gettext-0.19.4 dev-util/itstool
