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 41E0D1381F3 for ; Thu, 4 Apr 2013 20:51:42 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7A757E08AB; Thu, 4 Apr 2013 20:50:59 +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 A9CDFE08A5 for ; Thu, 4 Apr 2013 20:50:58 +0000 (UTC) Received: from pomiocik.lan (77-253-144-190.adsl.inetia.pl [77.253.144.190]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) (Authenticated sender: mgorny) by smtp.gentoo.org (Postfix) with ESMTPSA id 184C633DD99; Thu, 4 Apr 2013 20:50:51 +0000 (UTC) From: =?UTF-8?q?Micha=C5=82=20G=C3=B3rny?= To: gentoo-dev@lists.gentoo.org Cc: =?UTF-8?q?Micha=C5=82=20G=C3=B3rny?= Subject: [gentoo-dev] [PATCH 2/2] multilib-minimal: enable installing wrappers. Date: Thu, 4 Apr 2013 22:51:20 +0200 Message-Id: <1365108680-22099-2-git-send-email-mgorny@gentoo.org> X-Mailer: git-send-email 1.8.1.5 In-Reply-To: <20130404225046.434b7ba1@pomiocik.lan> References: <20130404225046.434b7ba1@pomiocik.lan> 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 X-Archives-Salt: db75bcff-00dd-457e-bf4e-8fd7335d6f88 X-Archives-Hash: 2f97bdfe78d1251161a8442a53f6782d --- gx86/eclass/multilib-minimal.eclass | 2 ++ 1 file changed, 2 insertions(+) diff --git a/gx86/eclass/multilib-minimal.eclass b/gx86/eclass/multilib-minimal.eclass index 070425f..44d6ed3 100644 --- a/gx86/eclass/multilib-minimal.eclass +++ b/gx86/eclass/multilib-minimal.eclass @@ -86,10 +86,12 @@ multilib-minimal_src_install() { else default_src_install fi + multilib_prepare_wrappers multilib_check_headers popd >/dev/null || die } multilib_foreach_abi multilib-minimal_abi_src_install + multilib_install_wrappers if declare -f multilib_src_install_all >/dev/null ; then multilib_src_install_all -- 1.8.1.5