mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user