Gentoo Archives: gentoo-user

From: Bo Andresen <bo.andresen@×××××.com>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] Why does Xaw3d depend on indirectly on x11-misc/imake and x11-misc/gccmakedep?
Date: Wed, 05 Apr 2006 09:38:07
Message-Id: 200604051133.29348.bo.andresen@gmail.com
In Reply to: [gentoo-user] Why does Xaw3d depend on indirectly on x11-misc/imake and x11-misc/gccmakedep? by Erik
1 On Wednesday 05 April 2006 11:19, Erik wrote:
2 > It seems like Xaw3d depends indirectly on x11-misc/imake and
3 [SNIP]
4 > [ebuild R ] x11-libs/Xaw3d-1.5-r1 0 kB
5 [SNIP]
6 > But I can not find out why because nothing seems to depend on
7 > x11-misc/imake and x11-misc/gccmakedep:
8
9 # cat /usr/portage/x11-libs/Xaw3d/Xaw3d-1.5-r1.ebuild
10 [SNIP]
11 DEPEND="${RDEPEND}
12 >=sys-apps/sed-4
13 || ( ( x11-proto/xextproto
14 x11-misc/imake
15 x11-misc/gccmakedep )
16 virtual/x11 )"
17 [SNIP]
18
19 > # equery d x11-misc/imake
20 > [ Searching for packages depending on x11-misc/imake... ]
21 > # equery d x11-misc/xorg-cf-files
22 > [ Searching for packages depending on x11-misc/xorg-cf-files... ]
23 > # equery d x11-misc/gccmakedep
24 > [ Searching for packages depending on x11-misc/gccmakedep... ]
25 >
26 > What command should I execute to find out why x11-misc/imake and
27 > x11-misc/gccmakedep are needed?
28
29 # equery d imake
30 [ Searching for packages depending on imake... ]
31 x11-libs/Xaw3d-1.5-r1
32 virtual/x11-7.0-r1
33 # equery d gccmakedep
34 [ Searching for packages depending on gccmakedep... ]
35 x11-libs/Xaw3d-1.5-r1
36 virtual/x11-7.0-r1
37
38 I think you are running an old version of gentoolkit. equery has improved
39 quite a bit in the newest unstable version.
40
41 # eix -e gentoolkit -c
42 [I] app-portage/gentoolkit (0.2.2_pre4): Collection of administration scripts
43 for Gentoo
44
45 --
46 Bo Andresen
47 --
48 gentoo-user@g.o mailing list

Replies