summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2021-06-27 03:07:08 +0100
committerSam James <sam@gentoo.org>2021-06-27 03:07:08 +0100
commitdd5a5a413176a62a4badb424c0f9dd8039624bd2 (patch)
tree08b9b15e84b6493b16eb8ad562d6b307b8d207c9 /metadata
parentapp-emulation/open-vm-tools: Depend on virtual/libcrypt only with USE="-pam". (diff)
downloadgentoo-dd5a5a413176a62a4badb424c0f9dd8039624bd2.tar.gz
gentoo-dd5a5a413176a62a4badb424c0f9dd8039624bd2.tar.bz2
gentoo-dd5a5a413176a62a4badb424c0f9dd8039624bd2.zip
metadata/install-qa-check.d: link wiki (developer guidance) in 60libcrypt-deps
Signed-off-by: Sam James <sam@gentoo.org>
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
}