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/lapack/
Date: Sun, 29 Nov 2015 10:17:50
Message-Id: 1448790108.1414229db7dd1693c06825f2d1e911eff5aac042.jlec@gentoo
1 commit: 1414229db7dd1693c06825f2d1e911eff5aac042
2 Author: Justin Lecher <jlec <AT> gentoo <DOT> org>
3 AuthorDate: Sun Nov 29 09:41:48 2015 +0000
4 Commit: Justin Lecher <jlec <AT> gentoo <DOT> org>
5 CommitDate: Sun Nov 29 09:41:48 2015 +0000
6 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=1414229d
7
8 virtual/lapack: Block app-eselect/eselect-lapack
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 virtual/lapack/{lapack-3.5-r2.ebuild => lapack-3.5-r3.ebuild} | 3 ++-
16 virtual/lapack/metadata.xml | 6 +++---
17 2 files changed, 5 insertions(+), 4 deletions(-)
18
19 diff --git a/virtual/lapack/lapack-3.5-r2.ebuild b/virtual/lapack/lapack-3.5-r3.ebuild
20 similarity index 92%
21 rename from virtual/lapack/lapack-3.5-r2.ebuild
22 rename to virtual/lapack/lapack-3.5-r3.ebuild
23 index 7bbf0a1..a90eeef 100644
24 --- a/virtual/lapack/lapack-3.5-r2.ebuild
25 +++ b/virtual/lapack/lapack-3.5-r3.ebuild
26 @@ -1,4 +1,4 @@
27 -# Copyright 1999-2014 Gentoo Foundation
28 +# Copyright 1999-2015 Gentoo Foundation
29 # Distributed under the terms of the GNU General Public License v2
30 # $Id$
31
32 @@ -16,6 +16,7 @@ KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
33 IUSE="doc int64"
34
35 RDEPEND="
36 + !app-eselect/eselect-lapack
37 || (
38 >=sci-libs/lapack-reference-${PV}[int64?,${MULTILIB_USEDEP}]
39 >=sci-libs/atlas-3.10.1[lapack]
40
41 diff --git a/virtual/lapack/metadata.xml b/virtual/lapack/metadata.xml
42 index 544d38e..345740d 100644
43 --- a/virtual/lapack/metadata.xml
44 +++ b/virtual/lapack/metadata.xml
45 @@ -7,8 +7,8 @@
46 FORTRAN 77 implementation. The version number corresponds to the
47 version of the LAPACK reference implementation.
48 </longdescription>
49 -<use>
50 - <flag name="int64">Add eselect module for lapack libraries built with 64 bits
51 + <use>
52 + <flag name="int64">Add eselect module for lapack libraries built with 64 bits
53 integer ABI</flag>
54 -</use>
55 + </use>
56 </pkgmetadata>