diff options
author | Matt Turner <mattst88@gentoo.org> | 2022-10-29 17:20:03 -0400 |
---|---|---|
committer | Matt Turner <mattst88@gentoo.org> | 2022-10-30 12:33:55 -0400 |
commit | 8f8f9416a334d6b1bb62c82d2423c24b629401a5 (patch) | |
tree | 84c60bf53b1a1af068f74a83ba41b07230a20053 /gnome-base | |
parent | gnome-base/gnome-flashback: Set remote-id (diff) | |
download | gentoo-8f8f9416a334d6b1bb62c82d2423c24b629401a5.tar.gz gentoo-8f8f9416a334d6b1bb62c82d2423c24b629401a5.tar.bz2 gentoo-8f8f9416a334d6b1bb62c82d2423c24b629401a5.zip |
gnome-base/gnome-keyring: Set remote-id
Signed-off-by: Matt Turner <mattst88@gentoo.org>
Diffstat (limited to 'gnome-base')
-rw-r--r-- | gnome-base/gnome-keyring/metadata.xml | 36 |
1 files changed, 19 insertions, 17 deletions
diff --git a/gnome-base/gnome-keyring/metadata.xml b/gnome-base/gnome-keyring/metadata.xml index 7a62c211d5f0..2e0522eb0b7f 100644 --- a/gnome-base/gnome-keyring/metadata.xml +++ b/gnome-base/gnome-keyring/metadata.xml @@ -1,21 +1,23 @@ <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd"> <pkgmetadata> - <maintainer type="project"> - <email>gnome@gentoo.org</email> - <name>Gentoo GNOME Desktop</name> - </maintainer> - <longdescription lang="en"> - GNOME Keyring is a collection of components in GNOME that store - secrets, passwords, keys, certificates and make them available to - applications. It is integrated with the user's login, so that - their secret storage can be unlocked when the user logins into their - session. It is based around a standard called PKCS#11, which is a - standard way for applications to manage certificates and keys on - 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> - </use> + <maintainer type="project"> + <email>gnome@gentoo.org</email> + <name>Gentoo GNOME Desktop</name> + </maintainer> + <longdescription lang="en"> + GNOME Keyring is a collection of components in GNOME that store + secrets, passwords, keys, certificates and make them available to + applications. It is integrated with the user's login, so that + their secret storage can be unlocked when the user logins into their + session. It is based around a standard called PKCS#11, which is a + standard way for applications to manage certificates and keys on + 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> + </use> + <upstream> + <remote-id type="gnome-gitlab">GNOME/gnome-keyring</remote-id> + </upstream> </pkgmetadata> |