From cfc355035155e0ba4083fd44edd6d2d7c77e29f0 Mon Sep 17 00:00:00 2001 From: Alexander Kurakin Date: Tue, 25 Oct 2022 21:49:18 +0300 Subject: mail-client/claws-mail: sync live Bug: https://bugs.gentoo.org/878305 Signed-off-by: Alexander Kurakin Closes: https://github.com/gentoo/gentoo/pull/27950 Signed-off-by: Bernard Cafarelli --- mail-client/claws-mail/claws-mail-9999.ebuild | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'mail-client') 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) -- cgit v1.2.3-65-gdbad