Gentoo Archives: gentoo-dev

From: James Broadhead <jamesbroadhead@×××××.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 20:21:48
Message-Id: CA+hid6GAM8uU4+iT9DRe7X4KWjpzPpSvTKv0V_9BFt_rBVhOWA@mail.gmail.com
In Reply to: [gentoo-dev] preserve_old_lib and I'm even more lazy by "Paweł Hajdan
1 On 24 February 2012 17:56, "Paweł Hajdan, Jr." <phajdan.jr@g.o> wrote:
2 > Currently preserve_old_lib functions generate two commands per preserved
3 > lib:
4 >
5 > # revdep-rebuild --library '/usr/lib/libv8.so.3.9.4'
6 > # rm '/usr/lib/libv8.so.3.9.4'
7 >
8 > I'd like to modify eutils.eclass to only generate one command:
9 >
10 > # revdep-rebuild --library '/usr/lib/libv8.so.3.9.4' && \
11 >        rm '/usr/lib/libv8.so.3.9.4'
12 >
13 > What do you think?
14
15 Definitely a good idea, but FYI it's only been possible since last week :P
16 https://bugs.gentoo.org/show_bug.cgi?id=326923