Gentoo Archives: gentoo-commits

From: Justin Bronder <jsbronder@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/sci:master commit in: eclass/
Date: Mon, 29 Aug 2016 20:45:25
Message-Id: 1472489223.8a4ee23dab12892aa93bbb9b3b66ff5763771547.jsbronder@gentoo
1 commit: 8a4ee23dab12892aa93bbb9b3b66ff5763771547
2 Author: Christoph Junghans <ottxor <AT> gentoo <DOT> org>
3 AuthorDate: Sat Aug 27 00:37:45 2016 +0000
4 Commit: Justin Bronder <jsbronder <AT> gentoo <DOT> org>
5 CommitDate: Mon Aug 29 16:47:03 2016 +0000
6 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=8a4ee23d
7
8 mpi.eclass: block multilib mpi from gx86 (bug #519700)
9
10 eclass/mpi.eclass | 3 +++
11 1 file changed, 3 insertions(+)
12
13 diff --git a/eclass/mpi.eclass b/eclass/mpi.eclass
14 index b7ace33..3c20101 100644
15 --- a/eclass/mpi.eclass
16 +++ b/eclass/mpi.eclass
17 @@ -56,6 +56,9 @@ mpi_classed() {
18 [[ ${CATEGORY} == mpi-* ]]
19 }
20
21 +#empi has no support for multilib yet
22 +mpi_classed && [[ ${_MULTILIB_BUILD} ]] && REQUIRED_USE="abi_x86_64? ( !abi_x86_32 )"
23 +
24 # @FUNCTION: mpi_class
25 # @RETURN: The name of the current class, or nothing if unclassed.
26 mpi_class() {