Gentoo Archives: gentoo-commits

From: Justin Lecher <jlec@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/sci:master commit in: virtual/blas/
Date: Sun, 29 Nov 2015 10:17:50
Message-Id: 1448790011.89e4b2ab84e5dce42c2c3f2b051705324e238862.jlec@gentoo
1 commit: 89e4b2ab84e5dce42c2c3f2b051705324e238862
2 Author: Justin Lecher <jlec <AT> gentoo <DOT> org>
3 AuthorDate: Sun Nov 29 09:40:11 2015 +0000
4 Commit: Justin Lecher <jlec <AT> gentoo <DOT> org>
5 CommitDate: Sun Nov 29 09:40:11 2015 +0000
6 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=89e4b2ab
7
8 virtual/blas: Block app-eselect/eselect-blas
9
10 Gentoo-Bug: https://bugs.gentoo.org/show_bug.cgi?id=563292
11
12 Package-Manager: portage-2.2.25
13 Signed-off-by: Justin Lecher <jlec <AT> gentoo.org>
14
15 .../blas/{blas-2.1-r3.ebuild => blas-2.1-r4.ebuild} | 18 ++++++++++--------
16 1 file changed, 10 insertions(+), 8 deletions(-)
17
18 diff --git a/virtual/blas/blas-2.1-r3.ebuild b/virtual/blas/blas-2.1-r4.ebuild
19 similarity index 90%
20 rename from virtual/blas/blas-2.1-r3.ebuild
21 rename to virtual/blas/blas-2.1-r4.ebuild
22 index 48f4d0e..7b4605b 100644
23 --- a/virtual/blas/blas-2.1-r3.ebuild
24 +++ b/virtual/blas/blas-2.1-r4.ebuild
25 @@ -1,4 +1,4 @@
26 -# Copyright 1999-2014 Gentoo Foundation
27 +# Copyright 1999-2015 Gentoo Foundation
28 # Distributed under the terms of the GNU General Public License v2
29 # $Id$
30
31 @@ -16,12 +16,7 @@ KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
32 IUSE="doc int64"
33
34 RDEPEND="
35 - int64? (
36 - || (
37 - sci-libs/blas-reference[int64,${MULTILIB_USEDEP}]
38 - >=sci-libs/openblas-0.2.11[int64,${MULTILIB_USEDEP}]
39 - )
40 - )
41 + !app-eselect/eselect-blas
42 || (
43 sci-libs/blas-reference[int64?,${MULTILIB_USEDEP}]
44 >=sci-libs/openblas-0.2.11[int64?,${MULTILIB_USEDEP}]
45 @@ -31,7 +26,14 @@ RDEPEND="
46 sci-libs/gotoblas2
47 >=sci-libs/mkl-10.3
48 )
49 - doc? ( >=app-doc/blas-docs-3.2 )"
50 + doc? ( >=app-doc/blas-docs-3.2 )
51 + int64? (
52 + || (
53 + sci-libs/blas-reference[int64,${MULTILIB_USEDEP}]
54 + >=sci-libs/openblas-0.2.11[int64,${MULTILIB_USEDEP}]
55 + )
56 + )
57 +"
58 DEPEND=""
59
60 pkg_pretend() {