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 39515138CD0 for ; Sun, 10 May 2015 17:20:38 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7C0F0E081B; Sun, 10 May 2015 17:20: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 0A803E081B for ; Sun, 10 May 2015 17:20:35 +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 1014D340FB8 for ; Sun, 10 May 2015 17:20:33 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id BC0139E4 for ; Sun, 10 May 2015 17:20:31 +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: <1431270983.5aa5900043320dda83fd3649130af0d4d49dd48f.eva@gentoo> Subject: [gentoo-commits] proj/gnome:master commit in: gnome-extra/evolution-data-server/ X-VCS-Repository: proj/gnome X-VCS-Files: gnome-extra/evolution-data-server/evolution-data-server-3.16.1.ebuild gnome-extra/evolution-data-server/evolution-data-server-9999.ebuild X-VCS-Directories: gnome-extra/evolution-data-server/ X-VCS-Committer: eva X-VCS-Committer-Name: Gilles Dartiguelongue X-VCS-Revision: 5aa5900043320dda83fd3649130af0d4d49dd48f X-VCS-Branch: master Date: Sun, 10 May 2015 17:20:31 +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: 719542d8-213f-4220-93d4-89c579b72549 X-Archives-Hash: 920933fc7ba7f2e17642f8e0309074f6 commit: 5aa5900043320dda83fd3649130af0d4d49dd48f Author: Gilles Dartiguelongue gentoo org> AuthorDate: Sun May 10 14:27:44 2015 +0000 Commit: Gilles Dartiguelongue gentoo org> CommitDate: Sun May 10 15:16:23 2015 +0000 URL: https://gitweb.gentoo.org/proj/gnome.git/commit/?id=5aa59000 gnome-extra/evolution-data-server: sync with gentoo-x86 Also, bump gtk+ to 3.6 as required by configure.ac. .../evolution-data-server/evolution-data-server-3.16.1.ebuild | 7 ++++--- .../evolution-data-server/evolution-data-server-9999.ebuild | 7 ++++--- 2 files changed, 8 insertions(+), 6 deletions(-) diff --git a/gnome-extra/evolution-data-server/evolution-data-server-3.16.1.ebuild b/gnome-extra/evolution-data-server/evolution-data-server-3.16.1.ebuild index eb6e477..d8a3f42 100644 --- a/gnome-extra/evolution-data-server/evolution-data-server-3.16.1.ebuild +++ b/gnome-extra/evolution-data-server/evolution-data-server-3.16.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ @@ -51,7 +51,7 @@ RDEPEND=" gtk? ( >=app-crypt/gcr-3.4[gtk] - >=x11-libs/gtk+-3.2:3 + >=x11-libs/gtk+-3.6:3 ) gnome-online-accounts? ( >=net-libs/gnome-online-accounts-3.8 ) introspection? ( >=dev-libs/gobject-introspection-0.9.12 ) @@ -68,7 +68,8 @@ DEPEND="${RDEPEND} >=gnome-base/gnome-common-3.5.5 >=sys-devel/gettext-0.17 virtual/pkgconfig - vala? ( $(vala_depend) )" + vala? ( $(vala_depend) ) +" # eautoreconf needs: # >=gnome-base/gnome-common-2 diff --git a/gnome-extra/evolution-data-server/evolution-data-server-9999.ebuild b/gnome-extra/evolution-data-server/evolution-data-server-9999.ebuild index 5db789a..077ffe4 100644 --- a/gnome-extra/evolution-data-server/evolution-data-server-9999.ebuild +++ b/gnome-extra/evolution-data-server/evolution-data-server-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ @@ -51,7 +51,7 @@ RDEPEND=" gtk? ( >=app-crypt/gcr-3.4[gtk] - >=x11-libs/gtk+-3.2:3 + >=x11-libs/gtk+-3.6:3 ) gnome-online-accounts? ( >=net-libs/gnome-online-accounts-3.8 ) introspection? ( >=dev-libs/gobject-introspection-0.9.12 ) @@ -68,7 +68,8 @@ DEPEND="${RDEPEND} >=gnome-base/gnome-common-3.5.5 >=sys-devel/gettext-0.17 virtual/pkgconfig - vala? ( $(vala_depend) )" + vala? ( $(vala_depend) ) +" # eautoreconf needs: # >=gnome-base/gnome-common-2