commit: 4e3463a39736c343763352549a80da6a0edcf428 Author: Leonardo Hernández Hernández <leohdz172 <AT> proton <DOT> me> AuthorDate: Thu Jan 12 20:28:53 2023 +0000 Commit: Leonardo Hernandez <leohdz172 <AT> proton <DOT> me> CommitDate: Thu Jan 12 20:28:53 2023 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=4e3463a3
www-apps/code-server-bin: drop IUSE=gnome-keyring Closes: https://bugs.gentoo.org/889236 Signed-off-by: Leonardo Hernández Hernández <leohdz172 <AT> proton.me> www-apps/code-server-bin/code-server-bin-4.9.1.ebuild | 5 ++--- 1 file 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}"
