Hacker News new | ask | show | jobs
by _V_ 1010 days ago
If anyone is getting the same results as me where you could not run emerge world --deep because random already installed packages pulled back the openssl-1.1.1, you can use following command:

emerge -DavuUN @world @system --changed-deps

This should recalculate all the dependencies from scratch, not using (possibly) cached openssl-1.1.1 allowing you to run abovementioned emerge without problems :-)