Gentoo Archives: gentoo-commits

From: Mart Raudsepp <leio@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/libgweather/
Date: Fri, 02 Nov 2018 12:54:09
Message-Id: 1541162372.21d6352e5b4eac1d160d9a317613a11424c01ff9.leio@gentoo
1 commit: 21d6352e5b4eac1d160d9a317613a11424c01ff9
2 Author: Mart Raudsepp <leio <AT> gentoo <DOT> org>
3 AuthorDate: Fri Nov 2 12:39:23 2018 +0000
4 Commit: Mart Raudsepp <leio <AT> gentoo <DOT> org>
5 CommitDate: Fri Nov 2 12:39:32 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=21d6352e
7
8 dev-libs/libgweather: add explicit build dep on glib-utils
9
10 Closes: https://bugs.gentoo.org/669610
11 Signed-off-by: Mart Raudsepp <leio <AT> gentoo.org>
12 Package-Manager: Portage-2.3.49, Repoman-2.3.11
13
14 dev-libs/libgweather/libgweather-3.24.1.ebuild | 3 ++-
15 dev-libs/libgweather/libgweather-3.26.2.ebuild | 3 ++-
16 2 files changed, 4 insertions(+), 2 deletions(-)
17
18 diff --git a/dev-libs/libgweather/libgweather-3.24.1.ebuild b/dev-libs/libgweather/libgweather-3.24.1.ebuild
19 index 30745aa57e2..8c03a0bfffd 100644
20 --- a/dev-libs/libgweather/libgweather-3.24.1.ebuild
21 +++ b/dev-libs/libgweather/libgweather-3.24.1.ebuild
22 @@ -1,4 +1,4 @@
23 -# Copyright 1999-2018 Gentoo Foundation
24 +# Copyright 1999-2018 Gentoo Authors
25 # Distributed under the terms of the GNU General Public License v2
26
27 EAPI=6
28 @@ -32,6 +32,7 @@ RDEPEND="${COMMON_DEPEND}
29 !<gnome-base/gnome-applets-2.22.0
30 "
31 DEPEND="${COMMON_DEPEND}
32 + dev-util/glib-utils
33 >=dev-util/gtk-doc-am-1.11
34 >=dev-util/intltool-0.50
35 >=sys-devel/gettext-0.18
36
37 diff --git a/dev-libs/libgweather/libgweather-3.26.2.ebuild b/dev-libs/libgweather/libgweather-3.26.2.ebuild
38 index 81bb7f8332d..20d2fa6e699 100644
39 --- a/dev-libs/libgweather/libgweather-3.26.2.ebuild
40 +++ b/dev-libs/libgweather/libgweather-3.26.2.ebuild
41 @@ -1,4 +1,4 @@
42 -# Copyright 1999-2018 Gentoo Foundation
43 +# Copyright 1999-2018 Gentoo Authors
44 # Distributed under the terms of the GNU General Public License v2
45
46 EAPI=6
47 @@ -32,6 +32,7 @@ RDEPEND="${COMMON_DEPEND}
48 !<gnome-base/gnome-applets-2.22.0
49 "
50 DEPEND="${COMMON_DEPEND}
51 + dev-util/glib-utils
52 >=dev-util/gtk-doc-am-1.11
53 >=dev-util/intltool-0.50
54 >=sys-devel/gettext-0.18