diff options
author | 2020-08-12 10:43:53 +0200 | |
---|---|---|
committer | 2020-08-12 10:44:13 +0200 | |
commit | b98ddf9be68d1a7d4339c4170559d071d7f1ba8e (patch) | |
tree | a9540e2c3fb75fc46535922b22da86d609a4e685 /mail-client/claws-mail/claws-mail-9999.ebuild | |
parent | dev-tcltk/snack: EAPI 7 and fixes (diff) | |
download | gentoo-b98ddf9be68d1a7d4339c4170559d071d7f1ba8e.tar.gz gentoo-b98ddf9be68d1a7d4339c4170559d071d7f1ba8e.tar.bz2 gentoo-b98ddf9be68d1a7d4339c4170559d071d7f1ba8e.zip |
mail-client/claws-mail: libindicate -> appindicator
Closes: https://bugs.gentoo.org/720312
Package-Manager: Portage-3.0.2, Repoman-2.3.23
Signed-off-by: Lars Wendler <polynomial-c@gentoo.org>
Diffstat (limited to 'mail-client/claws-mail/claws-mail-9999.ebuild')
-rw-r--r-- | mail-client/claws-mail/claws-mail-9999.ebuild | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/mail-client/claws-mail/claws-mail-9999.ebuild b/mail-client/claws-mail/claws-mail-9999.ebuild index 7956bc9f6f7b..e968982b5db6 100644 --- a/mail-client/claws-mail/claws-mail-9999.ebuild +++ b/mail-client/claws-mail/claws-mail-9999.ebuild @@ -20,13 +20,15 @@ fi SLOT="0" LICENSE="GPL-3" -IUSE="archive bogofilter calendar clamav dbus debug dillo doc gdata +gnutls gtk2 +imap ipv6 ldap +libcanberra +libindicate +libnotify litehtml networkmanager nls nntp +notification pdf perl +pgp python rss session sieve smime spamassassin spam-report spell startup-notification svg valgrind xface" -REQUIRED_USE="libcanberra? ( notification ) - libindicate? ( notification ) +IUSE="+appindicator archive bogofilter calendar clamav dbus debug dillo doc gdata +gnutls gtk2 +imap ipv6 ldap +libcanberra +libnotify litehtml networkmanager nls nntp +notification pdf perl +pgp python rss session sieve smime spamassassin spam-report spell startup-notification svg valgrind xface" +REQUIRED_USE=" + appindicator? ( notification ) + libcanberra? ( notification ) libnotify? ( notification ) networkmanager? ( dbus ) python? ( ${PYTHON_REQUIRED_USE} ) - smime? ( pgp )" + smime? ( pgp ) +" COMMONDEPEND=" dev-libs/nettle:= @@ -66,8 +68,8 @@ COMMONDEPEND=" nntp? ( >=net-libs/libetpan-0.57 ) notification? ( dev-libs/glib:2 + appindicator? ( dev-libs/libindicate:3[gtk] ) libcanberra? ( media-libs/libcanberra[gtk] ) - libindicate? ( dev-libs/libindicate:3[gtk] ) libnotify? ( x11-libs/libnotify ) ) pdf? ( app-text/poppler[cairo] ) |