begin quote On Wed, 27 Aug 2003 15:20:09 +0300 "Leonid Podolny" <[EMAIL PROTECTED]> wrote:
> Hi,
> I've recently stopped using alsa, so I removed this USE flag. No, as
> far as I understand, I have to recompile all ebuilds that were
> compiled using it. How can I find out what packages I need to
> recompile?
for i in /var/db/pkg/*/*;
do
grep -q alsa $i/IUSE && echo $i
done
after this, most of your applications will be broken and can't find
libasound.so, and you have to go through it all and fix. revdep-rebuild
may be of help.
Have a nice day.
//Spider
--
begin .signature
This is a .signature virus! Please copy me into your .signature!
See Microsoft KB Article Q265230 for more information.
end
pgp00000.pgp
Description: PGP signature
