Code: Select all
emerge --resumeCode: Select all
* The resume list contains packages that are either masked or have
* unsatisfied dependencies. Please restart/continue the operation
* manually, or use --skipfirst to skip the first package in the list and
* any other packages that may be masked or have missing dependencies.

Code: Select all
emerge --update --deep --changed-use --with-bdeps=y @worldWell, in my case error were caused by side info unavailable for the portage system.John R. Graham wrote:"emerge --emptytree @world" will generally work reliably if your system is up to date and conflict free before you run it.
Code: Select all
PKG=$(portageq best_version / sys-libs/zlib) # example
find /var/db/pkg/ -mindepth 2 -maxdepth 2 -! -newer /var/db/pkg/$PKG -printf '=%P\n'