profile et al: make updates work again

This commit is contained in:
Rick Farina (Zero_Chaos) 2020-05-28 13:30:57 -04:00
parent 5aad00b90d
commit 75345d88e5
No known key found for this signature in database
GPG key ID: A29433C0AA431DDC
3 changed files with 10 additions and 0 deletions

View file

@ -110,3 +110,6 @@ dev-util/appmon
#not ready for python3
#https://github.com/owtf/owtf/issues/949
#net-analyzer/owtf
#deps aren't ready yet, need to switch to gnuradio 3.8
dev-python/numpy-python2

View file

@ -7,6 +7,7 @@ dev-python/pycairo -xcb
#needed by scipy, gnuradio
dev-python/numpy lapack
dev-python/numpy-python2 lapack
#needed by mossmann for interactive python in classes
dev-python/ipython matplotlib

View file

@ -394,6 +394,12 @@ 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
#before main upgrades, let's set a good java-vm
set_java