Am Fri, 25 Feb 2011 01:29:29 +0000 (UTC) schrieb James : > Dale gmail.com> writes: > > > > > Besides gcc, what is a good list > > > of critical software to use guickpkg > > > as to keep backup binaries? > > > > FEATURES="buildpkg sandbox fixpackages parallel-fetch --keep-going" > > I saw this (FEATURES="buildpkg") googling around. > > 1. What is a good list of software to use buildpkg on? > > 2. Once you decide those packages, where do you put > the list? AFAIK, there is no list that portage uses. However, maybe you could use quickpkg for this? You could script it, e.g. write the list yourself (it also accepts sets as input argument) and feed it to quickpkg periodically. Maybe that or something similar would work for you? > Surely I do not wish to use buildpkg on every installed > package, a few or maybe the entire @system. I have not > found the answer to [1] or [2]. You can restrict it to the system set by using buildsyspkg instead of buildpkg (see make.conf(5)). [...] HTH -- Marc Joliet