From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([69.77.167.62] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1L2fCh-0006zS-Qm for garchives@archives.gentoo.org; Wed, 19 Nov 2008 05:02:16 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4A3AAE0280; Wed, 19 Nov 2008 05:02:15 +0000 (UTC) Received: from fk-out-0910.google.com (fk-out-0910.google.com [209.85.128.184]) by pigeon.gentoo.org (Postfix) with ESMTP id 06303E0280 for ; Wed, 19 Nov 2008 05:02:14 +0000 (UTC) Received: by fk-out-0910.google.com with SMTP id 18so4485775fks.2 for ; Tue, 18 Nov 2008 21:02:12 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to :subject:in-reply-to:mime-version:content-type :content-transfer-encoding:content-disposition:references; bh=nm/ODG/irXFc/i3JZFbPTZj20phoA68VlxBKtQ7FTUw=; b=gcySinXe/XnV1iUZCeQTqM7j4Ts503R1CVF8QeoO/hsl2TqVPVJfDuXxrvRNCl9Qvj Y6SYs6YyeDSScCJoQVbBdCyVgIlBtBFhTkYWDRVa+PppiBNb+EeXHq/vvpBythZb6Imw SELvOXPs9woN7gejMf2SmnjZdCoag7AKku+TI= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:in-reply-to:mime-version :content-type:content-transfer-encoding:content-disposition :references; b=LAnBJLIKW4RO7FpLwTUB6o9/+OTmaFdTTf6uZOymAnm65KBGo6zo1gTeVZtKvk6lBm fFFO/xLpASEwS5R79aJ+s1S/J3wdC1+ylJSK4GFhpundTKUwXGcnSyWdOj9GiPCdln1t HiNkzdXZhJUiBtAHdOaQhsBFWrFtnBNb8GllM= Received: by 10.103.171.6 with SMTP id y6mr235114muo.31.1227070932744; Tue, 18 Nov 2008 21:02:12 -0800 (PST) Received: by 10.103.168.9 with HTTP; Tue, 18 Nov 2008 21:02:12 -0800 (PST) Message-ID: Date: Wed, 19 Nov 2008 00:02:12 -0500 From: "Andrey Vul" To: gentoo-user@lists.gentoo.org Subject: Re: [gentoo-user] overlay conflicts In-Reply-To: <49239024.2000902@netspace.net.au> 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 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <49239024.2000902@netspace.net.au> X-Archives-Salt: d5769560-4529-4b5d-97b2-8ce2fc51f282 X-Archives-Hash: 7718f997462757e752949f10eaa23324 On Tue, Nov 18, 2008 at 23:03, Iain Buchanan wrote: > Andrey Vul wrote: >> >> Given package ~foo/bar-1.2.3 from overlay A and package >> **foo/bar-1.2.3 from overlay B, emerge uses the masking in overlay B >> (**). How do I set it to use overlay A when emerging =foo/bar-1.2.3 >> (i.e. ~foo/bar-1.2.3) ? > > it's a hack, but you could edit the overlay ebuild and take out the > KEYWORDS... > > You can also tell portage to prefer your /usr/portage directory over an > overlay, by setting make.conf: > PORTDIR_OVERLAY="/usr/local/portage /usr/portage" > (or something - play around with the order). But then this is done for all > packages (with the same version). > So I just rearrange the order in /usr/local/portage/layman/make.conf?