From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-1064062-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 4EFA5138334
	for <garchives@archives.gentoo.org>; Fri, 28 Dec 2018 12:52:22 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id 7A049E08F0;
	Fri, 28 Dec 2018 12:52:21 +0000 (UTC)
Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4])
	(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 553ACE08F0
	for <gentoo-commits@lists.gentoo.org>; Fri, 28 Dec 2018 12:52:21 +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 182EB335C6F
	for <gentoo-commits@lists.gentoo.org>; Fri, 28 Dec 2018 12:52:19 +0000 (UTC)
Received: from localhost.localdomain (localhost [IPv6:::1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id C517D42F
	for <gentoo-commits@lists.gentoo.org>; Fri, 28 Dec 2018 12:52:16 +0000 (UTC)
From: "Gilles Dartiguelongue" <eva@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, "Gilles Dartiguelongue" <eva@gentoo.org>
Message-ID: <1546001522.99b47dedd7d242cf5fafc6b242005c3e21895b1b.eva@gentoo>
Subject: [gentoo-commits] repo/gentoo:master commit in: sci-geosciences/gnome-maps/
X-VCS-Repository: repo/gentoo
X-VCS-Files: sci-geosciences/gnome-maps/gnome-maps-3.24.3.ebuild sci-geosciences/gnome-maps/gnome-maps-3.26.2.ebuild
X-VCS-Directories: sci-geosciences/gnome-maps/
X-VCS-Committer: eva
X-VCS-Committer-Name: Gilles Dartiguelongue
X-VCS-Revision: 99b47dedd7d242cf5fafc6b242005c3e21895b1b
X-VCS-Branch: master
Date: Fri, 28 Dec 2018 12:52:16 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply
X-Archives-Salt: fca67349-881e-4a9d-b818-e4c97bcf89a4
X-Archives-Hash: 99e21d9dbdd440ec700353f60ca8a608

commit:     99b47dedd7d242cf5fafc6b242005c3e21895b1b
Author:     Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
AuthorDate: Fri Dec 28 11:58:06 2018 +0000
Commit:     Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
CommitDate: Fri Dec 28 12:52:02 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=99b47ded

sci-geosciences/gnome-maps: add depend on glib-utils

As required by configure. 3.24 unchanged as it comes with pre-generated
files and is missing templates.

Refs: https://bugs.gentoo.org/667324
Package-Manager: Portage-2.3.53, Repoman-2.3.12
Signed-off-by: Gilles Dartiguelongue <eva <AT> gentoo.org>

 sci-geosciences/gnome-maps/gnome-maps-3.24.3.ebuild | 2 +-
 sci-geosciences/gnome-maps/gnome-maps-3.26.2.ebuild | 1 +
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/sci-geosciences/gnome-maps/gnome-maps-3.24.3.ebuild b/sci-geosciences/gnome-maps/gnome-maps-3.24.3.ebuild
index 463e746e312..fa520aa1646 100644
--- a/sci-geosciences/gnome-maps/gnome-maps-3.24.3.ebuild
+++ b/sci-geosciences/gnome-maps/gnome-maps-3.24.3.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

diff --git a/sci-geosciences/gnome-maps/gnome-maps-3.26.2.ebuild b/sci-geosciences/gnome-maps/gnome-maps-3.26.2.ebuild
index 2e55a2c32c2..7a8281daf0e 100644
--- a/sci-geosciences/gnome-maps/gnome-maps-3.26.2.ebuild
+++ b/sci-geosciences/gnome-maps/gnome-maps-3.26.2.ebuild
@@ -39,6 +39,7 @@ RDEPEND="${COMMON_DEPEND}
 	x11-libs/gdk-pixbuf:2[introspection]
 "
 DEPEND="${COMMON_DEPEND}
+	dev-util/glib-utils
 	>=dev-util/intltool-0.40
 	virtual/pkgconfig
 "