On Mon, 4 Dec 2017 17:20:17 +0800, Bill Kenworthy wrote:

> do an emerge -ep world > a
> edit a to something like below then "bash a" to run it:
>       emerge -v =kde-frameworks/kdelibs4support-5.37.0  && \
>       emerge -v =kde-apps/kio-extras-17.08.3  && \
>       emerge -v =kde-plasma/user-manager-5.10.5  && \
>       emerge -v =kde-frameworks/kactivities-stats-5.37.0  && \
>       emerge -v =kde-apps/okular-17.08.3  && \
>       blah blah blah ...

emerge -ep @world | awk '/ebuild/ {print "="$4}' >a
edit a
emerge -1a $(cat a)

Saves a lot of editing ;-)


-- 
Neil Bothwick

Everything should be made as simple as possible, but no simpler.

Attachment: pgpyHQkrEGmMK.pgp
Description: OpenPGP digital signature

Reply via email to