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 1MKbM4-0000ax-2k for garchives@archives.gentoo.org; Sat, 27 Jun 2009 17:06:20 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2A8FCE00D2; Sat, 27 Jun 2009 17:06:18 +0000 (UTC) Received: from mail-ew0-f211.google.com (mail-ew0-f211.google.com [209.85.219.211]) by pigeon.gentoo.org (Postfix) with ESMTP id DF476E00D2 for ; Sat, 27 Jun 2009 17:06:17 +0000 (UTC) Received: by ewy7 with SMTP id 7so3799670ewy.34 for ; Sat, 27 Jun 2009 10:06:17 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:from:to:subject:date :user-agent:references:in-reply-to:mime-version:content-type :content-transfer-encoding:content-disposition:message-id; bh=D/K7FlmpSm7ppVSXp6P9PuOzs/diw8ByTDU2SVEt+io=; b=ODr3/MKKRC11qCN8lKTPWc9WZIbN/TJ7Pv7FgNUdf6xSWhlNF72ZctlWkcHaUWO4UW IW7pBYwgQ/30mqe/4C6lt+rpgJnbq0oIQ+5TR+9PFhEnQ94dggiDBLGXVLPge4hH4De/ I5JXf51SGye+xDjDXLMSzNwxQ7f6JqYRmAr7A= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=from:to:subject:date:user-agent:references:in-reply-to:mime-version :content-type:content-transfer-encoding:content-disposition :message-id; b=Vm38NpGmi5f3UidqFslKp7s05mIAGTgNBXXwhqSWYASHUFErn72Dp50BB6aJiiC8VN FbbJ1u0lQhPRq1XEFgZCeVos17C8Lfe/GV2zfilQVZb7SKlmxYT4dbXpdk5dr1mGS6a8 6vbvx/6DAabsJKr/8fjKwG18hemOx9HlDrorE= Received: by 10.210.138.7 with SMTP id l7mr2219137ebd.45.1246122377145; Sat, 27 Jun 2009 10:06:17 -0700 (PDT) Received: from nazgul.localnet ([196.210.202.245]) by mx.google.com with ESMTPS id 7sm2457707eyb.5.2009.06.27.10.06.16 (version=SSLv3 cipher=RC4-MD5); Sat, 27 Jun 2009 10:06:16 -0700 (PDT) From: Alan McKinnon To: gentoo-user@lists.gentoo.org Subject: Re: [gentoo-user] Removing qt4 meta Date: Sat, 27 Jun 2009 19:04:42 +0200 User-Agent: KMail/1.11.4 (Linux/2.6.30-gentoo-r1; KDE/4.2.4; x86_64; ; ) References: <93d30e950906270651h338d77aeh4ee4fa8656faac70@mail.gmail.com> <4A462DAB.9090600@darkmetatron.de> <93d30e950906270913l78db04c7q1697eacf2d554068@mail.gmail.com> In-Reply-To: <93d30e950906270913l78db04c7q1697eacf2d554068@mail.gmail.com> 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-Type: Text/Plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Message-Id: <200906271904.42712.alan.mckinnon@gmail.com> X-Archives-Salt: 9bebeebc-3cdc-4554-b3f9-ebc3ca15b1e5 X-Archives-Hash: 8018dfc6d9ff7264fe0fed39a0311c2f On Saturday 27 June 2009 18:13:56 Marco wrote: > On Sat, Jun 27, 2009 at 2:33 PM, Sebastian > > Be=DFler wrote: > > Marco schrieb: > >> On Sat, Jun 27, 2009 at 2:02 PM, Dirk Heinrichs=20 wrote: > >>> Am Samstag 27 Juni 2009 15:51:20 schrieb Marco: > > [...] > > > If you have eix installed you could use > > eix -I --only-names x11-libs/qt |xargs emerge -C > > > > or if you have no package that depends on qt > > emerge --depclean -a > > after emerge -C x11-libs/qt > > should do the job. > > Is there a way to find out if packages depend on qt? Although I think > I did not install any packages that depend on qt (saving space) I am > not 100% sure... equery depends Note that this lists packages that *could* depend on the named package, not= =20 just those that *do* depend on your specific machine. also look at qdepends -d =2D-=20 alan dot mckinnon at gmail dot com