Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sci-libs/cantera/
Date: Fri, 19 Jul 2019 16:45:08
Message-Id: 1563554692.ccbc631dd7315cec186cd47790b501314a5e55bd.mgorny@gentoo
1 commit: ccbc631dd7315cec186cd47790b501314a5e55bd
2 Author: band-a-prend <torokhov-s-a <AT> yandex <DOT> ru>
3 AuthorDate: Fri Jun 21 22:04:14 2019 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Fri Jul 19 16:44:52 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ccbc631d
7
8 sci-libs/cantera: 2.4.0-r1. Restrict RDEPEND <sci-libs/sundials-3.2.0:0=
9
10 Since the Cantera 2.4.0 release was early than Sundials 3.2.0
11 the build script of Cantera has internal checking that
12 installed Sundials version isn't greater than 3.1.
13 New RDEPEND rectriction is just to avoid failure of prepare ebuild phase.
14
15 Signed-off-by: Sergey Torokhov <torokhov_s_a <AT> mail.ru>
16 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
17
18 sci-libs/cantera/cantera-2.4.0-r1.ebuild | 2 +-
19 1 file changed, 1 insertion(+), 1 deletion(-)
20
21 diff --git a/sci-libs/cantera/cantera-2.4.0-r1.ebuild b/sci-libs/cantera/cantera-2.4.0-r1.ebuild
22 index 9d31e347b02..235d20b70bf 100644
23 --- a/sci-libs/cantera/cantera-2.4.0-r1.ebuild
24 +++ b/sci-libs/cantera/cantera-2.4.0-r1.ebuild
25 @@ -29,7 +29,7 @@ RDEPEND="
26 python? (
27 dev-python/numpy[${PYTHON_USEDEP}]
28 )
29 - sci-libs/sundials:0=
30 + <sci-libs/sundials-3.2.0:0=
31 "
32
33 DEPEND="