mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-02-11 18:06:10 +01:00
profile/pentoo-updater: need to actually remove capstone-bindings, not mask it
This commit is contained in:
parent
b8514787b0
commit
3e34ae6ec7
2 changed files with 5 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue