diff options
author | Joe Kappus <joe@wt.gd> | 2023-01-23 21:17:36 -0500 |
---|---|---|
committer | Joe Kappus <joe@wt.gd> | 2023-01-23 21:18:28 -0500 |
commit | 4b99b63897a7b9adfc9b7836bb9f60b7eca62849 (patch) | |
tree | 11ca267d6f976517104817e26e0f217a1957848c /net-nntp | |
parent | net-mail/dovecot-fts-xapian: Disable hardening by default (diff) | |
download | guru-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.ebuild | 4 |
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 267576466..f1e8285fe 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) |