diff options
author | Mart Raudsepp <leio@gentoo.org> | 2018-11-02 14:39:23 +0200 |
---|---|---|
committer | Mart Raudsepp <leio@gentoo.org> | 2018-11-02 14:39:32 +0200 |
commit | 21d6352e5b4eac1d160d9a317613a11424c01ff9 (patch) | |
tree | e518b9ea2939d87bfc5744006fdb0f729d891162 /dev-libs/libgweather | |
parent | x11-libs/gtksourceview: add explicit build dep on glib-utils (diff) | |
download | gentoo-21d6352e5b4eac1d160d9a317613a11424c01ff9.tar.gz gentoo-21d6352e5b4eac1d160d9a317613a11424c01ff9.tar.bz2 gentoo-21d6352e5b4eac1d160d9a317613a11424c01ff9.zip |
dev-libs/libgweather: add explicit build dep on glib-utils
Closes: https://bugs.gentoo.org/669610
Signed-off-by: Mart Raudsepp <leio@gentoo.org>
Package-Manager: Portage-2.3.49, Repoman-2.3.11
Diffstat (limited to 'dev-libs/libgweather')
-rw-r--r-- | dev-libs/libgweather/libgweather-3.24.1.ebuild | 3 | ||||
-rw-r--r-- | 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 30745aa57e2c..8c03a0bfffd6 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 81bb7f8332d6..20d2fa6e6999 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 |