From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id EB7A11384B4 for ; Sun, 6 Dec 2015 22:44:36 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6CFE821C012; Sun, 6 Dec 2015 22:44:35 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 084B321C012 for ; Sun, 6 Dec 2015 22:44:34 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id AD7C93406BF for ; Sun, 6 Dec 2015 22:44:33 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 41B4FA91 for ; Sun, 6 Dec 2015 22:44:32 +0000 (UTC) From: "Gilles Dartiguelongue" 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" Message-ID: <1449441844.2ea5d3a6fe54132e35cd422ae12cb8a6106b2d09.eva@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.16.2.ebuild gnome-extra/gnome-calendar/gnome-calendar-3.18.1.ebuild X-VCS-Directories: gnome-extra/gnome-calendar/ X-VCS-Committer: eva X-VCS-Committer-Name: Gilles Dartiguelongue X-VCS-Revision: 2ea5d3a6fe54132e35cd422ae12cb8a6106b2d09 X-VCS-Branch: master Date: Sun, 6 Dec 2015 22:44:32 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: c5cb9eab-af6b-41df-8fc6-d4568aa620ad X-Archives-Hash: 027f3cadde7e2a3e6b0997b83dfddb6b commit: 2ea5d3a6fe54132e35cd422ae12cb8a6106b2d09 Author: Gilles Dartiguelongue gentoo org> AuthorDate: Sun Dec 6 22:42:05 2015 +0000 Commit: Gilles Dartiguelongue gentoo org> CommitDate: Sun Dec 6 22:44:04 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2ea5d3a6 gnome-extra/gnome-calendar: add dependency on gdbus-codegen See bug #567038, this is not listed in configure.ac but used directly in Makefile.am. Thanks to Marcin Szamotulski for noticing. https://bugs.gentoo.org/show_bug.cgi?id=567038 Package-Manager: portage-2.2.26 gnome-extra/gnome-calendar/gnome-calendar-3.16.2.ebuild | 1 + gnome-extra/gnome-calendar/gnome-calendar-3.18.1.ebuild | 1 + 2 files changed, 2 insertions(+) diff --git a/gnome-extra/gnome-calendar/gnome-calendar-3.16.2.ebuild b/gnome-extra/gnome-calendar/gnome-calendar-3.16.2.ebuild index 947d425..414dbc6 100644 --- a/gnome-extra/gnome-calendar/gnome-calendar-3.16.2.ebuild +++ b/gnome-extra/gnome-calendar/gnome-calendar-3.16.2.ebuild @@ -24,6 +24,7 @@ RDEPEND=" " DEPEND="${RDEPEND} dev-libs/appstream-glib + dev-util/gdbus-codegen >=dev-util/intltool-0.40.6 sys-devel/gettext virtual/pkgconfig diff --git a/gnome-extra/gnome-calendar/gnome-calendar-3.18.1.ebuild b/gnome-extra/gnome-calendar/gnome-calendar-3.18.1.ebuild index f5e4d79..6161be9 100644 --- a/gnome-extra/gnome-calendar/gnome-calendar-3.18.1.ebuild +++ b/gnome-extra/gnome-calendar/gnome-calendar-3.18.1.ebuild @@ -25,6 +25,7 @@ RDEPEND=" " DEPEND="${RDEPEND} dev-libs/appstream-glib + dev-util/gdbus-codegen >=dev-util/intltool-0.40.6 sys-devel/gettext virtual/pkgconfig