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 1MvvKv-0006hM-NW for garchives@archives.gentoo.org; Thu, 08 Oct 2009 15:55:25 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7EF05E0EDF; Thu, 8 Oct 2009 15:55:01 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 528DAE0EDF for ; Thu, 8 Oct 2009 15:55:01 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by smtp.gentoo.org (Postfix) with ESMTP id DAB5FB4928 for ; Thu, 8 Oct 2009 15:55:00 +0000 (UTC) X-Virus-Scanned: amavisd-new at gentoo.org X-Spam-Score: -3.186 X-Spam-Level: X-Spam-Status: No, score=-3.186 required=5.5 tests=[AWL=-0.587, 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 czQAW4WtIp2v for ; Thu, 8 Oct 2009 15:54:54 +0000 (UTC) Received: from lo.gmane.org (lo.gmane.org [80.91.229.12]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTP id 2515DB4ACD for ; Thu, 8 Oct 2009 15:54:54 +0000 (UTC) Received: from list by lo.gmane.org with local (Exim 4.50) id 1MvvKO-0005E1-7r for gentoo-user@gentoo.org; Thu, 08 Oct 2009 17:54:52 +0200 Received: from athedsl-375048.home.otenet.gr ([79.131.17.6]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 08 Oct 2009 17:54:52 +0200 Received: from realnc by athedsl-375048.home.otenet.gr with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 08 Oct 2009 17:54:52 +0200 X-Injected-Via-Gmane: http://gmane.org/ To: gentoo-user@lists.gentoo.org From: Nikos Chantziaras Subject: [gentoo-user] Re: FIXED 3D Date: Thu, 08 Oct 2009 18:54:26 +0300 Organization: Lucas Barks Message-ID: References: <0c7f33f17eed01b23a2d825e8ca63371@localhost> 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@ger.gmane.org X-Gmane-NNTP-Posting-Host: athedsl-375048.home.otenet.gr User-Agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.1.4pre) Gecko/20090923 Thunderbird/3.0b4 In-Reply-To: Sender: news X-Archives-Salt: fff8af42-2170-49dd-b438-53560a3edc21 X-Archives-Hash: 9d83999ff9b652c98ef46afb267a1dee On 10/08/2009 06:28 PM, James wrote: > One final question. When I run this command: > emerge -1 $(qlist -I x11-drivers) > > I get this error: > 'x11-drivers/ati-drivers' is not a valid package atom > Please check ebuild(5) for full details. Try: emerge -1 $(qlist -I x11-drivers) And it's usually quicker to type with backticks instead of $(): emerge -1 `qlist -IC x11-drivers` Note: not single-quotes ('), but backticks (`). It's usually the key above TAB and to the left of 1.