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@gentoo.org>
Part-of: https://github.com/gentoo/gentoo/pull/44264
Closes: https://github.com/gentoo/gentoo/pull/44264
This commit is contained in:
Florian Schmaus
2025-10-20 21:04:19 +02:00
parent 45a44f57b7
commit 9927d482e1

View File

@@ -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>