Gentoo Archives: gentoo-commits

From: Joonas Niilola <juippis@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sci-libs/cantera/
Date: Fri, 09 Aug 2019 14:41:14
Message-Id: 1565361650.d1117ab3944b97e8f77fbb9bb98dc205f97cd0f4.juippis@gentoo
1 commit: d1117ab3944b97e8f77fbb9bb98dc205f97cd0f4
2 Author: band-a-prend <torokhov-s-a <AT> yandex <DOT> ru>
3 AuthorDate: Fri Aug 9 01:19:28 2019 +0000
4 Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org>
5 CommitDate: Fri Aug 9 14:40:50 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d1117ab3
7
8 sci-libs/cantera: Fix missing RDEPEND="${PYTHON_DEPS}" warning
9
10 Closes: https://bugs.gentoo.org/691404
11
12 Signed-off-by: Sergey Torokhov <torokhov_s_a <AT> mail.ru>
13 Closes: https://github.com/gentoo/gentoo/pull/12650
14 Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>
15
16 sci-libs/cantera/cantera-2.4.0-r1.ebuild | 2 +-
17 1 file changed, 1 insertion(+), 1 deletion(-)
18
19 diff --git a/sci-libs/cantera/cantera-2.4.0-r1.ebuild b/sci-libs/cantera/cantera-2.4.0-r1.ebuild
20 index 15cb1776f09..c277d8d01c6 100644
21 --- a/sci-libs/cantera/cantera-2.4.0-r1.ebuild
22 +++ b/sci-libs/cantera/cantera-2.4.0-r1.ebuild
23 @@ -21,11 +21,11 @@ IUSE="+cti fortran pch +python test"
24
25 REQUIRED_USE="
26 python? ( cti )
27 - cti? ( ${PYTHON_REQUIRED_USE} )
28 ${PYTHON_REQUIRED_USE}
29 "
30
31 RDEPEND="
32 + ${PYTHON_DEPS}
33 python? (
34 dev-python/numpy[${PYTHON_USEDEP}]
35 )