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 1QCu9R-0001XM-5v for garchives@archives.gentoo.org; Thu, 21 Apr 2011 13:42:33 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B0D951C02B; Thu, 21 Apr 2011 13:41:09 +0000 (UTC) Received: from mail-iy0-f181.google.com (mail-iy0-f181.google.com [209.85.210.181]) by pigeon.gentoo.org (Postfix) with ESMTP id 86AC41C02B for ; Thu, 21 Apr 2011 13:41:09 +0000 (UTC) Received: by iyb26 with SMTP id 26so1860094iyb.40 for ; Thu, 21 Apr 2011 06:41:09 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:in-reply-to:references:date :message-id:subject:from:to:content-type; bh=wDFI0MlYEfgRFQHUoREMcVT+mcwwZiJD0/v91AbgE70=; b=qKIrhCQfh+hbDgdPtK9UJkQbJC35dl8iewC8iWCVELX59MhtpY3nl2ywcTNEcNTpKa z0xzbIsVZKTqPPtowYSaArHa/FEMRbnJtPNKnyhOgc+9NyUYeQDEt3/6Qoh95yfzV3S1 XRKUh/NaZG8YjlarGuHFislyIMPmvrdSvZvtE= 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; b=a7eOGZQEMbUsmBhBk7y5gzmn76P/XNpP/0Tt3HoEp/yv02s/72wD524Nv3JdSyMeJe EtXBKGlpkotyWGW4jHCR0r24gNBRUPDKY3BI5UyO7KXpSKHz52COJuLXv4snIoCMDwSt eW6aeBFekReDN+om3i84EjdIFVKfwxn7Sm+H8= 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.42.75.135 with SMTP id a7mr10458789ick.331.1303393268971; Thu, 21 Apr 2011 06:41:08 -0700 (PDT) Received: by 10.42.222.2 with HTTP; Thu, 21 Apr 2011 06:41:08 -0700 (PDT) In-Reply-To: <20110420143314.082671c3@zaphod.digimed.co.uk> References: <201104180228.59487.peter@humphrey.ukfsn.org> <20110418225609.0e47a40e@digimed.co.uk> <4DAD1ECE.2000207@asyr.hopto.org> <20110419065754.D2F7C39B2@data.antarean.org> <20110419090418.00cdff45@digimed.co.uk> <4DAD7B12.6090806@asyr.hopto.org> <20110420143314.082671c3@zaphod.digimed.co.uk> Date: Thu, 21 Apr 2011 06:41:08 -0700 Message-ID: Subject: Re: [gentoo-user] Howzat! From: Mark Knecht To: gentoo-user@lists.gentoo.org Content-Type: text/plain; charset=UTF-8 X-Archives-Salt: X-Archives-Hash: 37076f2962780dad92a078240ad6dc19 On Wed, Apr 20, 2011 at 6:33 AM, Neil Bothwick wrote: > Here it is, as an attachment too to avoid screwing up the lines > > > #!/bin/bash > > export PORTAGE_ECLASS_WARNING_ENABLE="0" > WORLD_MERGE="emerge --update --deep --reinstall changed-use --with-bdeps y --verbose @system @world" > Hi Neil, I like the script. Thanks for posting it. I guess I've lost track. Is @system not a part of @world or is that done for some other reason? The emerge man page says 'world encompasses both the selected and system sets.' Thanks, Mark