mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-05 12:38:09 -07:00
gnome-base/gnome-keyring: Re-enable ssh-agent by default
Re-enable the old gnome-keyring ssh-agent by default until we clarify with upstream the right way to auto-start (or start when needed) the newer gcr provided one. For now, no distribution manages to properly handle this: some have a broken setup due them disabling gnome-keyring one while not ensuring gcr one is launched; other distributions re-enabled gnome-keyring one as we are doing now until situation is clarified. For more information, please look into: https://github.com/gentoo/gentoo/pull/44265 You will find there all the bugs/references that I could find about this bug. Thanks-to: Florian Schmaus Bug: https://bugs.gentoo.org/964756 Closes: https://github.com/gentoo/gentoo/pull/44265 Bug: https://bugs.gentoo.org/964741 Signed-off-by: Pacho Ramos <pacho@gentoo.org>
This commit is contained in:
@@ -12,7 +12,7 @@ HOMEPAGE="https://gitlab.gnome.org/GNOME/gnome-keyring"
|
||||
LICENSE="GPL-2+ LGPL-2+"
|
||||
SLOT="0"
|
||||
KEYWORDS="~alpha amd64 arm arm64 ~loong ~mips ppc ppc64 ~riscv ~sparc x86 ~amd64-linux ~x86-linux"
|
||||
IUSE="caps pam selinux ssh-agent systemd test"
|
||||
IUSE="caps pam selinux +ssh-agent systemd test"
|
||||
RESTRICT="!test? ( test )"
|
||||
|
||||
RDEPEND="
|
||||
|
||||
Reference in New Issue
Block a user