profile/pentoo-updater: need to actually remove capstone-bindings, not mask it

This commit is contained in:
Rick Farina (Zero_Chaos) 2019-11-06 12:34:24 -05:00
parent b8514787b0
commit 3e34ae6ec7
No known key found for this signature in database
GPG key ID: A29433C0AA431DDC
2 changed files with 5 additions and 1 deletions

View file

@ -109,5 +109,4 @@ sys-boot/grub-static
#https://github.com/pentoo/pentoo-overlay/issues/484
net-misc/seafile-server
dev-libs/capstone-bindings
<dev-tex/pgf-3.1.4b-r2

View file

@ -357,6 +357,11 @@ if [ -n "${removeme3}" ]; then
printf "Removing hardblocked xcolor...\n"
emerge -C "=${removeme3}"
fi
removeme4=$(portageq match / 'dev-libs/capstone-bindings')
if [ -n "${removeme4}" ]; then
printf "Removing collision inducing capstone-bindings...\n"
emerge -C "=${removeme4}"
fi
#before main upgrades, let's set a good java-vm
set_java