Gentoo Archives: gentoo-commits

From: Justin Lecher <jlec@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sci-libs/cholmod/
Date: Wed, 02 Jan 2019 10:31:51
Message-Id: 1546425102.9b5bae412263f24a9842f3dc148820eb7e722ef8.jlec@gentoo
1 commit: 9b5bae412263f24a9842f3dc148820eb7e722ef8
2 Author: Justin Lecher <jlec <AT> gentoo <DOT> org>
3 AuthorDate: Wed Jan 2 10:31:21 2019 +0000
4 Commit: Justin Lecher <jlec <AT> gentoo <DOT> org>
5 CommitDate: Wed Jan 2 10:31:42 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9b5bae41
7
8 sci-libs/cholmod: fix metis dep
9
10 Closes: https://bugs.gentoo.org/672000
11 Package-Manager: Portage-2.3.53, Repoman-2.3.12
12 Signed-off-by: Justin Lecher <jlec <AT> gentoo.org>
13
14 sci-libs/cholmod/cholmod-2.1.2.ebuild | 4 ++--
15 1 file changed, 2 insertions(+), 2 deletions(-)
16
17 diff --git a/sci-libs/cholmod/cholmod-2.1.2.ebuild b/sci-libs/cholmod/cholmod-2.1.2.ebuild
18 index a0460f5c4b6..4ac53c86196 100644
19 --- a/sci-libs/cholmod/cholmod-2.1.2.ebuild
20 +++ b/sci-libs/cholmod/cholmod-2.1.2.ebuild
21 @@ -1,4 +1,4 @@
22 -# Copyright 1999-2018 Gentoo Authors
23 +# Copyright 1999-2019 Gentoo Authors
24 # Distributed under the terms of the GNU General Public License v2
25
26 EAPI=5
27 @@ -22,7 +22,7 @@ RDEPEND="
28 metis? (
29 >=sci-libs/camd-2.3
30 >=sci-libs/ccolamd-2.8
31 - || ( sci-libs/metis sci-libs/parmetis ) )"
32 + || ( <sci-libs/metis-5 sci-libs/parmetis ) )"
33
34 DEPEND="${RDEPEND}
35 virtual/pkgconfig