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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id E4AA9158089 for ; Thu, 12 Oct 2023 14:16:05 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id F17D92BC01C; Thu, 12 Oct 2023 14:16:04 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id D11E32BC01C for ; Thu, 12 Oct 2023 14:16:04 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 924AD335C11 for ; Thu, 12 Oct 2023 14:16:03 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A1337ECB for ; Thu, 12 Oct 2023 14:16:01 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1697120157.0d65b4c7169a5b78c7f11d1284177c15a8e873ac.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: gnome-extra/evolution-ews/ X-VCS-Repository: repo/gentoo X-VCS-Files: gnome-extra/evolution-ews/evolution-ews-3.48.2.ebuild gnome-extra/evolution-ews/evolution-ews-3.50.0.ebuild X-VCS-Directories: gnome-extra/evolution-ews/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 0d65b4c7169a5b78c7f11d1284177c15a8e873ac X-VCS-Branch: master Date: Thu, 12 Oct 2023 14:16:01 +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: c2f09ae8-568c-4246-b6c8-6682b9392f11 X-Archives-Hash: b26bed1e1c96d7d1673f716bc706609d commit: 0d65b4c7169a5b78c7f11d1284177c15a8e873ac Author: Michał Górny gentoo org> AuthorDate: Thu Oct 12 13:11:44 2023 +0000 Commit: Michał Górny gentoo org> CommitDate: Thu Oct 12 14:15:57 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0d65b4c7 gnome-extra/evolution-ews: Update postinst message for eds flags Signed-off-by: Michał Górny gentoo.org> Closes: https://github.com/gentoo/gentoo/pull/33310 Signed-off-by: Michał Górny gentoo.org> gnome-extra/evolution-ews/evolution-ews-3.48.2.ebuild | 2 +- gnome-extra/evolution-ews/evolution-ews-3.50.0.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/gnome-extra/evolution-ews/evolution-ews-3.48.2.ebuild b/gnome-extra/evolution-ews/evolution-ews-3.48.2.ebuild index 5cfc13424a53..d7386da63cd5 100644 --- a/gnome-extra/evolution-ews/evolution-ews-3.48.2.ebuild +++ b/gnome-extra/evolution-ews/evolution-ews-3.48.2.ebuild @@ -68,5 +68,5 @@ src_install() { } pkg_postinst() { - optfeature "oauth support" gnome-extra/evolution-data-server[oauth] + optfeature "oauth support" "gnome-extra/evolution-data-server[oauth-gtk3]" } diff --git a/gnome-extra/evolution-ews/evolution-ews-3.50.0.ebuild b/gnome-extra/evolution-ews/evolution-ews-3.50.0.ebuild index 71316caf73dc..def2f07990d7 100644 --- a/gnome-extra/evolution-ews/evolution-ews-3.50.0.ebuild +++ b/gnome-extra/evolution-ews/evolution-ews-3.50.0.ebuild @@ -68,5 +68,5 @@ src_install() { } pkg_postinst() { - optfeature "oauth support" gnome-extra/evolution-data-server[oauth] + optfeature "oauth support" "gnome-extra/evolution-data-server[oauth-gtk3]" }