aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLeonardo Hernández Hernández <leohdz172@proton.me>2023-01-12 14:28:53 -0600
committerLeonardo Hernández Hernández <leohdz172@proton.me>2023-01-12 14:28:53 -0600
commit4e3463a39736c343763352549a80da6a0edcf428 (patch)
treead6ae740575cf99951e378ba26d591156aa95590 /www-apps
parentwww-apps/code-server-bin: update upstream metadata (diff)
downloadguru-4e3463a39736c343763352549a80da6a0edcf428.tar.gz
guru-4e3463a39736c343763352549a80da6a0edcf428.tar.bz2
guru-4e3463a39736c343763352549a80da6a0edcf428.zip
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>
Diffstat (limited to 'www-apps')
-rw-r--r--www-apps/code-server-bin/code-server-bin-4.9.1.ebuild5
1 files changed, 2 insertions, 3 deletions
diff --git a/www-apps/code-server-bin/code-server-bin-4.9.1.ebuild b/www-apps/code-server-bin/code-server-bin-4.9.1.ebuild
index 91788b4e1..f980ee526 100644
--- a/www-apps/code-server-bin/code-server-bin-4.9.1.ebuild
+++ b/www-apps/code-server-bin/code-server-bin-4.9.1.ebuild
@@ -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}"