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 1QLs8a-0001dm-85 for garchives@archives.gentoo.org; Mon, 16 May 2011 07:22:44 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id EAD9D1C125; Mon, 16 May 2011 07:21:23 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id B9FE21C125 for ; Mon, 16 May 2011 07:21:23 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by smtp.gentoo.org (Postfix) with ESMTP id 4D0651B4024 for ; Mon, 16 May 2011 07:21:23 +0000 (UTC) X-Virus-Scanned: by amavisd-new using ClamAV at gentoo.org X-Spam-Score: -2.857 X-Spam-Level: X-Spam-Status: No, score=-2.857 required=5.5 tests=[AWL=-0.258, BAYES_00=-2.599] Received: from smtp.gentoo.org ([127.0.0.1]) by localhost (smtp.gentoo.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id f9LNm0zu5As4 for ; Mon, 16 May 2011 07:21:16 +0000 (UTC) Received: from lo.gmane.org (lo.gmane.org [80.91.229.12]) by smtp.gentoo.org (Postfix) with ESMTP id 24AC51B4035 for ; Mon, 16 May 2011 07:21:14 +0000 (UTC) Received: from list by lo.gmane.org with local (Exim 4.69) (envelope-from ) id 1QLs77-0005qz-4Z for gentoo-user@gentoo.org; Mon, 16 May 2011 09:21:13 +0200 Received: from athedsl-371191.home.otenet.gr ([79.131.1.245]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 16 May 2011 09:21:13 +0200 Received: from realnc by athedsl-371191.home.otenet.gr with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 16 May 2011 09:21:13 +0200 X-Injected-Via-Gmane: http://gmane.org/ To: gentoo-user@lists.gentoo.org From: Nikos Chantziaras Subject: [gentoo-user] Re: --oneshot and --update Date: Mon, 16 May 2011 10:21:01 +0300 Organization: Lucas Barks Message-ID: References: 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=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Complaints-To: usenet@dough.gmane.org X-Gmane-NNTP-Posting-Host: athedsl-371191.home.otenet.gr User-Agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.17) Gecko/20110430 Thunderbird/3.1.10 In-Reply-To: X-Archives-Salt: X-Archives-Hash: 8bf7ab4e1efefa26b2161cccc08fcbd8 On 05/16/2011 09:35 AM, Pandu Poluan wrote: > Hello list! > > I am trying to get the 'Zen' of emerge. Please CMIIW on the following points: > > * emerge --oneshot package will install package but does not record it in @world > > * To update a oneshot-ed package, I must either do it explicitly > (emerge --update package), or use --deep against world (emerge > --update --deep @world) > > * --update-ing a package will not record it in @world > > * If I want that package to be included in @world, I have to re-emerge it > > So, did I get everything right? I don't think that "--deep" will update stuff that isn't a direct or indirect dependency of packages that are in world.