diff options
-rw-r--r-- | gnome-extra/evolution-data-server/evolution-data-server-scm.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gnome-extra/evolution-data-server/evolution-data-server-scm.ebuild b/gnome-extra/evolution-data-server/evolution-data-server-scm.ebuild index 5f9cab4..1a528b1 100644 --- a/gnome-extra/evolution-data-server/evolution-data-server-scm.ebuild +++ b/gnome-extra/evolution-data-server/evolution-data-server-scm.ebuild @@ -17,7 +17,7 @@ LICENSE="|| ( LGPL-2 LGPL-3 ) BSD Sleepycat" #SLOT="0/59" # subslot = libcamel-1.2 soname version SLOT="0" -IUSE="api-doc-extras berkdb +gnome-online-accounts +gtk google +introspection ipv6 ldap kerberos vala +weather" +IUSE="api-doc-extras berkdb +gnome-online-accounts +gtk google +introspection ipv6 ldap -kerberos vala +weather" REQUIRED_USE="vala? ( introspection )" KEYWORDS="" @@ -109,6 +109,7 @@ src_configure() { $(cmake-utils_use_enable google GOOGLE) $(cmake-utils_use_enable gtk GTK) $(cmake-utils_use_enable weather WEATHER) + $(cmake-utils_use_with kerberos KRB5) ) cmake-utils_src_configure } |