Skip to content

Commit

Permalink
If there are no multilib_* USE dependencies return the ABI as the USE…
Browse files Browse the repository at this point in the history
… dep
  • Loading branch information
sjnewbury committed Aug 1, 2009
1 parent b7fc017 commit ad1fed4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion eclass/multilib.eclass
Expand Up @@ -738,7 +738,7 @@ get_ml_usedeps() {
fi
done

[[ "$(echo ${ordera})" == "multilib_${DEFAULT_ABI}" ]] || [[ -z $ordera ]] && ordera=${x}
[[ "$(echo ${ordera})" == "multilib_${DEFAULT_ABI}" ]] || [[ -z $ordera ]] && ordera=${DEFAULT_ABI}
order=${ordera}

echo ${order}
Expand Down

0 comments on commit ad1fed4

Please sign in to comment.