pentoo-updater: remove conflicting metasm

This commit is contained in:
Rick Farina (Zero_Chaos) 2021-07-12 15:06:10 -04:00
parent 7d84c533c1
commit 6c53e263c0
No known key found for this signature in database
GPG key ID: A29433C0AA431DDC

View file

@ -536,6 +536,11 @@ main_checks() {
printf "Removing old <net-voip/yate-6.2.0\n"
emerge -C "<net-voip/yate-6.2.0"
fi
removeme12=$(portageq match / '<dev-ruby/metasm-1.0.5')
if [ -n "${removeme12}" ]; then
printf "Removing old <dev-ruby/metasm-1.0.5\n"
emerge -C "<dev-ruby/metasm-1.0.5"
fi
#before main upgrades, let's set a good java-vm
set_java