From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 00E14138A6C for ; Tue, 18 Nov 2014 08:36:35 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B2EBDE09D5; Tue, 18 Nov 2014 08:36:29 +0000 (UTC) Received: from mail-wg0-f46.google.com (mail-wg0-f46.google.com [74.125.82.46]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 7C4EAE097C for ; Tue, 18 Nov 2014 08:36:28 +0000 (UTC) Received: by mail-wg0-f46.google.com with SMTP id x13so27124362wgg.5 for ; Tue, 18 Nov 2014 00:36:27 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=message-id:date:from:user-agent:mime-version:to:subject:references :in-reply-to:content-type:content-transfer-encoding; bh=bVsjTWJ6gqfRZBp4JNUXCUU4LjyiyBHbRSx0hlYla/o=; b=E6k19vPxd5USTQekvggxFXWI0Pt+meE4PmD5UMUN2pgaNvr3HHmjlv6f4oXzJSFm3g 23f0ILoCTiAeEkDceDfVtNQ4ig4RP2Jmy3ghQXJqQYnUqtjWT3FHXxoxQddoYJP4C7ag ycpbyjRnOT2Uxj1qDCkP4sWWlbXlqm2y4tOuZ8xvExFq1u6tOq+3jVvgsnT7vxQbjUTK Um+MmZFpmdP+t7szq3ZzHIZE1VjUTYmcccOJv3FWzGCzySDCNnws+zv8M0wq+JbMO4Xi pH+Lh/XZDkQzgSrZjcZgS6xnDbL0jtyEdrZl/PtviVGoqQdyAs5BZQH3HkAP+s5yUaMu YBmA== X-Received: by 10.194.3.45 with SMTP id 13mr44334436wjz.47.1416299787186; Tue, 18 Nov 2014 00:36:27 -0800 (PST) Received: from [192.168.1.40] ([41.85.145.17]) by mx.google.com with ESMTPSA id fq1sm18537535wib.12.2014.11.18.00.36.24 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Tue, 18 Nov 2014 00:36:26 -0800 (PST) Message-ID: <546B04F1.3030401@gmail.com> Date: Tue, 18 Nov 2014 10:36:01 +0200 From: Alan McKinnon User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.2.0 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] Re: Inconsistency in portage automake package versioning References: <546a6926.e689700a.5ee5.31b0@mx.google.com> <546A6D5E.8040708@gmail.com> <546a7df5.24ab700a.72e0.32da@mx.google.com> In-Reply-To: Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit X-Archives-Salt: 575c92a3-4237-4830-af86-25352f54ff72 X-Archives-Hash: fbe94b4bf3f17b87f86bec62b22adc98 On 18/11/2014 05:13, James wrote: > Gevisz gmail.com> writes: > > >>> p.s. make life easier for yourself when searching the tree. Install eix >>> and stop using emerge --search. eix runs out a gazillion times faster > >> As fas as I remember, I have eix installed but used only once. :) >> Have to re-read its documentation first. > > Best thing to remember about 'eix' is to run 'eix-update', periodically. I kept forgetting that step after syncing, so I wrote a wrapper script: #!/bin/bash emerge --sync layman -S eix-update -- Alan McKinnon alan.mckinnon@gmail.com