From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1MgPA2-0003hI-6D for garchives@archives.gentoo.org; Wed, 26 Aug 2009 20:32:02 +0000 Received: by pigeon.gentoo.org (Postfix, from userid 207) id A0CC3E072C; Thu, 27 Aug 2009 02:16:56 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id F288FE0C7F; Wed, 26 Aug 2009 09:52:36 +0000 (UTC) Received: from mail-iw0-f203.google.com (mail-iw0-f203.google.com [209.85.223.203]) by pigeon.gentoo.org (Postfix) with ESMTP id DCC9DE0C7F for ; Wed, 26 Aug 2009 09:52:36 +0000 (UTC) Received: by iwn41 with SMTP id 41so1480433iwn.32 for ; Wed, 26 Aug 2009 02:52:36 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from :user-agent:mime-version:to:subject:references:in-reply-to :content-type:content-transfer-encoding; bh=DXLX6kfgTKV1LQ+D74QPTNXdxHrL5xp77xYjkC74RuQ=; b=Fu1LQHeGUuVbWfa2vRAy6UVnPjZusSkjQBUaN/UntpU2Nq5jdm3YOAeRTeAWuDfcwZ mcbKfeU/hxkzVyo0r5Lsdfg4VeHsft65ddkPIE+RSwC6UGwqdSMYnltvn8XS9S6UuddN d/Nd+JS1BhM1wvZBRM0iJ1n/xe3YZ3EeJkAps= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:user-agent:mime-version:to:subject:references :in-reply-to:content-type:content-transfer-encoding; b=d+yw2Pc+Tn8sYhT2EookIqMImceoENk7TGAdpcGifyyZtMTsOjbp2shSkI+pd6BEzH y/WTDbwAFAqwZy7IhnfELlICK7CQv83Q3x05NsFiKbydobKPBNOauxStRRFfEVdvRdFp tOip/EEEob4id5Ct6GXQlb5cGUSogveqOFdpU= Received: by 10.231.12.135 with SMTP id x7mr3717370ibx.42.1251280356728; Wed, 26 Aug 2009 02:52:36 -0700 (PDT) Received: from ?192.168.1.1? (adsl-147-246-69.jan.bellsouth.net [72.147.246.69]) by mx.google.com with ESMTPS id 21sm371065yxe.5.2009.08.26.02.52.34 (version=SSLv3 cipher=RC4-MD5); Wed, 26 Aug 2009 02:52:36 -0700 (PDT) Message-ID: <4A9505E1.7090508@gmail.com> Date: Wed, 26 Aug 2009 04:52:33 -0500 From: Dale User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.1.22) Gecko/20090823 SeaMonkey/1.1.17 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 To: gentoo-user@lists.gentoo.org Subject: Re: [gentoo-user] dependency miracle - please help References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Archives-Salt: 07f7cd94-4904-4ee7-92ac-650bb9bd4ff0 X-Archives-Hash: 2a3f3e787735998697a92a0e42aef301 Helmut Jarausch wrote: > Hi, > > again, portage's dependencies caculation makes me wonder. > > This time, > emerge --update --newuse --deep @system @world > > tells me quite a few dependencies like > * ~x11-libs/qt-core-4.5.1 pulled in by: > * x11-libs/qt-4.5.1 > > I do have x11-libs/qt-core-4.5.2 and x11-libs/qt-4.5.2 installed. > How can I find out which package is pulling x11-libs/qt-4.5.1 in ? > > Many thanks for a hint. > (I have portage-2.2_rc40 installed here) > Helmut. > > Usually adding the -t option will tell what is pulling it in. man emerge for more info on that option. Dale :-) :-)