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 87440138A1A for ; Sat, 14 Feb 2015 14:25:46 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 74E0BE0942; Sat, 14 Feb 2015 14:25:41 +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 4F640E0922 for ; Sat, 14 Feb 2015 14:25:40 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by smtp.gentoo.org (Postfix) with ESMTP id 3113634073C for ; Sat, 14 Feb 2015 14:25:39 +0000 (UTC) X-Virus-Scanned: by amavisd-new using ClamAV at gentoo.org X-Spam-Flag: NO X-Spam-Score: -0.017 X-Spam-Level: X-Spam-Status: No, score=-0.017 tagged_above=-999 required=5.5 tests=[AWL=-0.507, DKIM_ADSP_CUSTOM_MED=0.001, FREEMAIL_FROM=0.001, NML_ADSP_CUSTOM_MED=1.2, RCVD_IN_DNSWL_LOW=-0.7, SPF_HELO_PASS=-0.001, SPF_PASS=-0.001, T_RP_MATCHES_RCVD=-0.01] autolearn=no 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 tRJkTzZlg-hu for ; Sat, 14 Feb 2015 14:25:31 +0000 (UTC) Received: from plane.gmane.org (plane.gmane.org [80.91.229.3]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 0C0043406EB for ; Sat, 14 Feb 2015 14:25:29 +0000 (UTC) Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1YMdew-0006xn-0E for gentoo-user@gentoo.org; Sat, 14 Feb 2015 15:25:26 +0100 Received: from athedsl-344285.home.otenet.gr ([85.72.200.123]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sat, 14 Feb 2015 15:25:25 +0100 Received: from realnc by athedsl-344285.home.otenet.gr with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sat, 14 Feb 2015 15:25:25 +0100 X-Injected-Via-Gmane: http://gmane.org/ To: gentoo-user@lists.gentoo.org From: Nikos Chantziaras Subject: [gentoo-user] Re: repos.conf migration lost overlay priority Date: Sat, 14 Feb 2015 16:25:19 +0200 Organization: Lucas Barks Message-ID: References: <20150213231621.ce8b6d5638e2ecaf43d64d67@gentoo.org> 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=windows-1252; format=flowed Content-Transfer-Encoding: 7bit X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: athedsl-344285.home.otenet.gr User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.4.0 In-Reply-To: <20150213231621.ce8b6d5638e2ecaf43d64d67@gentoo.org> X-Archives-Salt: d989ef9a-d7e0-4de7-ad87-5b860a5539e0 X-Archives-Hash: 9f425d02333f083c65b197466ce6ba3c On 13/02/15 22:16, Andrew Savchenko wrote: > On Fri, 13 Feb 2015 20:29:07 +0200 Nikos Chantziaras wrote: >> I migrated my portage config to the new repos.conf system. I now have a >> file /etc/portage/repos.conf/local.conf: >> >> [Local] >> location = /usr/local/portage >> auto-sync = no > >> And removed the path from make.conf. >> >> However, now layman overlays override my local repo. If I copy an ebuild >> to /usr/local/portage (for modifications) and try to emerge it, it is >> not emerged. Instead, the ebuild from the other overlay is emerged. >> >> How do I make my local overlay have the highest priority so that it >> overrides *everything*? > > Try to add > priority = 100 > to local.conf Thanks! That works. To be sure, I used 99999999. On a side note, someone should inform the portage devs that higher priorities should equal lower numbers. Don't do it the opposite way to the rest of the world, please :-P