Gentoo Archives: gentoo-user

From: James Cloos <cloos@×××××××.com>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] Re: udev-197 moves from /usr/lib to /lib
Date: Fri, 11 Jan 2013 20:34:23
Message-Id: m31udrxy08.fsf@carbon.jhcloos.org
In Reply to: Re: [gentoo-user] Re: udev-197 moves from /usr/lib to /lib by "Dustin C. Hatch"
1 Or, just:
2
3 :; find /var/db/pkg -name CONTENTS | xargs -0 grep -l /usr/lib/udev/ | awk -F/ '{print "=" $5 "/" $6}' | xargs emerge -pv
4
5 which should be fastest.
6
7 -JimC
8 --
9 James Cloos <cloos@×××××××.com> OpenPGP: 1024D/ED7DAEA6

Replies

Subject Author
Re: [gentoo-user] Re: udev-197 moves from /usr/lib to /lib Daniel Pielmeier <billie@g.o>
Re: [gentoo-user] Re: udev-197 moves from /usr/lib to /lib Alan McKinnon <alan.mckinnon@×××××.com>