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: Sun, 03 Mar 2013 13:44:59
Message-Id: 1362318268.6f6f51607974bd844eb918e6d7edac8130699c31.tommy@gentoo
1 commit: 6f6f51607974bd844eb918e6d7edac8130699c31
2 Author: Thomas Sachau <tommy <AT> gentoo <DOT> org>
3 AuthorDate: Sun Mar 3 13:44:28 2013 +0000
4 Commit: Thomas Sachau <tommy <AT> gentoo <DOT> org>
5 CommitDate: Sun Mar 3 13:44:28 2013 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/portage.git;a=commit;h=6f6f5160
7
8 Remove multilib eclass specific workarounds, since behaviour can now be changed via USE flags
9
10 ---
11 bin/ebuild.sh | 2 --
12 1 files changed, 0 insertions(+), 2 deletions(-)
13
14 diff --git a/bin/ebuild.sh b/bin/ebuild.sh
15 index 0226ed2..8fd6ae5 100755
16 --- a/bin/ebuild.sh
17 +++ b/bin/ebuild.sh
18 @@ -198,8 +198,6 @@ 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})"