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:
parent
fa50926d93
commit
ed95b4eba1
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user