aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoe Kappus <joe@wt.gd>2023-01-23 21:17:36 -0500
committerJoe Kappus <joe@wt.gd>2023-01-23 21:18:28 -0500
commit4b99b63897a7b9adfc9b7836bb9f60b7eca62849 (patch)
tree11ca267d6f976517104817e26e0f217a1957848c /net-nntp
parentnet-mail/dovecot-fts-xapian: Disable hardening by default (diff)
downloadguru-4b99b63897a7b9adfc9b7836bb9f60b7eca62849.tar.gz
guru-4b99b63897a7b9adfc9b7836bb9f60b7eca62849.tar.bz2
guru-4b99b63897a7b9adfc9b7836bb9f60b7eca62849.zip
net-nntp/pan: fix configure
nls/gkr are use_enable, not use_with Closes: https://bugs.gentoo.org/891703 Signed-off-by: Joe Kappus <joe@wt.gd>
Diffstat (limited to 'net-nntp')
-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)