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 ACC1D1382C5 for ; Sat, 17 Apr 2021 22:23:13 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 035CAE0817; Sat, 17 Apr 2021 22:23:13 +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 DE1E7E07FA for ; Sat, 17 Apr 2021 22:23:12 +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 ED73F33BEF2 for ; Sat, 17 Apr 2021 22:23:11 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8C7D04A5 for ; Sat, 17 Apr 2021 22:23:10 +0000 (UTC) From: "Matt Turner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Matt Turner" Message-ID: <1618697903.03040bf13c5ede7006179156dba92d0c2607455d.mattst88@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: gnome-extra/evolution-data-server/ X-VCS-Repository: repo/gentoo X-VCS-Files: gnome-extra/evolution-data-server/evolution-data-server-3.40.0.ebuild X-VCS-Directories: gnome-extra/evolution-data-server/ X-VCS-Committer: mattst88 X-VCS-Committer-Name: Matt Turner X-VCS-Revision: 03040bf13c5ede7006179156dba92d0c2607455d X-VCS-Branch: master Date: Sat, 17 Apr 2021 22:23:10 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 3117c326-de02-4f37-b8af-0cf51a51c0cd X-Archives-Hash: 121a2166ef79c0434842de56af13851f commit: 03040bf13c5ede7006179156dba92d0c2607455d Author: Matt Turner gentoo org> AuthorDate: Sat Apr 17 21:59:04 2021 +0000 Commit: Matt Turner gentoo org> CommitDate: Sat Apr 17 22:18:23 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=03040bf1 gnome-extra/evolution-data-server: Depend on libgdata[vala?] If vala bindings are enabled, then we need libgdata's vala bindings if either oauth or gnome-online-accounts are enabled. Closes: https://bugs.gentoo.org/783234 Signed-off-by: Matt Turner gentoo.org> gnome-extra/evolution-data-server/evolution-data-server-3.40.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gnome-extra/evolution-data-server/evolution-data-server-3.40.0.ebuild b/gnome-extra/evolution-data-server/evolution-data-server-3.40.0.ebuild index b3be8a8da1f..339c57dfea0 100644 --- a/gnome-extra/evolution-data-server/evolution-data-server-3.40.0.ebuild +++ b/gnome-extra/evolution-data-server/evolution-data-server-3.40.0.ebuild @@ -20,7 +20,7 @@ KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~ # gdata-0.17.7 soft required for new gdata_feed_get_next_page_token API to handle more than 100 google tasks # berkdb needed only for migrating old addressbook data from <3.13 versions, bug #519512 -gdata_depend=">=dev-libs/libgdata-0.17.7:=" +gdata_depend=">=dev-libs/libgdata-0.17.7:=[vala?]" RDEPEND=" >=app-crypt/gcr-3.4 >=app-crypt/libsecret-0.5[crypt]