sci-libs/cantera: Fix missing RDEPEND="${PYTHON_DEPS}" warning
authorband-a-prend <torokhov-s-a@yandex.ru>
Fri, 9 Aug 2019 01:19:28 +0000 (04:19 +0300)
committerJoonas Niilola <juippis@gentoo.org>
Fri, 9 Aug 2019 14:40:50 +0000 (17:40 +0300)
Closes: https://bugs.gentoo.org/691404

Signed-off-by: Sergey Torokhov <torokhov_s_a@mail.ru>
Closes: https://github.com/gentoo/gentoo/pull/12650
Signed-off-by: Joonas Niilola <juippis@gentoo.org>
sci-libs/cantera/cantera-2.4.0-r1.ebuild

index 15cb1776f092183e32dd3ca98898e563ad7651a0..c277d8d01c6e9a29dc53fc1d3a5785a9ffa2a644 100644 (file)
@@ -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}]
        )