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 BA62C1389E2 for ; Sat, 13 Dec 2014 18:07:03 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2BC63E0C5F; Sat, 13 Dec 2014 18:06:32 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 3BE77E0C5D for ; Sat, 13 Dec 2014 18:06:31 +0000 (UTC) Received: from [192.168.1.16] (ip70-181-96-121.oc.oc.cox.net [70.181.96.121]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) (Authenticated sender: zmedico) by smtp.gentoo.org (Postfix) with ESMTPSA id 933E33402CF for ; Sat, 13 Dec 2014 18:06:30 +0000 (UTC) Message-ID: <548C8024.90900@gentoo.org> Date: Sat, 13 Dec 2014 10:06:28 -0800 From: Zac Medico User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.3.0 Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-portage-dev@lists.gentoo.org Reply-to: gentoo-portage-dev@lists.gentoo.org MIME-Version: 1.0 To: gentoo-portage-dev@lists.gentoo.org Subject: Re: [gentoo-portage-dev] [PATCH] portage.dbapi.bintree.binarytree: Delete PORTDIR-reliant microoptimization in index of binary packages References: <201412131726.25205.Arfrever.FTA@gmail.com> In-Reply-To: <201412131726.25205.Arfrever.FTA@gmail.com> Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Archives-Salt: 375b2851-eed7-4aa3-9778-49b6346aaf7b X-Archives-Hash: 705764008297e0fbc452677da302cc37 On 12/13/2014 08:26 AM, Arfrever Frehtes Taifersar Arahesis wrote: > [[[ > portage.dbapi.bintree.binarytree: Delete PORTDIR-reliant microoptimization in index of binary packages. > > This microoptimization cannot work when no main repository exists. > ]]] > > -- > Arfrever Frehtes Taifersar Arahesis > LGTM. I guess we could scan the package list and set the default repository value to the repository with maximum occurrences. However, it's not very important. -- Thanks, Zac