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 C1906139BC8 for ; Fri, 18 Sep 2015 17:11:17 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0501921C0A2; Fri, 18 Sep 2015 17:11:07 +0000 (UTC) Received: from mail143c7.megamailservers.com (mail143c7.megamailservers.com [69.49.98.243]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 053C721C083 for ; Fri, 18 Sep 2015 17:11:05 +0000 (UTC) X-POP-User: admin@sys-concept.com Received: from [10.0.0.100] (S01060050da7ae68c.ed.shawcable.net [68.149.90.13]) by mail143c7.megamailservers.com (8.14.9/8.13.1) with ESMTP id t8IHB0su003657 for ; Fri, 18 Sep 2015 13:11:05 -0400 Subject: Re: [gentoo-user] Re: portage can not find local ebuild To: gentoo-user@lists.gentoo.org References: <55FB81DA.2040501@sys-concept.com> From: thelma@sys-concept.com Message-ID: <55FC45B0.7070205@sys-concept.com> Date: Fri, 18 Sep 2015 11:11:12 -0600 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.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 In-Reply-To: Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-CTCH-RefID: str=0001.0A020202.55FC45A9.00B8,ss=1,re=0.000,recu=0.000,reip=0.000,cl=1,cld=1,fgs=0 X-CTCH-VOD: Unknown X-CTCH-Spam: Unknown X-CTCH-Score: 0.000 X-CTCH-Rules: X-CTCH-Flags: 0 X-CTCH-ScoreCust: 0.000 X-CSC: 0 X-CHA: v=2.1 cv=RYSpVTdv c=1 sm=1 tr=0 a=C3ZDv51cNVt4vJz/79I2xQ==:117 a=C3ZDv51cNVt4vJz/79I2xQ==:17 a=SDcUNfBxAAAA:8 a=BDKbP5mgAAAA:8 a=046jbqsEAAAA:8 a=IkcTkHD0fZMA:10 a=A_4zmHWdXlnsGwKwcJEA:9 a=QEXdDO2ut3YA:10 X-Archives-Salt: ff484818-15d0-440e-aa6f-3a570c150fb6 X-Archives-Hash: 14acfa4bd1aeb463c59a53c05630b55f On 09/18/2015 01:38 AM, Nikos Chantziaras wrote: [snip] > > Remove the PORTDIR_OVERLAY entry from make.conf. Then, create a new file > in /etc/portage/repos.conf/, for example "local.conf", with these contents: > > [Local] > priority = 99999999 > location = /usr/local/portage > auto-sync = no > > The high value for priority is just to make sure that your local ebuilds > override any other ebuilds of the same name that exist elsewhere. Good suggestion, thanks. Thelma