summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGluzskiy Alexandr <sss@sss.chaoslab.ru>2017-08-22 23:41:12 +0300
committerGluzskiy Alexandr <sss@sss.chaoslab.ru>2017-08-22 23:41:12 +0300
commit2a42396c99fa3b65e1177f68134ccf3f4db6d27d (patch)
tree19f808ca2a59e4ea94c3efc5e2cb1f046b89147c
parent7c6a19618c7dce6f474e32f8f013d3f1359c567a (diff)
evolution-data-server: kerberos useflag fix
-rw-r--r--gnome-extra/evolution-data-server/evolution-data-server-scm.ebuild3
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
}