And the installed USE flags is stored in `USE` file, for example: /var/db/pkg/dev-lang/php-***/USE.
To restore these USE flags back to your /etc/portage/package.use file, simply type the command below:
cd /var/db/pkg/ && ls -d */* | while read pkg ; do echo -n "$pkg " ; cat $pkg/USE ; done >> /etc/portage/package.use
沒有留言:
張貼意見