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 ) id 1L4CFc-0003mi-Hm for garchives@archives.gentoo.org; Sun, 23 Nov 2008 10:31:36 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6094FE0488; Sun, 23 Nov 2008 10:31:35 +0000 (UTC) Received: from rv-out-0708.google.com (rv-out-0708.google.com [209.85.198.244]) by pigeon.gentoo.org (Postfix) with ESMTP id 293A8E0488 for ; Sun, 23 Nov 2008 10:31:35 +0000 (UTC) Received: by rv-out-0708.google.com with SMTP id b17so1845238rvf.46 for ; Sun, 23 Nov 2008 02:31:33 -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 :user-agent:mime-version:to:subject:references:in-reply-to :content-type:content-transfer-encoding; bh=aE0bzkwNOS2kuceF3wHYx+wRPaLNthUzboyTVIKS18s=; b=ger5gXWkCd0HzvPYnHd1Qx6TANDTHVgFs9V5hAccTngWDHSKWL7cxqBwPoYqCcxdp5 xzUlaG+APYSdAHx/regF+HRpukFgkgs2oi0dBlh38KGR8eLhSj1PY5XgmIVZlUqPqYCC Z3AFitfPvmHMsFjHinCEc/7ihC4Ba4ULfGj3M= 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=aPd9yQMTffccUZEbXVijtPoUWbAvgTDtxx7U4XuSQAiSUJsL59cS9A37WW3w74Pu5I ifjbwRJkhO548STaHvuW9Fe1cG8evTGvwcqD3NoyTAli74AoyUTdjVmspD7oqvN8niH0 9PjYGM0tf459I24ejgBkKko9POhFzSo+CvzCw= Received: by 10.141.201.1 with SMTP id d1mr1253945rvq.293.1227436292989; Sun, 23 Nov 2008 02:31:32 -0800 (PST) Received: from ?4.230.117.40? (dialup-4.230.117.40.Dial1.Houston1.Level3.net [4.230.117.40]) by mx.google.com with ESMTPS id g31sm9821908rvb.7.2008.11.23.02.31.28 (version=SSLv3 cipher=RC4-MD5); Sun, 23 Nov 2008 02:31:32 -0800 (PST) Message-ID: <492930F6.1020308@gmail.com> Date: Sun, 23 Nov 2008 04:31:18 -0600 From: Dale User-Agent: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1) 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] --depclean won't work anymore. References: <4928D08C.3060504@gmail.com> <4928DACD.7090409@gmail.com> <200811231001.40319.alan.mckinnon@gmail.com> <49291D1D.3090801@gmail.com> <49292966.7000507@googlemail.com> In-Reply-To: <49292966.7000507@googlemail.com> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Archives-Salt: 7b9d2c37-ac95-4525-a913-3cf91f45dcc0 X-Archives-Hash: 17c68abb578ae3b4e5d782ee44eb45a2 Daniel Pielmeier wrote: > Dale schrieb am 23.11.2008 10:06: > >> Alan McKinnon wrote: >> >>> On Sunday 23 November 2008 06:23:41 Dale wrote: >>> >>> >>>> I guess we need to add that option to make sure we are REALLY up to >>>> date. Isn't there a way to tell a command to add options without typing >>>> it in each time? Not just portage but any command. It may work well >>>> for this. Than again, that may mess up a -C command. o_O >>>> >>>> >>> Define an alias in your profile to get that >>> >>> >>> >> Cool. It works best here: /etc/bash/bashrc About line 68 on my file. >> Looks like a script but it seems to work. >> >> I hope I don't bork my system playing with this. LOL >> > > I think there is a more elegant solution by using EMERGE_DEFAULT_OPTS in > make.conf. > > grep EMERGE_DEFAULT_OPTS /etc/make.conf > EMERGE_DEFAULT_OPTS="--with-bdeps y --nospinner" > > From man.make.conf: > > EMERGE_DEFAULT_OPTS > > Options to append to the end of the emerge(1) command line on every > invocation. These options will not be appended to the command line if > --ignore-default-opts is specified. > > True, right now I have only changed the ls command as far as the alias thing goes. I'll find some more tho I'm sure. I have the same old make.conf I had from my original install about 5 years ago. I used to have a make.conf.example but it seems to have been moved to /usr/share/portage/config which is odd. I put a link to /etc so I don't feel so lost. Anyway, I wonder what affect that would have on say a emerge -C ? Would there be any other gotchas when adding that would not be a good idea? Would portage just ignore it during certain commands? As far as updates, I would like it to add that but not sure what other affects that may have. Your thoughts? Dale :-) :-)