commit: 9927d482e1065a52357dd3bc789ec8d5e9ca8356 Author: Florian Schmaus <flow <AT> gentoo <DOT> org> AuthorDate: Mon Oct 20 19:04:19 2025 +0000 Commit: Florian Schmaus <flow <AT> gentoo <DOT> org> CommitDate: Mon Nov 17 16:28:31 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9927d482
gnome-base/gnome-keyring: fix USE=ssh-agent description Starting with version 3.27.92, gnome-keyring stopped using its own implementation of ssh-agent and instead uses the "stock" ssh-agent from OpenSSH. Hence, all key kinds that ssh-agent supports are supported by gnome-keyring. Signed-off-by: Florian Schmaus <flow <AT> gentoo.org> Part-of: https://github.com/gentoo/gentoo/pull/44264 Closes: https://github.com/gentoo/gentoo/pull/44264 gnome-base/gnome-keyring/metadata.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gnome-base/gnome-keyring/metadata.xml b/gnome-base/gnome-keyring/metadata.xml index 2e0522eb0b7f..fcf09da9f772 100644 --- a/gnome-base/gnome-keyring/metadata.xml +++ b/gnome-base/gnome-keyring/metadata.xml @@ -15,7 +15,7 @@ smart cards or secure storage. </longdescription> <use> - <flag name="ssh-agent">Use GNOME Keyring to unlock SSH keys. Recommended unless you are using ECDSA or Ed25519 keys.</flag> + <flag name="ssh-agent">Use GNOME Keyring to unlock SSH keys.</flag> </use> <upstream> <remote-id type="gnome-gitlab">GNOME/gnome-keyring</remote-id>
