commit: 21d6352e5b4eac1d160d9a317613a11424c01ff9 Author: Mart Raudsepp <leio <AT> gentoo <DOT> org> AuthorDate: Fri Nov 2 12:39:23 2018 +0000 Commit: Mart Raudsepp <leio <AT> gentoo <DOT> org> CommitDate: Fri Nov 2 12:39:32 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=21d6352e
dev-libs/libgweather: add explicit build dep on glib-utils Closes: https://bugs.gentoo.org/669610 Signed-off-by: Mart Raudsepp <leio <AT> gentoo.org> Package-Manager: Portage-2.3.49, Repoman-2.3.11 dev-libs/libgweather/libgweather-3.24.1.ebuild | 3 ++- dev-libs/libgweather/libgweather-3.26.2.ebuild | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/dev-libs/libgweather/libgweather-3.24.1.ebuild b/dev-libs/libgweather/libgweather-3.24.1.ebuild index 30745aa57e2..8c03a0bfffd 100644 --- a/dev-libs/libgweather/libgweather-3.24.1.ebuild +++ b/dev-libs/libgweather/libgweather-3.24.1.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 @@ -32,6 +32,7 @@ RDEPEND="${COMMON_DEPEND} !<gnome-base/gnome-applets-2.22.0 " DEPEND="${COMMON_DEPEND} + dev-util/glib-utils >=dev-util/gtk-doc-am-1.11 >=dev-util/intltool-0.50 >=sys-devel/gettext-0.18 diff --git a/dev-libs/libgweather/libgweather-3.26.2.ebuild b/dev-libs/libgweather/libgweather-3.26.2.ebuild index 81bb7f8332d..20d2fa6e699 100644 --- a/dev-libs/libgweather/libgweather-3.26.2.ebuild +++ b/dev-libs/libgweather/libgweather-3.26.2.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 @@ -32,6 +32,7 @@ RDEPEND="${COMMON_DEPEND} !<gnome-base/gnome-applets-2.22.0 " DEPEND="${COMMON_DEPEND} + dev-util/glib-utils >=dev-util/gtk-doc-am-1.11 >=dev-util/intltool-0.50 >=sys-devel/gettext-0.18
