From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: 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 A6A781395E3 for ; Sun, 13 Nov 2016 12:07:58 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3A84EE0B2A; Sun, 13 Nov 2016 12:07:57 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 01F47E0B2A for ; Sun, 13 Nov 2016 12:07:57 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 3D5BD341375 for ; Sun, 13 Nov 2016 12:07:56 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 887F424C0 for ; Sun, 13 Nov 2016 12:07:53 +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: <1479038828.21f0445aff31c20f503c069118d360883840eaba.eva@gentoo> Subject: [gentoo-commits] proj/gnome:master commit in: gnome-extra/gnome-todo/ X-VCS-Repository: proj/gnome X-VCS-Files: gnome-extra/gnome-todo/gnome-todo-3.18.1.ebuild gnome-extra/gnome-todo/gnome-todo-3.20.2.ebuild gnome-extra/gnome-todo/gnome-todo-3.22.0.ebuild X-VCS-Directories: gnome-extra/gnome-todo/ X-VCS-Committer: eva X-VCS-Committer-Name: Gilles Dartiguelongue X-VCS-Revision: 21f0445aff31c20f503c069118d360883840eaba X-VCS-Branch: master Date: Sun, 13 Nov 2016 12:07:53 +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: c7bf782f-b86a-4dba-b173-2880dcc95037 X-Archives-Hash: ee58468da72188fe1588146f8b0674bb commit: 21f0445aff31c20f503c069118d360883840eaba Author: Gilles Dartiguelongue gentoo org> AuthorDate: Sun Nov 13 12:07:08 2016 +0000 Commit: Gilles Dartiguelongue gentoo org> CommitDate: Sun Nov 13 12:07:08 2016 +0000 URL: https://gitweb.gentoo.org/proj/gnome.git/commit/?id=21f0445a gnome-extra/gnome-todo: add subslot dependency for eds Package-Manager: portage-2.3.2 Manifest-Sign-Key: C6085806 gnome-extra/gnome-todo/gnome-todo-3.18.1.ebuild | 4 ++-- gnome-extra/gnome-todo/gnome-todo-3.20.2.ebuild | 4 ++-- gnome-extra/gnome-todo/gnome-todo-3.22.0.ebuild | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/gnome-extra/gnome-todo/gnome-todo-3.18.1.ebuild b/gnome-extra/gnome-todo/gnome-todo-3.18.1.ebuild index 37a305b..bdfc866 100644 --- a/gnome-extra/gnome-todo/gnome-todo-3.18.1.ebuild +++ b/gnome-extra/gnome-todo/gnome-todo-3.18.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -18,7 +18,7 @@ IUSE="" RDEPEND=" >=dev-libs/glib-2.43.4:2 >=dev-libs/libical-0.43 - >=gnome-extra/evolution-data-server-3.17.1[gtk] + >=gnome-extra/evolution-data-server-3.17.1:=[gtk] >=net-libs/gnome-online-accounts-3.2 >=x11-libs/gtk+-3.16:3 " diff --git a/gnome-extra/gnome-todo/gnome-todo-3.20.2.ebuild b/gnome-extra/gnome-todo/gnome-todo-3.20.2.ebuild index 52e6e18..e9d7ce9 100644 --- a/gnome-extra/gnome-todo/gnome-todo-3.20.2.ebuild +++ b/gnome-extra/gnome-todo/gnome-todo-3.20.2.ebuild @@ -16,12 +16,12 @@ IUSE="+introspection" RDEPEND=" >=dev-libs/glib-2.43.4:2 - introspection? ( >=dev-libs/gobject-introspection-1.42:= ) >=dev-libs/libical-0.43 >=dev-libs/libpeas-1.17 - >=gnome-extra/evolution-data-server-3.17.1[gtk] + >=gnome-extra/evolution-data-server-3.17.1:=[gtk] >=net-libs/gnome-online-accounts-3.2 >=x11-libs/gtk+-3.19.5:3 + introspection? ( >=dev-libs/gobject-introspection-1.42:= ) " DEPEND="${RDEPEND} >=dev-util/intltool-0.40.6 diff --git a/gnome-extra/gnome-todo/gnome-todo-3.22.0.ebuild b/gnome-extra/gnome-todo/gnome-todo-3.22.0.ebuild index 508e486..eab6908 100644 --- a/gnome-extra/gnome-todo/gnome-todo-3.22.0.ebuild +++ b/gnome-extra/gnome-todo/gnome-todo-3.22.0.ebuild @@ -16,12 +16,12 @@ IUSE="+introspection" RDEPEND=" >=dev-libs/glib-2.43.4:2 - introspection? ( >=dev-libs/gobject-introspection-1.42:= ) >=dev-libs/libical-0.43 >=dev-libs/libpeas-1.17 - >=gnome-extra/evolution-data-server-3.17.1[gtk] + >=gnome-extra/evolution-data-server-3.17.1:=[gtk] >=net-libs/gnome-online-accounts-3.2 >=x11-libs/gtk+-3.22.0:3 + introspection? ( >=dev-libs/gobject-introspection-1.42:= ) " DEPEND="${RDEPEND} dev-libs/appstream-glib