pentoo-updater: migrate to udev correctly

This commit is contained in:
Rick Farina (Zero_Chaos) 2021-09-30 11:00:22 -04:00
parent 62896530c6
commit 68c9d2f604
No known key found for this signature in database
GPG key ID: A29433C0AA431DDC
2 changed files with 8 additions and 6 deletions

View file

@ -65,6 +65,9 @@ x11-libs/wxGTK:2.8
<sys-devel/llvm-11.1.0
<sys-devel/clang-11.1.0
#gentoo is deprecating this, why wait
sys-fs/eudev
#This versions of binutils are known broken
#run "emerge --update binutils" then remove the broken versions
<sys-devel/binutils-2.32-r1
@ -133,9 +136,3 @@ dev-python/brotlipy
dev-lang/lua:0
=net-dns/dnsmasq-2.83-r1
=net-dns/dnsmasq-2.84
#breaks catalyst
#>dev-python/snakeoil-0.9.5
#requires new snakeoil
#>=sys-apps/pkgcore-0.11.8
#=dev-util/pkgcheck-0.9.7

View file

@ -545,6 +545,11 @@ main_checks() {
printf "Removing old <dev-ruby/metasm-1.0.5\n"
emerge -C "<dev-ruby/metasm-1.0.5"
fi
removeme13=$(portageq match / 'sys-fs/eudev')
if [ -n "${removeme13}" ]; then
printf "Deselecting deprecated eudev if it is selected\n"
emerge --deselect sys-fs/eudev
fi
#before main upgrades, let's set a good java-vm
set_java