When I used to emerge my software I was using USE
instead of adding the flags to my /etc/portage/make.conf
file. (Example: sudo USE="djvu postscript synctex magic" emerge --ask app-text/{zathura,zathura-meta}
.
Now whenever I update my system, I have to re-emerge those programs with the previously used USE flags. This tells me I might want to add them to the make.conf file. Is there an easier way to do this than going through each line in my .{bash,zsh}_history
file?
I recently found out about euse -a
but I don't know if this is a complete list. If I can use euse -a
then I can just use bash to put it all into one line and replace my USE="..."
line in make.conf.