commit: d1117ab3944b97e8f77fbb9bb98dc205f97cd0f4
Author: band-a-prend <torokhov-s-a <AT> yandex <DOT> ru>
AuthorDate: Fri Aug 9 01:19:28 2019 +0000
Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Fri Aug 9 14:40:50 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d1117ab3
sci-libs/cantera: Fix missing RDEPEND="${PYTHON_DEPS}" warning
Closes: https://bugs.gentoo.org/691404
Signed-off-by: Sergey Torokhov <torokhov_s_a <AT> mail.ru>
Closes: https://github.com/gentoo/gentoo/pull/12650
Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>
sci-libs/cantera/cantera-2.4.0-r1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/sci-libs/cantera/cantera-2.4.0-r1.ebuild
b/sci-libs/cantera/cantera-2.4.0-r1.ebuild
index 15cb1776f09..c277d8d01c6 100644
--- a/sci-libs/cantera/cantera-2.4.0-r1.ebuild
+++ b/sci-libs/cantera/cantera-2.4.0-r1.ebuild
@@ -21,11 +21,11 @@ IUSE="+cti fortran pch +python test"
REQUIRED_USE="
python? ( cti )
- cti? ( ${PYTHON_REQUIRED_USE} )
${PYTHON_REQUIRED_USE}
"
RDEPEND="
+ ${PYTHON_DEPS}
python? (
dev-python/numpy[${PYTHON_USEDEP}]
)