summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexander Kurakin <kuraga333@mail.ru>2022-10-25 21:49:18 +0300
committerBernard Cafarelli <voyageur@gentoo.org>2022-10-27 09:06:56 +0200
commitcfc355035155e0ba4083fd44edd6d2d7c77e29f0 (patch)
tree355248e90bc9a8f4f23aa5adbdfaad682ee7e056 /mail-client
parentmail-client/claws-mail-4.1.1: add oauth flag (diff)
downloadgentoo-cfc355035155e0ba4083fd44edd6d2d7c77e29f0.tar.gz
gentoo-cfc355035155e0ba4083fd44edd6d2d7c77e29f0.tar.bz2
gentoo-cfc355035155e0ba4083fd44edd6d2d7c77e29f0.zip
mail-client/claws-mail: sync live
Bug: https://bugs.gentoo.org/878305 Signed-off-by: Alexander Kurakin <kuraga333@mail.ru> Closes: https://github.com/gentoo/gentoo/pull/27950 Signed-off-by: Bernard Cafarelli <voyageur@gentoo.org>
Diffstat (limited to 'mail-client')
-rw-r--r--mail-client/claws-mail/claws-mail-9999.ebuild4
1 files changed, 3 insertions, 1 deletions
diff --git a/mail-client/claws-mail/claws-mail-9999.ebuild b/mail-client/claws-mail/claws-mail-9999.ebuild
index b4732cb9f330..ebf3c59858ec 100644
--- a/mail-client/claws-mail/claws-mail-9999.ebuild
+++ b/mail-client/claws-mail/claws-mail-9999.ebuild
@@ -22,11 +22,12 @@ SLOT="0"
QA_PKGCONFIG_VERSION="${PV}.0"
LICENSE="GPL-3"
-IUSE="archive bogofilter calendar clamav dbus debug dillo doc gdata +gnutls +imap ldap +libcanberra +libnotify litehtml networkmanager nls nntp +notification pdf perl +pgp rss session sieve smime spamassassin spam-report spell startup-notification svg valgrind webkit xface"
+IUSE="archive bogofilter calendar clamav dbus debug dillo doc gdata +gnutls +imap ldap +libcanberra +libnotify litehtml networkmanager nls nntp +notification +oauth pdf perl +pgp rss session sieve smime spamassassin spam-report spell startup-notification svg valgrind webkit xface"
REQUIRED_USE="
libcanberra? ( notification )
libnotify? ( notification )
networkmanager? ( dbus )
+ oauth? ( gnutls )
smime? ( pgp )
"
@@ -150,6 +151,7 @@ src_configure() {
$(use_enable networkmanager)
$(use_enable nls)
$(use_enable notification notification-plugin)
+ $(use_enable oauth oauth2)
$(use_enable pdf pdf_viewer-plugin)
$(use_enable perl perl-plugin)
$(use_enable pgp pgpcore-plugin)