On Sat, 28 Aug 2010 20:05:06 -0400 Richard Freeman <[email protected]> wrote: > Is there at least a straightforward way to automate reinstalling the > dependencies of a particular package? The best I can think of right > now is to try to parse the output of cave/paludis/etc, which isn't > ideal since they're pretty verbose.
You *might* be able to get away with:
cave resolve !blah -W blah -l */* -F app-arch/xz-utils
Maybe.
Unfortunately, -l's name and purpose are rather obscure, and only
make sense if you know more about how the resolver works than you
really should need to. It's also not entirely sensible when there are
|| ( ) deps involved.
--
Ciaran McCreesh
signature.asc
Description: PGP signature
_______________________________________________ paludis-user mailing list [email protected] http://lists.pioto.org/mailman/listinfo/paludis-user
