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)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 12E0015806E for ; Thu, 18 May 2023 12:17:38 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A592AE07EF; Thu, 18 May 2023 12:17:34 +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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 889CCE07EF for ; Thu, 18 May 2023 12:17:34 +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)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id F3D8F340C54 for ; Thu, 18 May 2023 12:17:32 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2C39FA7D for ; Thu, 18 May 2023 12:17:30 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1684411749.21a0d332991496be2acbeb0d98abff906b9241de.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-fs/smbnetfs/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-fs/smbnetfs/smbnetfs-0.6.3.ebuild X-VCS-Directories: net-fs/smbnetfs/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 21a0d332991496be2acbeb0d98abff906b9241de X-VCS-Branch: master Date: Thu, 18 May 2023 12:17:30 +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: c8dae3cf-3528-46f2-bd79-81112e16e5ee X-Archives-Hash: 162910964855d7085d915613559ed318 commit: 21a0d332991496be2acbeb0d98abff906b9241de Author: Andreas Sturmlechner gentoo org> AuthorDate: Sun May 14 12:17:05 2023 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Thu May 18 12:09:09 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=21a0d332 net-fs/smbnetfs: Rename USE=gnome-keyring -> keyring Signed-off-by: Andreas Sturmlechner gentoo.org> net-fs/smbnetfs/smbnetfs-0.6.3.ebuild | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/net-fs/smbnetfs/smbnetfs-0.6.3.ebuild b/net-fs/smbnetfs/smbnetfs-0.6.3.ebuild index 0b5de0a87a5d..a332b0bef370 100644 --- a/net-fs/smbnetfs/smbnetfs-0.6.3.ebuild +++ b/net-fs/smbnetfs/smbnetfs-0.6.3.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -11,12 +11,12 @@ SRC_URI="mirror://sourceforge/project/${PN}/${PN}/SMBNetFS-${PV}/${P}.tar.bz2" LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64 ~x86 ~x86-linux" -IUSE="gnome-keyring" +IUSE="keyring" RDEPEND=">=sys-fs/fuse-2.3:0= >=net-fs/samba-4.2 >=dev-libs/glib-2.30 - gnome-keyring? ( app-crypt/libsecret )" + keyring? ( app-crypt/libsecret )" DEPEND="${RDEPEND} virtual/pkgconfig" @@ -33,7 +33,7 @@ For quick usage, exec: " src_configure() { - econf $(use_with gnome-keyring libsecret) + econf $(use_with keyring libsecret) } src_install() {