Gentoo Archives: gentoo-commits

From: Thomas Sachau <tommy@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/portage:multilib commit in: bin/
Date: Wed, 27 Feb 2013 19:44:26
Message-Id: 1361994251.86d8c1bcea663ceb62867eb0131e7769f2914806.tommy@gentoo
1 commit: 86d8c1bcea663ceb62867eb0131e7769f2914806
2 Author: Thomas Sachau <tommy <AT> gentoo <DOT> org>
3 AuthorDate: Wed Feb 27 19:44:11 2013 +0000
4 Commit: Thomas Sachau <tommy <AT> gentoo <DOT> org>
5 CommitDate: Wed Feb 27 19:44:11 2013 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/portage.git;a=commit;h=86d8c1bc
7
8 Add a workaround to disable the new multilib eclass usage in xorg-2 eclass based ebuilds
9
10 ---
11 bin/ebuild.sh | 2 ++
12 1 files changed, 2 insertions(+), 0 deletions(-)
13
14 diff --git a/bin/ebuild.sh b/bin/ebuild.sh
15 index 8fd6ae5..0226ed2 100755
16 --- a/bin/ebuild.sh
17 +++ b/bin/ebuild.sh
18 @@ -198,6 +198,8 @@ debug-print-section() {
19 # Sources all eclasses in parameters
20 declare -ix ECLASS_DEPTH=0
21 inherit() {
22 + XORG_MULTILIB=no
23 + MULTILIB_USEDEP="${ARCH}"
24 ECLASS_DEPTH=$(($ECLASS_DEPTH + 1))
25 if [[ ${ECLASS_DEPTH} > 1 ]]; then
26 debug-print "*** Multiple Inheritence (Level: ${ECLASS_DEPTH})"