From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from lists.gentoo.org ([140.105.134.102] helo=robin.gentoo.org) by nuthatch.gentoo.org with esmtp (Exim 4.62) (envelope-from ) id 1Gok6z-00077v-Ry for garchives@archives.gentoo.org; Mon, 27 Nov 2006 17:17:46 +0000 Received: from robin.gentoo.org (localhost [127.0.0.1]) by robin.gentoo.org (8.13.8/8.13.8) with SMTP id kARHChRJ013838; Mon, 27 Nov 2006 17:12:43 GMT Received: from ug-out-1314.google.com (ug-out-1314.google.com [66.249.92.171]) by robin.gentoo.org (8.13.8/8.13.8) with ESMTP id kARH6EGt012758 for ; Mon, 27 Nov 2006 17:06:14 GMT Received: by ug-out-1314.google.com with SMTP id z38so1184451ugc for ; Mon, 27 Nov 2006 09:06:13 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=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; b=ac04pxHpOzUKAy0cTl8tb3wAy8//fFuTRr7lvvNdFOBtn/iGjEtbj5+p+9LWkuQWvc+yEO7VjlfuX9yA7MJSxHaUBzqqoAwA1sDfg2MInGfQ/49ylNqZfcNKUfgAlN9R9lAtoEgxaG4vWUgGZOacRNuJcCTUQTPCulmhccOLrcw= Received: by 10.82.114.3 with SMTP id m3mr2079617buc.1164647173313; Mon, 27 Nov 2006 09:06:13 -0800 (PST) Received: by 10.82.106.2 with HTTP; Mon, 27 Nov 2006 09:06:13 -0800 (PST) Message-ID: <7573e9640611270906o7dc6b7a1mdaf7770c3ccf07e0@mail.gmail.com> Date: Mon, 27 Nov 2006 10:06:13 -0700 From: "Richard Fish" Sender: richard.j.fish@gmail.com To: gentoo-user@lists.gentoo.org Subject: Re: [gentoo-user] package.keywords In-Reply-To: <20061127173713.13cc572b@lx-arnau.pic.es> Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-user@gentoo.org Reply-to: gentoo-user@lists.gentoo.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <20061127173713.13cc572b@lx-arnau.pic.es> X-Google-Sender-Auth: 4eff8895a76eae93 X-Archives-Salt: faf5b74a-35d8-4bfb-b915-45ecfd04f117 X-Archives-Hash: 3145a3290ad07af39ac67c3b44293056 On 11/27/06, Arnau Bria wrote: > Hi, > > due to a human error I've deleted my package.keyowrd file... > (echo "package ~x86" > /etc/portage/package.keywords) > > How may I find which packages were in the file? > I'm afraid of doing an update... Option 1: # emerge -DNvp world Look for things with a 'D' for downgrade in front of them. Option 2: # cd /var/db/pkg # grep -l "~x86" */*/KEYWORDS | sed "s/\/KEYWORDS//" HTH, -Richard -- gentoo-user@gentoo.org mailing list