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 B9229198005 for ; Wed, 27 Feb 2013 19:44:26 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 448E8E08A4; Wed, 27 Feb 2013 19:44:26 +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 D2989E08A4 for ; Wed, 27 Feb 2013 19:44:25 +0000 (UTC) Received: from hornbill.gentoo.org (hornbill.gentoo.org [94.100.119.163]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id E8EB433DEEA for ; Wed, 27 Feb 2013 19:44:24 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 72797E42AB for ; Wed, 27 Feb 2013 19:44:23 +0000 (UTC) From: "Thomas Sachau" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Thomas Sachau" Message-ID: <1361994251.86d8c1bcea663ceb62867eb0131e7769f2914806.tommy@gentoo> Subject: [gentoo-commits] proj/portage:multilib commit in: bin/ X-VCS-Repository: proj/portage X-VCS-Files: bin/ebuild.sh X-VCS-Directories: bin/ X-VCS-Committer: tommy X-VCS-Committer-Name: Thomas Sachau X-VCS-Revision: 86d8c1bcea663ceb62867eb0131e7769f2914806 X-VCS-Branch: multilib Date: Wed, 27 Feb 2013 19:44:23 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 209399fd-92b9-45a8-8b60-de08a3ec6941 X-Archives-Hash: bf4b68cc053d9ef8c249a167aa6db61c commit: 86d8c1bcea663ceb62867eb0131e7769f2914806 Author: Thomas Sachau gentoo org> AuthorDate: Wed Feb 27 19:44:11 2013 +0000 Commit: Thomas Sachau gentoo org> CommitDate: Wed Feb 27 19:44:11 2013 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/portage.git;a=commit;h=86d8c1bc Add a workaround to disable the new multilib eclass usage in xorg-2 eclass based ebuilds --- bin/ebuild.sh | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/bin/ebuild.sh b/bin/ebuild.sh index 8fd6ae5..0226ed2 100755 --- a/bin/ebuild.sh +++ b/bin/ebuild.sh @@ -198,6 +198,8 @@ debug-print-section() { # Sources all eclasses in parameters declare -ix ECLASS_DEPTH=0 inherit() { + XORG_MULTILIB=no + MULTILIB_USEDEP="${ARCH}" ECLASS_DEPTH=$(($ECLASS_DEPTH + 1)) if [[ ${ECLASS_DEPTH} > 1 ]]; then debug-print "*** Multiple Inheritence (Level: ${ECLASS_DEPTH})"