commit: 12311d395bd80db466b80c582877a60ab1dc67ff
Author: Thomas Sachau <tommy <AT> gentoo <DOT> org>
AuthorDate: Tue May 5 11:58:41 2015 +0000
Commit: Thomas Sachau <tommy <AT> gentoo <DOT> org>
CommitDate: Tue May 5 11:58:41 2015 +0000
URL: https://gitweb.gentoo.org/proj/portage.git/commit/?id=12311d39
Update exception list for no multilib actions when abi_x86_32 is enabled
bin/auto-multilib.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/bin/auto-multilib.sh b/bin/auto-multilib.sh
index 1386cd9..0b7a635 100755
--- a/bin/auto-multilib.sh
+++ b/bin/auto-multilib.sh
@@ -101,7 +101,7 @@ has_multilib_profile() {
}
is_auto-multilib() {
- if has_multilib_profile && ! has multilib-native ${INHERITED} && ! use
multilib; then
+ if has_multilib_profile && ! has multilib-native ${INHERITED} && ! use
multilib && ! use abi_x86_32; then
for i in ${MULTILIB_ABIS} ; do
use multilib_abi_"${i}" && [[ "${i}" !=
"${DEFAULT_ABI}" ]] && return 0
done