Gentoo Archives: gentoo-user

From: Frank Steinmetzger <Warp_7@×××.de>
To: gentoo-user@l.g.o
Subject: [gentoo-user] Question about RDEPEND
Date: Sat, 30 Jan 2010 02:33:07
Message-Id: 201001300332.56327.Warp_7@gmx.de
1 Hi there,
2
3 a while ago, I emerged virtual/jdk, and prior to it sun-jdk
4 in order to direct manually what the virtual shall pull in.
5
6 But now, virtual/jdk wants to install dev-java/icedtea as well:
7
8 ,--[ emerge -tpuvD world ] ----
9 | Calculating dependencies... done!
10 | [nomerge ] media-tv/tvbrowser-2.7.4 USE="-doc -source -themes"
11 | [nomerge ] dev-java/skinlf-6.7 USE="-examples -source"
12 | [nomerge ] dev-java/xalan-2.7.1 USE="-doc -source"
13 | [nomerge ] virtual/jdk-1.6.0
14 | [ebuild N ] dev-java/icedtea6-bin-1.6.2 USE="X alsa nsplugin -doc -examples -source" 35,393 kB
15 `------------------------------
16
17 Even though I understand from the virtual’s ebuild
18 that it needs one and only one of those:
19
20 RDEPEND="|| (
21 amd64? ( dev-java/icedtea6-bin )
22 x86? ( dev-java/icedtea6-bin )
23 amd64? ( =dev-java/sun-jdk-1.6.0* )
24 x86? ( =dev-java/sun-jdk-1.6.0* )
25 =dev-java/ibm-jdk-bin-1.6.0*
26 =dev-java/hp-jdk-bin-1.6.0*
27 =dev-java/diablo-jdk-1.6.0*
28 =dev-java/soylatte-jdk-bin-1.0*
29 =dev-java/apple-jdk-bin-1.6.0*
30 =dev-java/winjdk-bin-1.6.0*
31 )"
32
33 Am I getting something wrong here? Why is it pulling in icedtea?
34 I’m on x86 BTW.
35 --
36 Gruß | Greetings | Qapla'
37 I wish my lawn was emo, so it would cut itself.

Attachments

File name MIME type
signature.asc application/pgp-signature

Replies

Subject Author
Re: [gentoo-user] Question about RDEPEND Iain Buchanan <iaindb@××××××××××××.au>