mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-05-08 20:43:38 +02:00
pentoo-updater: help yate update
This commit is contained in:
parent
ccd6e8f9ed
commit
8af0e7e2d0
2 changed files with 11 additions and 0 deletions
|
|
@ -74,6 +74,7 @@ x11-libs/wxGTK:2.8
|
|||
<dev-libs/icu-65.1
|
||||
<dev-libs/boost-1.72.0
|
||||
<dev-ruby/bundler-1.17.3-r1
|
||||
<net-voip/yate-6.2.0
|
||||
|
||||
#grub:0 is long dead, migration instructions here:
|
||||
#https://wiki.gentoo.org/wiki/GRUB2_Migration
|
||||
|
|
|
|||
|
|
@ -511,6 +511,16 @@ main_checks() {
|
|||
printf "Removing old did_you_mean\n"
|
||||
emerge -C "<dev-ruby/did_you_mean-1.3.1"
|
||||
fi
|
||||
removeme10=$(portageq match / 'dev-libs/ilbc-rfc3951')
|
||||
if [ -n "${removeme10}" ]; then
|
||||
printf "Removing obsolete dev-libs/ilbc-rfc3951\n"
|
||||
emerge -C "dev-libs/ilbc-rfc3951"
|
||||
fi
|
||||
removeme11=$(portageq match / '<net-voip/yate-6.2.0')
|
||||
if [ -n "${removeme11}" ]; then
|
||||
printf "Removing old <net-voip/yate-6.2.0\n"
|
||||
emerge -C "<net-voip/yate-6.2.0"
|
||||
fi
|
||||
|
||||
#before main upgrades, let's set a good java-vm
|
||||
set_java
|
||||
|
|
|
|||
Loading…
Reference in a new issue