From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (unknown [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 14D321381FA for ; Fri, 23 May 2014 08:49:35 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5EEDAE0919; Fri, 23 May 2014 08:49:30 +0000 (UTC) Received: from toothrot.meleeweb.net (fr1.as29.net [62.210.131.231]) (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 68215E07FE for ; Fri, 23 May 2014 08:49:29 +0000 (UTC) Received: from apache by toothrot.meleeweb.net with local id 1WnlAN-0005RK-Fi for gentoo-dev@lists.gentoo.org; Fri, 23 May 2014 10:49:27 +0200 To: gentoo-dev@lists.gentoo.org Subject: Re: [gentoo-dev] [PATCHES] multilib-build.eclass: getting 'long' ABI value & deprecating =?UTF-8?Q?multilib=5Ffor=5Fbest=5Fabi=28=29?= Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-dev@lists.gentoo.org Reply-to: gentoo-dev@lists.gentoo.org MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit Date: Fri, 23 May 2014 10:49:27 +0200 From: Bertrand Jacquin In-Reply-To: <20140523095517.65acbdba@pomiot.lan> References: <20140505102912.60eb44df@pomiot.lan> <20140523095517.65acbdba@pomiot.lan> Message-ID: <67e7e4327f6f0ce10311463a8726287d@mail.meleeweb.net> X-Sender: beber@meleeweb.net User-Agent: Roundcube Webmail X-Archives-Salt: ec13d236-7d4f-4e35-b144-4e4658bbe675 X-Archives-Hash: f088f59e684c364cc2cd771e3a35f181 On 2014-05-23 09:55, Michał Górny wrote: > Dnia 2014-05-05, o godz. 10:29:12 > Michał Górny napisał(a): > >> 2. adds ${MULTILIB_ABI} variable to foreach loops that contains the >> flag >> matching currently iterated ABI. >> >> e.g.: >> >> ${ABI} == amd64 >> ${MULTILIB_ABI} == abi_x86_64 > > Committed as MULTILIB_ABI_FLAG to avoid collision with ${MULTILIB_ABI} > used by multilib portage & confusion with ${MULTILIB_ABIS}. Thank you Michał !