Install the test profile on Gentoo too

As with all other distros, make sure the packages flagged for the
test profile are also passed to emerge on Gentoo in the
install-distro-packages.sh script.

Change-Id: Ic24fe6ce63842c04136db2cf52aa6f31cbab91f8
This commit is contained in:
Jeremy Stanley 2017-05-25 13:40:46 +00:00
parent c04d57e8aa
commit 6e95fa8066

View File

@ -49,7 +49,7 @@ until $BINDEP -b -f $PACKAGES test; do
elif emerge --version >/dev/null 2>&1 ; then
sudo emerge -uDNq --jobs=4 @world
sudo PATH=/usr/sbin:/sbin:$PATH emerge -q --jobs=4 \
`$BINDEP -b -f $PACKAGES`
`$BINDEP -b -f $PACKAGES test`
elif zypper --version >/dev/null 2>&1 ; then
sudo PATH=/usr/sbin:/sbin:$PATH zypper --non-interactive install \
`$BINDEP -b -f $PACKAGES test`