aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--net-nntp/pan/pan-0.154.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/net-nntp/pan/pan-0.154.ebuild b/net-nntp/pan/pan-0.154.ebuild
index 267576466d..f1e8285fee 100644
--- a/net-nntp/pan/pan-0.154.ebuild
+++ b/net-nntp/pan/pan-0.154.ebuild
@@ -45,8 +45,8 @@ src_prepare() {
src_configure() {
local myconf=(
$(use_with dbus) \
- $(use_with gnome-keyring gkr) \
- $(use_with nls) \
+ $(use_enable gnome-keyring gkr) \
+ $(use_enable nls) \
$(use_with spell gtkspell) \
$(use_enable libnotify) \
$(use_with ssl gnutls)