From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-899046-garchives=archives.gentoo.org@lists.gentoo.org> Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 2321D138331 for <garchives@archives.gentoo.org>; Mon, 29 Aug 2016 20:45:25 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1926221C084; Mon, 29 Aug 2016 20:45:23 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 1093421C06B for <gentoo-commits@lists.gentoo.org>; Mon, 29 Aug 2016 20:45:22 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 63689340955 for <gentoo-commits@lists.gentoo.org>; Mon, 29 Aug 2016 20:45:20 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A0B1D245B for <gentoo-commits@lists.gentoo.org>; Mon, 29 Aug 2016 20:45:18 +0000 (UTC) From: "Justin Bronder" <jsbronder@gentoo.org> To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Justin Bronder" <jsbronder@gentoo.org> Message-ID: <1472489223.8a4ee23dab12892aa93bbb9b3b66ff5763771547.jsbronder@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: eclass/ X-VCS-Repository: proj/sci X-VCS-Files: eclass/mpi.eclass X-VCS-Directories: eclass/ X-VCS-Committer: jsbronder X-VCS-Committer-Name: Justin Bronder X-VCS-Revision: 8a4ee23dab12892aa93bbb9b3b66ff5763771547 X-VCS-Branch: master Date: Mon, 29 Aug 2016 20:45:18 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: e5bc301e-d451-4b0f-b3ef-9a5fd7c42d41 X-Archives-Hash: 0b7452214d0d0e1b419cd36b0607c675 commit: 8a4ee23dab12892aa93bbb9b3b66ff5763771547 Author: Christoph Junghans <ottxor <AT> gentoo <DOT> org> AuthorDate: Sat Aug 27 00:37:45 2016 +0000 Commit: Justin Bronder <jsbronder <AT> gentoo <DOT> org> CommitDate: Mon Aug 29 16:47:03 2016 +0000 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=8a4ee23d mpi.eclass: block multilib mpi from gx86 (bug #519700) eclass/mpi.eclass | 3 +++ 1 file changed, 3 insertions(+) diff --git a/eclass/mpi.eclass b/eclass/mpi.eclass index b7ace33..3c20101 100644 --- a/eclass/mpi.eclass +++ b/eclass/mpi.eclass @@ -56,6 +56,9 @@ mpi_classed() { [[ ${CATEGORY} == mpi-* ]] } +#empi has no support for multilib yet +mpi_classed && [[ ${_MULTILIB_BUILD} ]] && REQUIRED_USE="abi_x86_64? ( !abi_x86_32 )" + # @FUNCTION: mpi_class # @RETURN: The name of the current class, or nothing if unclassed. mpi_class() {