commit:     4b99b63897a7b9adfc9b7836bb9f60b7eca62849
Author:     Joe Kappus <joe <AT> wt <DOT> gd>
AuthorDate: Tue Jan 24 02:17:36 2023 +0000
Commit:     Joe Kappus <joe <AT> wt <DOT> gd>
CommitDate: Tue Jan 24 02:18:28 2023 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=4b99b638

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 <AT> wt.gd>

 net-nntp/pan/pan-0.154.ebuild | 4 ++--
 1 file 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)

Reply via email to