Gentoo Archives: gentoo-commits

From: Marius Brehler <marbre@××××××××××××××.de>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/sci:master commit in: virtual/lapack/
Date: Tue, 07 Mar 2017 07:45:33
Message-Id: 1488826717.b4f4c09d90a5e163399c749b322c0695504fe500.marbre@gentoo
1 commit: b4f4c09d90a5e163399c749b322c0695504fe500
2 Author: François Bissey <francois.bissey <AT> canterbury <DOT> ac <DOT> nz>
3 AuthorDate: Sun Mar 5 01:22:52 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=b4f4c09d
7
8 virtual/lapack: Remove MULTILIB_COMPAT restriction
9
10 Package-Manager: portage-2.3.3
11
12 virtual/lapack/lapack-3.6-r100.ebuild | 4 +---
13 virtual/lapack/lapack-3.7-r100.ebuild | 2 --
14 2 files changed, 1 insertion(+), 5 deletions(-)
15
16 diff --git a/virtual/lapack/lapack-3.6-r100.ebuild b/virtual/lapack/lapack-3.6-r100.ebuild
17 index a7f119675..64256ca6d 100644
18 --- a/virtual/lapack/lapack-3.6-r100.ebuild
19 +++ b/virtual/lapack/lapack-3.6-r100.ebuild
20 @@ -1,10 +1,8 @@
21 -# Copyright 1999-2016 Gentoo Foundation
22 +# Copyright 1999-2017 Gentoo Foundation
23 # Distributed under the terms of the GNU General Public License v2
24
25 EAPI=6
26
27 -MULTILIB_COMPAT=( abi_x86_{32,64} )
28 -
29 inherit multilib-build
30
31 DESCRIPTION="Virtual for Linear Algebra Package FORTRAN 77 implementation"
32
33 diff --git a/virtual/lapack/lapack-3.7-r100.ebuild b/virtual/lapack/lapack-3.7-r100.ebuild
34 index 0433823c9..64256ca6d 100644
35 --- a/virtual/lapack/lapack-3.7-r100.ebuild
36 +++ b/virtual/lapack/lapack-3.7-r100.ebuild
37 @@ -3,8 +3,6 @@
38
39 EAPI=6
40
41 -MULTILIB_COMPAT=( abi_x86_{32,64} )
42 -
43 inherit multilib-build
44
45 DESCRIPTION="Virtual for Linear Algebra Package FORTRAN 77 implementation"