diff options
author | Robin H. Johnson <robbat2@gentoo.org> | 2018-11-13 23:03:52 -0800 |
---|---|---|
committer | Robin H. Johnson <robbat2@gentoo.org> | 2018-11-13 23:06:29 -0800 |
commit | 5d2eef62c1e6dea87e974fdf99667914ec6a1807 (patch) | |
tree | 2ad1e25025d4666871beeac57db18a4f734e93e6 /sys-auth/ssh-ldap-pubkey/metadata.xml | |
parent | dev-ruby/ecma-re-validator: add 0.2.0 (diff) | |
download | gentoo-5d2eef62c1e6dea87e974fdf99667914ec6a1807.tar.gz gentoo-5d2eef62c1e6dea87e974fdf99667914ec6a1807.tar.bz2 gentoo-5d2eef62c1e6dea87e974fdf99667914ec6a1807.zip |
sys-auth/ssh-ldap-pubkey: selectively install LPK schema file
The LPK schema file is only needed on LDAP servers, and otherwise causes
this package to block the OpenSSH upgrade everywhere. By making it
optional and not enabled by default, the OpenSSH upgrade is much
smoother.
Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
Package-Manager: Portage-2.3.51, Repoman-2.3.10
Diffstat (limited to 'sys-auth/ssh-ldap-pubkey/metadata.xml')
-rw-r--r-- | sys-auth/ssh-ldap-pubkey/metadata.xml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sys-auth/ssh-ldap-pubkey/metadata.xml b/sys-auth/ssh-ldap-pubkey/metadata.xml index 798419df9115..d01451ddfccd 100644 --- a/sys-auth/ssh-ldap-pubkey/metadata.xml +++ b/sys-auth/ssh-ldap-pubkey/metadata.xml @@ -9,4 +9,7 @@ <bugs-to>https://github.com/jirutka/ssh-ldap-pubkey/issues</bugs-to> <remote-id type="github">jirutka/ssh-ldap-pubkey</remote-id> </upstream> + <use> + <flag name="schema">Install a copy of the LPK schema, only needed on LDAP servers.</flag> + </use> </pkgmetadata> |