From: band-a-prend Date: Fri, 9 Aug 2019 01:19:28 +0000 (+0300) Subject: sci-libs/cantera: Fix missing RDEPEND="${PYTHON_DEPS}" warning X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=d1117ab3944b97e8f77fbb9bb98dc205f97cd0f4;p=gentoo.git sci-libs/cantera: Fix missing RDEPEND="${PYTHON_DEPS}" warning Closes: https://bugs.gentoo.org/691404 Signed-off-by: Sergey Torokhov Closes: https://github.com/gentoo/gentoo/pull/12650 Signed-off-by: Joonas Niilola --- diff --git a/sci-libs/cantera/cantera-2.4.0-r1.ebuild b/sci-libs/cantera/cantera-2.4.0-r1.ebuild index 15cb1776f092..c277d8d01c6e 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}] )