Gentoo Archives: gentoo-commits

From: Marius Brehler <marbre@××××××××××××××.de>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/sci:master commit in: virtual/lapacke/
Date: Tue, 07 Mar 2017 07:45:34
Message-Id: 1488826717.512fd9999bbfa30c7047ea0076253e0b2f0df353.marbre@gentoo
1 commit: 512fd9999bbfa30c7047ea0076253e0b2f0df353
2 Author: François Bissey <francois.bissey <AT> canterbury <DOT> ac <DOT> nz>
3 AuthorDate: Sun Mar 5 01:25:42 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=512fd999
7
8 virtual/lapacke: Remove MULTILIB_COMPAT restriction
9
10 Package-Manager: portage-2.3.3
11
12 virtual/lapacke/lapacke-3.6.ebuild | 4 +---
13 1 file changed, 1 insertion(+), 3 deletions(-)
14
15 diff --git a/virtual/lapacke/lapacke-3.6.ebuild b/virtual/lapacke/lapacke-3.6.ebuild
16 index 9c7898c75..594d6e640 100644
17 --- a/virtual/lapacke/lapacke-3.6.ebuild
18 +++ b/virtual/lapacke/lapacke-3.6.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 LAPACK C implementation"