Gentoo Archives: gentoo-dev

From: Kent Fredric <kentfredric@×××××.com>
To: gentoo-dev@l.g.o
Subject: Re: [gentoo-dev] preserve_old_lib and I'm even more lazy
Date: Fri, 24 Feb 2012 18:48:08
Message-Id: CAATnKFASvNv3mqPZdn-4Vd9Q7bG9m+C1i118u=pyr-d5y6NOig@mail.gmail.com
In Reply to: [gentoo-dev] preserve_old_lib and I'm even more lazy by "Paweł Hajdan
1 > # revdep-rebuild --library '/usr/lib/libv8.so.3.9.4' && \
2 >        rm '/usr/lib/libv8.so.3.9.4'
3
4
5 Might even be worth patching revdep-rebuild:
6
7 revdep-rebuild --library /usr/lib/libv8.so.3.9.4 --autoclean
8
9
10 --
11 Kent