From 6c0b2b632a9007d556916187b8ff1cbf749f6c54 Mon Sep 17 00:00:00 2001 From: Mart Raudsepp Date: Mon, 8 Jan 2018 15:23:29 +0200 Subject: mail-client/evolution: fix automagic net-mail/ytnef dependency Closes: https://bugs.gentoo.org/637412 Package-Manager: Portage-2.3.19, Repoman-2.3.6 --- mail-client/evolution/evolution-3.24.6.ebuild | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'mail-client/evolution/evolution-3.24.6.ebuild') diff --git a/mail-client/evolution/evolution-3.24.6.ebuild b/mail-client/evolution/evolution-3.24.6.ebuild index 26b43321586d..a56a29bac8e7 100644 --- a/mail-client/evolution/evolution-3.24.6.ebuild +++ b/mail-client/evolution/evolution-3.24.6.ebuild @@ -13,7 +13,7 @@ HOMEPAGE="https://wiki.gnome.org/Apps/Evolution" LICENSE="|| ( LGPL-2 LGPL-3 ) CC-BY-SA-3.0 FDL-1.3+ OPENLDAP" SLOT="2.0" -IUSE="archive +bogofilter crypt geolocation highlight ldap spamassassin spell ssl +weather" +IUSE="archive +bogofilter crypt geolocation highlight ldap spamassassin spell ssl +weather ytnef" KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~x86" @@ -66,6 +66,7 @@ COMMON_DEPEND=" >=dev-libs/nspr-4.6.1:= >=dev-libs/nss-3.11:= ) weather? ( >=dev-libs/libgweather-3.10:2= ) + ytnef? ( net-mail/ytnef ) " DEPEND="${COMMON_DEPEND} app-text/docbook-xml-dtd:4.1.2 @@ -127,6 +128,7 @@ src_configure() { -DENABLE_TEXT_HIGHLIGHT=$(usex highlight) -DENABLE_WEATHER=$(usex weather) -DENABLE_CONTACT_MAPS=$(usex geolocation) + -DENABLE_YTNEF=$(usex ytnef) -DENABLE_PST_IMPORT=OFF -DWITH_GLADE_CATALOG=OFF ) -- cgit v1.2.3-65-gdbad