From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-1055254-garchives=archives.gentoo.org@lists.gentoo.org>
Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80])
	(using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits))
	(No client certificate requested)
	by finch.gentoo.org (Postfix) with ESMTPS id 4864D138334
	for <garchives@archives.gentoo.org>; Fri,  2 Nov 2018 12:54:09 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id 2F69EE03EC;
	Fri,  2 Nov 2018 12:54:08 +0000 (UTC)
Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183])
	(using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits))
	(No client certificate requested)
	by pigeon.gentoo.org (Postfix) with ESMTPS id 0ABD4E03EC
	for <gentoo-commits@lists.gentoo.org>; Fri,  2 Nov 2018 12:54:07 +0000 (UTC)
Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84])
	(using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits))
	(No client certificate requested)
	by smtp.gentoo.org (Postfix) with ESMTPS id D89FB335CD2
	for <gentoo-commits@lists.gentoo.org>; Fri,  2 Nov 2018 12:54:05 +0000 (UTC)
Received: from localhost.localdomain (localhost [IPv6:::1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id 4B4B0455
	for <gentoo-commits@lists.gentoo.org>; Fri,  2 Nov 2018 12:54:04 +0000 (UTC)
From: "Mart Raudsepp" <leio@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Content-Transfer-Encoding: 8bit
Content-type: text/plain; charset=UTF-8
Reply-To: gentoo-dev@lists.gentoo.org, "Mart Raudsepp" <leio@gentoo.org>
Message-ID: <1541162372.21d6352e5b4eac1d160d9a317613a11424c01ff9.leio@gentoo>
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/libgweather/
X-VCS-Repository: repo/gentoo
X-VCS-Files: dev-libs/libgweather/libgweather-3.24.1.ebuild dev-libs/libgweather/libgweather-3.26.2.ebuild
X-VCS-Directories: dev-libs/libgweather/
X-VCS-Committer: leio
X-VCS-Committer-Name: Mart Raudsepp
X-VCS-Revision: 21d6352e5b4eac1d160d9a317613a11424c01ff9
X-VCS-Branch: master
Date: Fri,  2 Nov 2018 12:54:04 +0000 (UTC)
Precedence: bulk
List-Post: <mailto:gentoo-commits@lists.gentoo.org>
List-Help: <mailto:gentoo-commits+help@lists.gentoo.org>
List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org>
List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org>
List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org>
X-BeenThere: gentoo-commits@lists.gentoo.org
X-Archives-Salt: e2a84f1f-1b3b-459d-9c18-8729ca3fe041
X-Archives-Hash: 180b463268f12f471c72d8c197e2ac1f

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