summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'metadata')
-rw-r--r--metadata/install-qa-check.d/60libcrypt-deps5
1 files changed, 3 insertions, 2 deletions
diff --git a/metadata/install-qa-check.d/60libcrypt-deps b/metadata/install-qa-check.d/60libcrypt-deps
index 52220ba97344..53e2e0b9d6fb 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
}