On Sunday 26 Mar 2017 18:47:50 [email protected] wrote: > On 03/26/2017 06:27 PM, wabe wrote: > > Maybe an eix-update will help. > > Thank you Wabe, yes that was it. Not the list is much smaller and makes > sense.
If you use a simple script like mine you won't fall into that again:
# cat /usr/local/bin/sync-update
emerge --sync; echo
eix-update; echo
emerge $1 $2 $3 -avuDU --jobs=24 --load-average=48 --keep-going world
echo
--
Regards
Peter

