I want emerge all system with emerge -e world, but some packages (example gcc) already emerged (with new flags or something). I can run something in next ... : emerge -e world !gcc Emerging all packages, except gcc? Reproducible: Always Steps to Reproduce: 1. 2. 3.
emerge $(emerge world -ep --columns | awk '{print $4}' | egrep -v '/(glibc|gcc)$')
Not simple :) But this work. Thanks. Forget about it
root@mike ~ # emerge $(emerge world -ep --columns | awk '{print $4}' | egrep -v '/(tetex)$') Calculating dependencies emerge: there are no ebuilds to satisfy "packages". root@mike ~ # Hmmm ... These are the packages that I would merge, in order: Calculating world dependencies ...done! ....
Throw a 'grep ebuild' in there as well. I'll be adding functionality at some stage to defer builds.
dup of 16342?
Yep *** This bug has been marked as a duplicate of 16342 ***