From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([69.77.167.62] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1LQkXM-0004ie-72 for garchives@archives.gentoo.org; Sat, 24 Jan 2009 15:35:08 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B36B1E0467; Sat, 24 Jan 2009 15:35:05 +0000 (UTC) Received: from fg-out-1718.google.com (fg-out-1718.google.com [72.14.220.158]) by pigeon.gentoo.org (Postfix) with ESMTP id 6C515E0467 for ; Sat, 24 Jan 2009 15:35:05 +0000 (UTC) Received: by fg-out-1718.google.com with SMTP id e21so2984489fga.14 for ; Sat, 24 Jan 2009 07:35:04 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:content-type :content-transfer-encoding; bh=c/uVaK+huBmxyksr9+9b6/PZmxyTc/h1thczNwD/GyQ=; b=F8OgvGL2SrKCUP21Q0KV+7ncplJEvnvuHDZiP+NAUWomQiQpzfEv94COC9eavmDS1f C7YXRuFRmE2iZn7fdLVCccwHRFx3SntK8p0Lorhx2pH3AKtXeWN1xrEdtY+Rbw37kH/P 8WOLtAFcTpIpxmeFxWfm1ge8EpVklngrY9DPM= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type:content-transfer-encoding; b=BYjexSb6gCpbsDpv0/5gTpzGDybsbLXnhcbqjXBE00C2okdeB2xvybdepJUHR/Eicb xhRKnDlY14SYIIQXEaWpzi7VVY2Np9gfjCGcPqKpZnvH6k93JXjLWehRCu8+Ye+1lY9Y o5IU4P3/8nRdxNKI3/PNjMuCMNMuRgqB5mYTI= Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-user@lists.gentoo.org Reply-to: gentoo-user@lists.gentoo.org MIME-Version: 1.0 Received: by 10.181.134.12 with SMTP id l12mr4157459bkn.80.1232811304751; Sat, 24 Jan 2009 07:35:04 -0800 (PST) In-Reply-To: <20090123192644.531424a8@gentoo.org> References: <49bf44f10901230959pfe4908fo1051b232afb6d11e@mail.gmail.com> <20090123192644.531424a8@gentoo.org> Date: Sat, 24 Jan 2009 07:35:04 -0800 Message-ID: <49bf44f10901240735g181629aev9fb5631f6fc839cd@mail.gmail.com> Subject: Re: [gentoo-user] "Error: circular dependencies" From: Grant To: gentoo-user@lists.gentoo.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Archives-Salt: d7359824-6026-482f-a9ad-29803ccc1859 X-Archives-Hash: e963d2a3814ced9d7b4c1a996ab2f4bf >> This ebuild is from the java-overlay. Is it just a bad ebuild or can >> I fix this? I tried disabling the nsplugin USE flag with the same >> result. >> > 57 DEPEND="${RDEPEND} > 58 || ( >=virtual/gnu-classpath-jdk-1.5 > 59 dev-java/icedtea6 > 60 dev-java/icedtea6-bin > 61 ) > It comes from that line. It looks like it's for bootstrapping icedtea6, > which apparently can be done by itself or the two other alternatives. > emerging icedtea6-bin should fix this. It can then be unemerged when > you've emerged icedtea6 and from then on you can bootstrap updates with > the existing installation. Thank you, that worked. - Grant