From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id DA97A15800F for ; Tue, 24 Jan 2023 02:19:23 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0E70DE07B3; Tue, 24 Jan 2023 02:19:23 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id E3F51E07B3 for ; Tue, 24 Jan 2023 02:19:22 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 83C3C340D00 for ; Tue, 24 Jan 2023 02:19:21 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9EBF5828 for ; Tue, 24 Jan 2023 02:19:19 +0000 (UTC) From: "Joe Kappus" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Joe Kappus" Message-ID: <1674526708.4b99b63897a7b9adfc9b7836bb9f60b7eca62849.joe@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: net-nntp/pan/ X-VCS-Repository: repo/proj/guru X-VCS-Files: net-nntp/pan/pan-0.154.ebuild X-VCS-Directories: net-nntp/pan/ X-VCS-Committer: joe X-VCS-Committer-Name: Joe Kappus X-VCS-Revision: 4b99b63897a7b9adfc9b7836bb9f60b7eca62849 X-VCS-Branch: dev Date: Tue, 24 Jan 2023 02:19:19 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 213270db-0307-46f9-ae00-089abfaba8b2 X-Archives-Hash: 0983ff561090d13e4211e5e0df1eee5c commit: 4b99b63897a7b9adfc9b7836bb9f60b7eca62849 Author: Joe Kappus wt gd> AuthorDate: Tue Jan 24 02:17:36 2023 +0000 Commit: Joe Kappus wt 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 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)