Just a tip as I needed to build binary packages for all the installed packages on a gentoo box:
equery list | cut -d’ ‘ -f3 | while read f; do quickpkg “=${f}”; done
It’s a giant hack, but it gets the job done.
Just a tip as I needed to build binary packages for all the installed packages on a gentoo box:
equery list | cut -d’ ‘ -f3 | while read f; do quickpkg “=${f}”; done
It’s a giant hack, but it gets the job done.