Gentoo Archives: gentoo-commits

From: Marius Brehler <marbre@××××××××××××××.de>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/sci:master commit in: virtual/cblas/
Date: Tue, 07 Mar 2017 07:45:38
Message-Id: 1488826717.1de2060abbab80f2e545a4824244e9969c7f3972.marbre@gentoo
1 commit: 1de2060abbab80f2e545a4824244e9969c7f3972
2 Author: François Bissey <francois.bissey <AT> canterbury <DOT> ac <DOT> nz>
3 AuthorDate: Sun Mar 5 01:21:56 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=1de2060a
7
8 virtual/cblas: Remove MULTILIB_COMPAT restriction
9
10 Package-Manager: portage-2.3.3
11
12 virtual/cblas/cblas-2.0-r4.ebuild | 4 +---
13 virtual/cblas/cblas-3.6-r100.ebuild | 4 +---
14 virtual/cblas/cblas-3.7-r100.ebuild | 2 --
15 3 files changed, 2 insertions(+), 8 deletions(-)
16
17 diff --git a/virtual/cblas/cblas-2.0-r4.ebuild b/virtual/cblas/cblas-2.0-r4.ebuild
18 index 68ba05c97..14a030651 100644
19 --- a/virtual/cblas/cblas-2.0-r4.ebuild
20 +++ b/virtual/cblas/cblas-2.0-r4.ebuild
21 @@ -1,10 +1,8 @@
22 -# Copyright 1999-2016 Gentoo Foundation
23 +# Copyright 1999-2017 Gentoo Foundation
24 # Distributed under the terms of the GNU General Public License v2
25
26 EAPI=6
27
28 -MULTILIB_COMPAT=( abi_x86_{32,64} )
29 -
30 inherit multilib-build
31
32 DESCRIPTION="Virtual for BLAS C implementation"
33
34 diff --git a/virtual/cblas/cblas-3.6-r100.ebuild b/virtual/cblas/cblas-3.6-r100.ebuild
35 index a95c7bc34..4adf7906c 100644
36 --- a/virtual/cblas/cblas-3.6-r100.ebuild
37 +++ b/virtual/cblas/cblas-3.6-r100.ebuild
38 @@ -1,10 +1,8 @@
39 -# Copyright 1999-2016 Gentoo Foundation
40 +# Copyright 1999-2017 Gentoo Foundation
41 # Distributed under the terms of the GNU General Public License v2
42
43 EAPI=6
44
45 -MULTILIB_COMPAT=( abi_x86_{32,64} )
46 -
47 inherit multilib-build
48
49 DESCRIPTION="Virtual for BLAS C implementation"
50
51 diff --git a/virtual/cblas/cblas-3.7-r100.ebuild b/virtual/cblas/cblas-3.7-r100.ebuild
52 index 7525fd184..51ed1b464 100644
53 --- a/virtual/cblas/cblas-3.7-r100.ebuild
54 +++ b/virtual/cblas/cblas-3.7-r100.ebuild
55 @@ -3,8 +3,6 @@
56
57 EAPI=6
58
59 -MULTILIB_COMPAT=( abi_x86_{32,64} )
60 -
61 inherit multilib-build
62
63 DESCRIPTION="Virtual for BLAS C implementation"