commit: dd5a5a413176a62a4badb424c0f9dd8039624bd2
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sun Jun 27 02:07:08 2021 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Jun 27 02:07:08 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dd5a5a41
metadata/install-qa-check.d: link wiki (developer guidance) in 60libcrypt-deps
Signed-off-by: Sam James <sam <AT> gentoo.org>
metadata/install-qa-check.d/60libcrypt-deps | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/metadata/install-qa-check.d/60libcrypt-deps
b/metadata/install-qa-check.d/60libcrypt-deps
index 52220ba9734..53e2e0b9d6f 100644
--- a/metadata/install-qa-check.d/60libcrypt-deps
+++ b/metadata/install-qa-check.d/60libcrypt-deps
@@ -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
}