Gentoo Archives: gentoo-user

From: Norberto Bensa <nbensa@×××.net>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] revdep-rebuild / missing ebuild
Date: Mon, 01 Jan 2007 16:23:21
Message-Id: 200701011319.00593.nbensa@gmx.net
In Reply to: [gentoo-user] revdep-rebuild / missing ebuild by Uwe Thiem
1 Uwe Thiem wrote:
2 > Problem is it tells me that at least for one binary no ebuild exists but it
3 > doesn't tell me which binary. Bummer! How do I find out?
4
5 Hmmm, I'd try something like this:
6
7 for i in /usr/bin/*; do
8 equery b $i &>/dev/null || echo $i
9 done