www-apps/code-server-bin: drop IUSE=gnome-keyring

Closes: https://bugs.gentoo.org/889236
Signed-off-by: Leonardo Hernández Hernández <leohdz172@proton.me>
This commit is contained in:
Leonardo Hernández Hernández
2023-01-12 14:28:53 -06:00
parent ddc1581f9d
commit 4e3463a397

View File

@@ -1,4 +1,4 @@
# Copyright 1999-2022 Gentoo Authors
# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@@ -23,13 +23,12 @@ LICENSE="MIT 0BSD ISC PYTHON BSD-2 BSD Apache-2.0 Unlicense LGPL-2.1+
"
SLOT="0"
KEYWORDS="~amd64 ~arm64"
IUSE="gnome-keyring"
RDEPEND="
${DEPEND}
>=net-libs/nodejs-16.0.0[ssl]
sys-apps/ripgrep
gnome-keyring? ( app-crypt/libsecret )
app-crypt/libsecret
"
S="${WORKDIR}/${MY_P}-linux-${ARCH}"