metadata/install-qa-check.d: adjust 60libcrypt-deps

check if ebuild has a dep on sys-libs/libxcrypt and return

Signed-off-by: Georgy Yakovlev <gyakovlev@gentoo.org>
This commit is contained in:
Georgy Yakovlev
2021-07-01 01:54:51 -07:00
parent 4725887297
commit a4c3ee50fb

View File

@@ -17,7 +17,7 @@ libcrypt_check() {
;;
esac
if grep -q "virtual/libcrypt" <<<${RDEPEND}; then
if grep -q -E "virtual/libcrypt|sys-libs/libxcrypt" <<<${RDEPEND}; then
# nothing to do here
return
fi