metadata/install-qa-check.d: link wiki (developer guidance) in 60libcrypt-deps

Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
Sam James
2021-06-27 03:07:08 +01:00
parent 59659283ef
commit dd5a5a4131

View File

@@ -29,12 +29,13 @@ libcrypt_check() {
if [[ -n ${libcrypt_consumers[@]} ]]; then
eqawarn "Binary files linked to libcrypt.so found"
eqawarn "But dependency on virtual/libcrypt is not declared"
eqawarn "But a dependency on virtual/libcrypt is not declared!"
eqawarn
eqatag -v virtual-libcrypt.missing "${libcrypt_consumers[@]%% *}"
eqawarn
eqawarn "Please add virtual/libcrypt:= dependency"
eqawarn "Gentoo Bug: https://bugs.gentoo.org/699422"
eqawarn "Gentoo bug: https://bugs.gentoo.org/699422"
eqawarn "See: https://wiki.gentoo.org/wiki/Project:Toolchain/libcrypt_implementation"
fi
}