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 7CF5B13827E for ; Wed, 11 Dec 2013 21:35:47 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3DABBE0CE1; Wed, 11 Dec 2013 21:35:42 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 3D5FAE0C4A for ; Wed, 11 Dec 2013 21:35:41 +0000 (UTC) Received: from [192.168.4.5] (blfd-4d08e001.pool.mediaWays.net [77.8.224.1]) (using TLSv1 with cipher ECDHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) (Authenticated sender: hasufell) by smtp.gentoo.org (Postfix) with ESMTPSA id AC4D633F4D2 for ; Wed, 11 Dec 2013 21:35:36 +0000 (UTC) Message-ID: <52A8DA99.8090908@gentoo.org> Date: Wed, 11 Dec 2013 22:35:21 +0100 From: hasufell User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20100101 Thunderbird/24.1.1 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 To: gentoo-dev@lists.gentoo.org Subject: Re: [gentoo-dev] some multilib-minimal enhancements [4/6]: ubiquitous multilib--all callbacks References: In-Reply-To: X-Enigmail-Version: 1.6 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Archives-Salt: 8d5c68b0-6904-4378-8394-f371d8790839 X-Archives-Hash: 68c46f875e215aa6bb504a794838a4c0 I'd actually consider to remove all "*_all" phases since you can achive the same via: src_install() { multilib-minimal_src_install generic install crap || die } and have more control over the call order. But then again that will change behavior. So I am not sure about this feature.