From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1050600-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 C9FFB138334 for <garchives@archives.gentoo.org>; Sat, 6 Oct 2018 18:39:21 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 71FB0E09D0; Sat, 6 Oct 2018 18:39:20 +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 4B0E1E09D0 for <gentoo-commits@lists.gentoo.org>; Sat, 6 Oct 2018 18:39:19 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 1F0E7335CFA for <gentoo-commits@lists.gentoo.org>; Sat, 6 Oct 2018 18:39:18 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7047D3FB for <gentoo-commits@lists.gentoo.org>; Sat, 6 Oct 2018 18:39:15 +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: <1538850666.af8f544d907cfe247037c5be5e0eafd07e1ca37f.leio@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: gnome-extra/gnome-calendar/ X-VCS-Repository: repo/gentoo X-VCS-Files: gnome-extra/gnome-calendar/gnome-calendar-3.24.3.ebuild X-VCS-Directories: gnome-extra/gnome-calendar/ X-VCS-Committer: leio X-VCS-Committer-Name: Mart Raudsepp X-VCS-Revision: af8f544d907cfe247037c5be5e0eafd07e1ca37f X-VCS-Branch: master Date: Sat, 6 Oct 2018 18:39:15 +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: 79728bde-56e7-4220-8662-8f8b2cd2d3c2 X-Archives-Hash: 7e7fdf6806ae8bee1bc308c16ce1e74e commit: af8f544d907cfe247037c5be5e0eafd07e1ca37f Author: Mart Raudsepp <leio <AT> gentoo <DOT> org> AuthorDate: Sat Oct 6 15:45:14 2018 +0000 Commit: Mart Raudsepp <leio <AT> gentoo <DOT> org> CommitDate: Sat Oct 6 18:31:06 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=af8f544d gnome-extra/gnome-calendar: add explicit build dep on glib-utils Signed-off-by: Mart Raudsepp <leio <AT> gentoo.org> Package-Manager: Portage-2.3.49, Repoman-2.3.11 gnome-extra/gnome-calendar/gnome-calendar-3.24.3.ebuild | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/gnome-extra/gnome-calendar/gnome-calendar-3.24.3.ebuild b/gnome-extra/gnome-calendar/gnome-calendar-3.24.3.ebuild index ffbe2073b8f..76a86de0f19 100644 --- a/gnome-extra/gnome-calendar/gnome-calendar-3.24.3.ebuild +++ b/gnome-extra/gnome-calendar/gnome-calendar-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 @@ -25,6 +25,7 @@ RDEPEND=" DEPEND="${RDEPEND} dev-libs/appstream-glib dev-util/gdbus-codegen + dev-util/glib-utils >=dev-util/intltool-0.40.6 sys-devel/gettext virtual/pkgconfig