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 2F3B2138206 for ; Wed, 17 Jan 2018 22:51:26 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4FE3DE0819; Wed, 17 Jan 2018 22:51:25 +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 2B60FE0819 for ; Wed, 17 Jan 2018 22:51:25 +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 A0A1E335C39 for ; Wed, 17 Jan 2018 22:51:23 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 02A681BB for ; Wed, 17 Jan 2018 22:51:22 +0000 (UTC) From: "Mart Raudsepp" 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" Message-ID: <1516229459.fbd4d0c316655c3953e92b4e171b87addab76efd.leio@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.26.2.ebuild X-VCS-Directories: gnome-extra/gnome-todo/ X-VCS-Committer: leio X-VCS-Committer-Name: Mart Raudsepp X-VCS-Revision: fbd4d0c316655c3953e92b4e171b87addab76efd X-VCS-Branch: master Date: Wed, 17 Jan 2018 22:51:22 +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: 5a520261-fc01-4113-9a4b-7411a3cbf882 X-Archives-Hash: 163ab362c78c27b89018646d75f09f28 commit: fbd4d0c316655c3953e92b4e171b87addab76efd Author: Mart Raudsepp gentoo org> AuthorDate: Wed Jan 17 22:50:59 2018 +0000 Commit: Mart Raudsepp gentoo org> CommitDate: Wed Jan 17 22:50:59 2018 +0000 URL: https://gitweb.gentoo.org/proj/gnome.git/commit/?id=fbd4d0c3 gnome-extra/gnome-todo: raise GOA min req for Todoist support Package-Manager: Portage-2.3.19, Repoman-2.3.6 gnome-extra/gnome-todo/gnome-todo-3.26.2.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gnome-extra/gnome-todo/gnome-todo-3.26.2.ebuild b/gnome-extra/gnome-todo/gnome-todo-3.26.2.ebuild index aaf89a81..cd463c0d 100644 --- a/gnome-extra/gnome-todo/gnome-todo-3.26.2.ebuild +++ b/gnome-extra/gnome-todo/gnome-todo-3.26.2.ebuild @@ -13,11 +13,10 @@ SLOT="0" KEYWORDS="~amd64" IUSE="doc" -# TODO: Todoist plugin requires 3.25.3 GOA for being able to add a Todoist account RDEPEND=" >=dev-libs/glib-2.43.4:2 >=x11-libs/gtk+-3.22.0:3 - >=net-libs/gnome-online-accounts-3.2.0 + >=net-libs/gnome-online-accounts-3.25.3 >=gnome-extra/evolution-data-server-3.17.1:=[gtk] >=dev-libs/libical-0.43 >=dev-libs/libpeas-1.17 @@ -37,6 +36,7 @@ PATCHES=( src_configure() { # TODO: There aren't any consumers of the introspection outside gnome-todo's own plugins, so maybe we # TODO: should just always build introspection support as an application that needs it for full functionality? + # Todoist plugin requires 3.25.3 GOA for being able to add a Todoist account gnome-meson_src_configure \ -Denable-background-plugin=true \ -Denable-dark-theme-plugin=true \