From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1OpX0O-0001xL-TC for garchives@archives.gentoo.org; Sun, 29 Aug 2010 01:48:21 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 08942E086A; Sun, 29 Aug 2010 01:48:14 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 81867E086A for ; Sun, 29 Aug 2010 01:48:14 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by smtp.gentoo.org (Postfix) with ESMTP id 0608B1B412C for ; Sun, 29 Aug 2010 01:48:14 +0000 (UTC) X-Virus-Scanned: amavisd-new at gentoo.org X-Spam-Score: -2.917 X-Spam-Level: X-Spam-Status: No, score=-2.917 required=5.5 tests=[AWL=-0.318, BAYES_00=-2.599] 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 tG6oLC7jkPWX for ; Sun, 29 Aug 2010 01:48:07 +0000 (UTC) Received: from lo.gmane.org (lo.gmane.org [80.91.229.12]) by smtp.gentoo.org (Postfix) with ESMTP id 7F6161B405B for ; Sun, 29 Aug 2010 01:48:03 +0000 (UTC) Received: from list by lo.gmane.org with local (Exim 4.69) (envelope-from ) id 1OpX03-0006qN-2T for gentoo-devhelp@gentoo.org; Sun, 29 Aug 2010 03:47:59 +0200 Received: from athedsl-378770.home.otenet.gr ([79.131.31.144]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sun, 29 Aug 2010 03:47:59 +0200 Received: from realnc by athedsl-378770.home.otenet.gr with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sun, 29 Aug 2010 03:47:59 +0200 X-Injected-Via-Gmane: http://gmane.org/ To: gentoo-devhelp@lists.gentoo.org From: Nikos Chantziaras Subject: [gentoo-devhelp] Re: How do I select a specific Git "head" in live ebuilds? Date: Sun, 29 Aug 2010 04:48:09 +0300 Organization: Lucas Barks Message-ID: References: Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Development-related help X-BeenThere: gentoo-devhelp@gentoo.org X-BeenThere: gentoo-devhelp@lists.gentoo.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Complaints-To: usenet@dough.gmane.org X-Gmane-NNTP-Posting-Host: athedsl-378770.home.otenet.gr User-Agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.8) Gecko/20100806 Thunderbird/3.1.2 In-Reply-To: X-Archives-Salt: 4e39b58d-2fdf-452a-b9d8-83cdf2e77fb7 X-Archives-Hash: cce2ac7ecf638b33706a551fcc6b7b63 On 08/28/2010 10:05 PM, James Cloos wrote: >>>>>> "NC" == Nikos Chantziaras writes: > > NC> I tried putting: > > NC> EGIT_BRANCH="stable-0.4" > > NC> in the ebuild. But this doesn't seem to help; "master" is emerged > NC> instead of "stable-0.4". > > NC> What am I doing wrong? > > Move the EGIT_ declarations earlier in the file. IIRC, EGIT_BRANCH will > only work if it is before the inheirit. > > (It took me *quite* a bit of trial-and-error to get it to work the first > time I wanted to use a non-master HEAD.) > > -JimC That was indeed the problem. Thank you very much!