From 2a42396c99fa3b65e1177f68134ccf3f4db6d27d Mon Sep 17 00:00:00 2001 From: Gluzskiy Alexandr Date: Tue, 22 Aug 2017 23:41:12 +0300 Subject: evolution-data-server: kerberos useflag fix --- gnome-extra/evolution-data-server/evolution-data-server-scm.ebuild | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'gnome-extra') 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 } -- cgit v1.2.3