pentoo-updater: remove old numpy to allow upgrade

This commit is contained in:
Rick Farina (Zero_Chaos) 2020-06-02 22:58:37 -04:00
parent 246e757aa3
commit 8f0cfbf12a
No known key found for this signature in database
GPG key ID: A29433C0AA431DDC

View file

@ -394,12 +394,11 @@ main_checks() {
printf "Removing obsolete jpeg-62 virtual\n"
emerge -C "=${removeme6}"
fi
#gnuradio 3.7 breaks the dep tree here, uncomment this after 3.8 is ready
#removeme7=$(portageq match / '<dev-python/numpy-1.17')
#if [ -n "${removeme7}" ]; then
# printf "Removing pre-split numpy\n"
# emerge -C "<dev-python/numpy-1.17"
#fi
removeme7=$(portageq match / '<dev-python/numpy-1.17')
if [ -n "${removeme7}" ]; then
printf "Removing pre-split numpy\n"
emerge -C "<dev-python/numpy-1.17"
fi
#before main upgrades, let's set a good java-vm
set_java