diff options
author | Lars Wendler <polynomial-c@gentoo.org> | 2021-11-20 14:06:35 +0100 |
---|---|---|
committer | Lars Wendler <polynomial-c@gentoo.org> | 2021-11-20 14:21:29 +0100 |
commit | 57236e8dfdb9d87de18f60164c2b196746163b32 (patch) | |
tree | b8a6b40e3e9469857b24a0a4abef19b4fa0110dd /mail-client | |
parent | app-i18n/unicode-cldr: mark ALLARCHES (diff) | |
download | gentoo-57236e8dfdb9d87de18f60164c2b196746163b32.tar.gz gentoo-57236e8dfdb9d87de18f60164c2b196746163b32.tar.bz2 gentoo-57236e8dfdb9d87de18f60164c2b196746163b32.zip |
mail-client/claws-mail: Re-enable fancy plugin
Signed-off-by: Lars Wendler <polynomial-c@gentoo.org>
Diffstat (limited to 'mail-client')
-rw-r--r-- | mail-client/claws-mail/claws-mail-4.0.0.ebuild | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/mail-client/claws-mail/claws-mail-4.0.0.ebuild b/mail-client/claws-mail/claws-mail-4.0.0.ebuild index 2881f9a1b138..04764842d2c5 100644 --- a/mail-client/claws-mail/claws-mail-4.0.0.ebuild +++ b/mail-client/claws-mail/claws-mail-4.0.0.ebuild @@ -21,7 +21,7 @@ fi SLOT="0" LICENSE="GPL-3" -IUSE="+appindicator archive bogofilter calendar clamav dbus debug dillo doc gdata +gnutls +imap ipv6 ldap +libcanberra +libnotify litehtml networkmanager nls nntp +notification pdf perl +pgp rss session sieve smime spamassassin spam-report spell startup-notification svg valgrind xface" +IUSE="+appindicator archive bogofilter calendar clamav dbus debug dillo doc gdata +gnutls +imap ipv6 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" REQUIRED_USE=" appindicator? ( notification ) libcanberra? ( notification ) @@ -83,6 +83,7 @@ COMMONDEPEND=" startup-notification? ( x11-libs/startup-notification ) svg? ( >=gnome-base/librsvg-2.40.5 ) valgrind? ( dev-util/valgrind ) + webkit? ( net-libs/webkit-gtk:4 ) " DEPEND="${COMMONDEPEND} @@ -121,7 +122,6 @@ src_configure() { local myeconfargs=( --disable-bsfilter-plugin - --disable-fancy-plugin --disable-generic-umpc --disable-jpilot #735118 --enable-acpi_notifier-plugin @@ -166,6 +166,7 @@ src_configure() { $(use_enable startup-notification) $(use_enable svg) $(use_enable valgrind valgrind) + $(use_enable webkit fancy-plugin) $(use_enable xface compface) ) |