Gentoo Archives: gentoo-user

From: Paul Varner <fuzzyray@g.o>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] OT - Why does gcc depend on gtk+?
Date: Mon, 08 Jan 2007 23:43:04
Message-Id: 1168299433.15540.7.camel@txslpc1d36.wkst.vzwnet.com
In Reply to: Re: [gentoo-user] OT - Why does gcc depend on gtk+? by "Bo Ørsted Andresen"
1 On Sun, 2007-01-07 at 22:34 +0100, Bo Ørsted Andresen wrote:
2 > On Sunday 07 January 2007 20:31, Richard Fish wrote:
3 > > > bullet ~ # equery depends gtk+
4 > >
5 > > equery depends is broken. It shows possible _dependancies_, without
6 > > taking USE flags into account.
7 >
8 > Apparently this is finally fixed in svn now. Hopefully it'll be released in
9 > ~arch soon... :)
10 >
11 > https://bugs.gentoo.org/show_bug.cgi?id=81012
12 >
13
14 This is what the output looks like:
15
16 pvarner@garath ~/svnroot-gentoo/gentoolkit/trunk/src/equery $ ./equery depends gtk+
17 [ Searching for packages depending on gtk+... ]
18 app-editors/gvim-7.0.174 (!aqua & gtk? >=x11-libs/gtk+-2.6)
19 app-text/acroread-7.0.8 (x86? >=x11-libs/gtk+-2.0)
20 app-text/ghostscript-esp-8.15.3-r1 (gtk? >=x11-libs/gtk+-2.0)
21 app-text/gnome-spell-1.0.7-r1 (>=x11-libs/gtk+-2.4)
22 app-text/gtkspell-2.0.11-r1 (>=x11-libs/gtk+-2)
23 ...
24 sys-devel/gcc-4.1.1-r1 (!build & gcj & gtk? >=x11-libs/gtk+-2.2)
25 ...
26
27 Which tells you that gcc depends upon any version of gtk+ greater than
28 or equal to gtk+-2.2 if the build USE flag is turned off and the gcj and
29 gtk USE flags are turned on.
30
31 Regards,
32 Paul
33
34 --
35 gentoo-user@g.o mailing list