On 8/12/2010, at 4:11pm, Albert Hopkins wrote:
> ...
> I have a script I used to locate "redudancies" in the world file. It
> requires gentoolkit. It basically looks at packages in world that have
> reverse dependencies also in world (but only goes one level deep). Just
>
> # auditworld < /var/lib/portage/world
>
> http://paste.pocoo.org/show/302273/
I think this only works on ~ARCH, right?
On x86 I get:
Traceback (most recent call last):
File "./auditworld", line 20, in <module>
import gentoolkit.sets
ImportError: No module named sets
Stroller