update version of open-iscsi that is installed on musl

Newer versions of open-iscsi seem to compile on Gentoo / musl.  Use them
if we can.  This also removes the cap on open-iscsi.

Change-Id: I596cb61494e459a419bce6a63deff89f9e78fe23
This commit is contained in:
Matthew Thode 2019-07-22 14:30:32 -05:00
parent fa50926d93
commit ed95b4eba1
No known key found for this signature in database
GPG Key ID: 64A37BEAAE19A4E8

View File

@ -21,8 +21,7 @@ if [[ ${GENTOO_OVERLAYS} != '' ]]; then
# upstream has problems with supporting other libcs still
if [[ "${GENTOO_PROFILE}" == *"musl"* ]]; then
echo '>=sys-block/open-iscsi-2.0.875' >> /etc/portage/package.mask/open-iscsi
echo '=sys-block/open-iscsi-2.0.874-r2' >> /etc/portage/package.keywords/open-iscsi
echo '=sys-block/open-iscsi-2.0.877' >> /etc/portage/package.keywords/open-iscsi
fi
emerge ${GENTOO_EMERGE_DEFAULT_OPTS} --oneshot openssl openssh
# install layman