commit: 21a0d332991496be2acbeb0d98abff906b9241de
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sun May 14 12:17:05 2023 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> 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 <asturm <AT> 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() {