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 1MgPAY-0004pr-EW for garchives@archives.gentoo.org; Wed, 26 Aug 2009 20:32:34 +0000 Received: by pigeon.gentoo.org (Postfix, from userid 207) id 8F309E09DB; Thu, 27 Aug 2009 01:56:56 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 591A6E02CB; Wed, 26 Aug 2009 10:02:32 +0000 (UTC) Received: from mta-2.ms.rz.rwth-aachen.de (mta-2.ms.rz.RWTH-Aachen.DE [134.130.7.73]) by pigeon.gentoo.org (Postfix) with ESMTP id 2EE48E02CB for ; Wed, 26 Aug 2009 10:02:32 +0000 (UTC) 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 Content-disposition: INLINE Content-type: TEXT/PLAIN; CHARSET=iso-8859-1 Received: from ironport-out-1.rz.rwth-aachen.de ([134.130.5.40]) by mta-2.ms.rz.RWTH-Aachen.de (Sun Java(tm) System Messaging Server 6.3-7.04 (built Sep 26 2008)) with ESMTP id <0KOZ00HYCAK7A2C0@mta-2.ms.rz.RWTH-Aachen.de> for gentoo-user@lists.gentoo.org; Wed, 26 Aug 2009 12:02:31 +0200 (CEST) X-IronPort-AV: E=Sophos;i="4.44,279,1249250400"; d="scan'208";a="23719104" Received: from relay-2.ms.rz.rwth-aachen.de (HELO relay.rwth-aachen.de) ([134.130.7.75]) by ironport-in-1.rz.rwth-aachen.de with ESMTP; Wed, 26 Aug 2009 12:02:31 +0200 Received: from numa-i.igpm.rwth-aachen.de (numa-i.igpm.RWTH-Aachen.DE [134.130.161.252]) by relay.rwth-aachen.de (8.13.8+Sun/8.13.8/1) with ESMTP id n7QA2Vv5027416 for ; Wed, 26 Aug 2009 12:02:31 +0200 (CEST) Received: by numa-i.igpm.rwth-aachen.de (Postfix, from userid 230) id D14414AE; Wed, 26 Aug 2009 12:02:34 +0200 (CEST) Date: Wed, 26 Aug 2009 12:02:34 +0200 (CEST) From: Helmut Jarausch Subject: Re: [gentoo-user] dependency miracle - please help To: gentoo-user@lists.gentoo.org In-reply-to: <20090826114918.455ef849@core2duo.fabnetwork> Message-id: References: <20090826114918.455ef849@core2duo.fabnetwork> Content-Transfer-Encoding: quoted-printable X-Archives-Salt: f239863e-bcac-4afe-a852-960ab933bd2d X-Archives-Hash: f8e48490f51dd8be4ee1993f483e8eb8 On 26 Aug, Fabrice Delliaux wrote: > Le Wed, 26 Aug 2009 11:35:37 +0200 (CEST), > Helmut Jarausch a =E9crit : >=20 >> How can I find out which package is pulling x11-libs/qt-4.5.1 in ? >=20 > # emerge gentoolkit > # equery d qt Thanks, this shows all packages which depend on qt:4.5 (e.g.) Since I have qt-4.5.2 installed, how can I find out which packages pulls in version 4.5.1 ? Helmut.