From d1117ab3944b97e8f77fbb9bb98dc205f97cd0f4 Mon Sep 17 00:00:00 2001 From: band-a-prend Date: Fri, 9 Aug 2019 04:19:28 +0300 Subject: [PATCH] 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 --- 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 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}] ) -- 2.26.2