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 <gentoo-user+bounces-86972-garchives=archives.gentoo.org@lists.gentoo.org>)
	id 1L5YGe-00060z-HL
	for garchives@archives.gentoo.org; Thu, 27 Nov 2008 04:14:16 +0000
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id 73BADE0491;
	Thu, 27 Nov 2008 04:14:12 +0000 (UTC)
Received: from ik-out-1112.google.com (ik-out-1112.google.com [66.249.90.180])
	by pigeon.gentoo.org (Postfix) with ESMTP id 3535CE0491
	for <gentoo-user@lists.gentoo.org>; Thu, 27 Nov 2008 04:14:12 +0000 (UTC)
Received: by ik-out-1112.google.com with SMTP id b32so692383ika.2
        for <gentoo-user@lists.gentoo.org>; Wed, 26 Nov 2008 20:14:11 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
        d=gmail.com; s=gamma;
        h=domainkey-signature:received:received:message-id:date:from:sender
         :to:subject:in-reply-to:mime-version:content-type
         :content-transfer-encoding:content-disposition:references
         :x-google-sender-auth;
        bh=y+TmBBPpn8g35LPBTT1V7fAKOhaLidD4sPqZ8UTFqyU=;
        b=csJ4aEmvrJ+VJCmAL4WpnScDME4NJJJPoZeYkKhgsmdsTExC4wv1BXN2ki4jKnj1Dp
         V+PSBqvdZN1Vm6AwvlPhKnt3pbxQSUZbiFLDuJuOzrVIt84iaVYwFLhiPpPMgx0t6mq6
         prCL7V9hb55/ZQDUehurkRdt3ORJ7aNqA1z4M=
DomainKey-Signature: a=rsa-sha1; c=nofws;
        d=gmail.com; s=gamma;
        h=message-id:date:from:sender:to:subject:in-reply-to:mime-version
         :content-type:content-transfer-encoding:content-disposition
         :references:x-google-sender-auth;
        b=ANGg23v9wKfpQG5B1A8YLCyry8CDysHVw0JokfadTVVZbzlauxUFcXM7gti7IFTaRX
         61b2NmkqJWv8wkgmOu/XtpiIryvLIpRgewbhf/XXAkxp9NCLW2C7pEd2gzuezIr9iN3V
         f52oUDMNBzkSHKqRSj86yzPIjRrgy6pPIobBk=
Received: by 10.210.66.13 with SMTP id o13mr3700961eba.176.1227759251580;
        Wed, 26 Nov 2008 20:14:11 -0800 (PST)
Received: by 10.210.34.20 with HTTP; Wed, 26 Nov 2008 20:14:11 -0800 (PST)
Message-ID: <38af3d670811262014s5a0624f8y8016d66d668caf4f@mail.gmail.com>
Date: Thu, 27 Nov 2008 02:14:11 -0200
From: "Jorge Peixoto de Morais Neto" <please.no.spam.here@gmail.com>
Sender: jorgepeixotomorais@gmail.com
To: gentoo-user@lists.gentoo.org
Subject: Re: [gentoo-user] --depclean won't work anymore.
In-Reply-To: <492E19CC.6090008@gmail.com>
Precedence: bulk
List-Post: <mailto:gentoo-user@lists.gentoo.org>
List-Help: <mailto:gentoo-user+help@lists.gentoo.org>
List-Unsubscribe: <mailto:gentoo-user+unsubscribe@lists.gentoo.org>
List-Subscribe: <mailto:gentoo-user+subscribe@lists.gentoo.org>
List-Id: Gentoo Linux mail <gentoo-user.gentoo.org>
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: 7bit
Content-Disposition: inline
References: <4928D08C.3060504@gmail.com> <4928DACD.7090409@gmail.com>
	 <200811231001.40319.alan.mckinnon@gmail.com>
	 <49291D1D.3090801@gmail.com> <49292966.7000507@googlemail.com>
	 <492930F6.1020308@gmail.com> <20081126191649.65ee5de5@krikkit>
	 <492DA1C5.5060603@gmail.com>
	 <38af3d670811261923j3c1e4742y25a78af1c9f515a9@mail.gmail.com>
	 <492E19CC.6090008@gmail.com>
X-Google-Sender-Auth: b666ea69bbc3bfd9
X-Archives-Salt: 9721307e-76bd-4e4f-a08e-1a428d84a8a7
X-Archives-Hash: 1499c2b0f24a6eb55e9962d05ef2173e

On Thu, Nov 27, 2008 at 1:53 AM, Dale <rdalek1967@gmail.com> wrote:
> Jorge Peixoto de Morais Neto wrote:
>>>>>> EMERGE_DEFAULT_OPTS="--with-bdeps y --nospinner"
>>>>>>
>> I don't see the reason tough. Mine is just
>> $ fgrep DEFAULT /etc/make.conf
>> EMERGE_DEFAULT_OPTS=--nospinner
>> The portage's default around bdeps is fine with me. It makes sense.
>> And please think before changing the defaults. Do not change it just
>> because it is fun. When you mess too much with your system, then when
>> something breaks, it is harder to pinpoint the cause.
>> (This comes from a reformed ricer).
> Well, this started because revdep-rebuild was griping about a package
> not being up to date and with-bdeps fixed it.
You could just install the packages that emerge -p --depclean complained about.
And this is rare anyway. I for example have a lot of packages that
would be installed with a emerge -pDuNv --with-bdeps=y world, but
emerge -p --depc runs fine.
In the exceptional case that emerge -p --depc complains, you install
the required package.