Gentoo Archives: gentoo-dev

From: "Paweł Hajdan
To: gentoo-dev@l.g.o
Subject: [gentoo-dev] preserve_old_lib and I'm even more lazy
Date: Fri, 24 Feb 2012 17:57:36
Message-Id: 4F47CF5C.4070508@gentoo.org
1 Currently preserve_old_lib functions generate two commands per preserved
2 lib:
3
4 # revdep-rebuild --library '/usr/lib/libv8.so.3.9.4'
5 # rm '/usr/lib/libv8.so.3.9.4'
6
7 I'd like to modify eutils.eclass to only generate one command:
8
9 # revdep-rebuild --library '/usr/lib/libv8.so.3.9.4' && \
10 rm '/usr/lib/libv8.so.3.9.4'
11
12 What do you think?

Attachments

File name MIME type
signature.asc application/pgp-signature

Replies