Gentoo Archives: gentoo-commits

From: Marius Brehler <marbre@××××××××××××××.de>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/sci:master commit in: virtual/scalapack/
Date: Tue, 07 Mar 2017 07:45:54
Message-Id: 1488826717.b9f7e9f44080652a9ec1918a45f1f74fd6a34a4d.marbre@gentoo
1 commit: b9f7e9f44080652a9ec1918a45f1f74fd6a34a4d
2 Author: François Bissey <francois.bissey <AT> canterbury <DOT> ac <DOT> nz>
3 AuthorDate: Sun Mar 5 01:27:04 2017 +0000
4 Commit: Marius Brehler <marbre <AT> linux <DOT> sungazer <DOT> de>
5 CommitDate: Mon Mar 6 18:58:37 2017 +0000
6 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=b9f7e9f4
7
8 virtual/scalapack: Remove MULTILIB_COMPAT restriction
9
10 Package-Manager: portage-2.3.3
11
12 virtual/scalapack/scalapack-2.0.2.ebuild | 4 +---
13 1 file changed, 1 insertion(+), 3 deletions(-)
14
15 diff --git a/virtual/scalapack/scalapack-2.0.2.ebuild b/virtual/scalapack/scalapack-2.0.2.ebuild
16 index 6131a36d7..a68e13002 100644
17 --- a/virtual/scalapack/scalapack-2.0.2.ebuild
18 +++ b/virtual/scalapack/scalapack-2.0.2.ebuild
19 @@ -1,10 +1,8 @@
20 -# Copyright 1999-2016 Gentoo Foundation
21 +# Copyright 1999-2017 Gentoo Foundation
22 # Distributed under the terms of the GNU General Public License v2
23
24 EAPI=6
25
26 -MULTILIB_COMPAT=( abi_x86_{32,64} )
27 -
28 inherit multilib-build
29
30 DESCRIPTION="Virtual for ScaLAPACK implementation"