Merge "support cracklib in pam for Gentoo's musl profile"

This commit is contained in:
Zuul 2019-01-21 05:03:48 +00:00 committed by Gerrit Code Review
commit 379f1bdfc0
1 changed files with 1 additions and 0 deletions

View File

@ -34,4 +34,5 @@ if [[ "${GENTOO_PROFILE}" == *"musl"* ]]; then
echo "dev-vcs/git -gpg" >> /etc/portage/package.use/musl # gpg doesn't build on musl profiles
echo "=sys-block/open-iscsi-2.0.874-r1 ~amd64" >> /etc/portage/package.keywords/musl
echo "=sys-block/open-isns-0.97 ~amd64" >> /etc/portage/package.keywords/musl
echo "sys-libs/pam cracklib" >> /etc/portage/package.use/musl
fi