Note: Due to technical difficulties, the Archives are currently not up to date.
GMANE provides an alternative service for most mailing lists. c.f. bug 424647
List Archive: gentoo-dev
Currently preserve_old_lib functions generate two commands per preserved
lib:
# revdep-rebuild --library '/usr/lib/libv8.so.3.9.4'
# rm '/usr/lib/libv8.so.3.9.4'
I'd like to modify eutils.eclass to only generate one command:
# revdep-rebuild --library '/usr/lib/libv8.so.3.9.4' && \
rm '/usr/lib/libv8.so.3.9.4'
What do you think?
|
|