Gentoo Archives: gentoo-dev

From: Spider <spider@g.o>
To: gentoo-dev@g.o
Subject: Re: [gentoo-dev] dev-libs/glib
Date: Wed, 14 May 2003 00:19:18
Message-Id: 20030514021914.1d191831.spider@gentoo.org
In Reply to: [gentoo-dev] dev-libs/glib by William Hubbs
1 begin quote
2 On Tue, 13 May 2003 17:42:58 -0500
3 William Hubbs <kc5eiv@×××××××××××××.net> wrote:
4
5 > What is going on here? Can someone tell me why my system thinks this
6 > packag is needed?
7
8 try this
9 cd /var/db/pkg
10 find . -iname \*.ebuild | while read F ;
11 do grep "dev-libs/glib" -q ${F} && echo ${F};
12 done
13
14 and see if it responds something?
15
16
17 --
18 begin .signature
19 This is a .signature virus! Please copy me into your .signature!
20 See Microsoft KB Article Q265230 for more information.
21 end

Replies

Subject Author
Re: [gentoo-dev] dev-libs/glib William Hubbs <kc5eiv@×××××××××××××.net>