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 1MKaXP-0000Ki-BO for garchives@archives.gentoo.org; Sat, 27 Jun 2009 16:13:59 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 21CE2E049E; Sat, 27 Jun 2009 16:13:58 +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 D96A2E049E for ; Sat, 27 Jun 2009 16:13:57 +0000 (UTC) Received: by ewy7 with SMTP id 7so3780062ewy.34 for ; Sat, 27 Jun 2009 09:13:57 -0700 (PDT) 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=HPGEnBkkOtaayuspuNXLS9tK01kiBBpytMUFb330sVY=; b=uPXWQ6VAxZfTdm2dwvUyqbDU+fpWCHtclUq/qfyNm8UE4LTvvFzZRLkwf5pylmiDcB dz1YBg8SvNkGM+CLeK7355VI+Go8HxjsGEGrR6PldhX5XtfimWqcWLs7Pg4Y+8fIsAcQ 4dtB2gY14PItSV6t7hiBv3iIvncFvayIcaVDI= 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=imbzEk6FFIZAdga2trjA3sDkInrnB3BX/RfqwQMFS9ki7WZUB67xAxuzYhWDX/L7xN bd5J/l6toKn3Y1ODKJPwffEP8lEu0K1g84Mhj1U6ErwfQQvG5V8hyfJB482/EWVfMsEY HnWOf1MeKA7Gk0snbNonQA4FE2oudXkj66r5A= 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.216.54.72 with SMTP id h50mr1536501wec.28.1246119236251; Sat, 27 Jun 2009 09:13:56 -0700 (PDT) In-Reply-To: <4A462DAB.9090600@darkmetatron.de> References: <93d30e950906270651h338d77aeh4ee4fa8656faac70@mail.gmail.com> <200906271602.47676.dirk.heinrichs@online.de> <93d30e950906270723i418f633bi1ec23d07a91db215@mail.gmail.com> <4A462DAB.9090600@darkmetatron.de> Date: Sat, 27 Jun 2009 16:13:56 +0000 Message-ID: <93d30e950906270913l78db04c7q1697eacf2d554068@mail.gmail.com> Subject: Re: [gentoo-user] Removing qt4 meta From: Marco To: gentoo-user@lists.gentoo.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Archives-Salt: 43fb7de6-9a50-4192-ad00-f0c43aa99a2b X-Archives-Hash: b94d2b6321975e2e7b3cdd91d99f5401 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 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... > You should do > emerge -DuNva world and revdep-rebuild > afterwards to be sure the system is still in clean state. > > > >