summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorband-a-prend <torokhov-s-a@yandex.ru>2019-08-09 04:19:28 +0300
committerJoonas Niilola <juippis@gentoo.org>2019-08-09 17:40:50 +0300
commitd1117ab3944b97e8f77fbb9bb98dc205f97cd0f4 (patch)
tree67c89471c62e86ddbd5408a2e4f78b3714fedd92
parentnet-misc/wol: bump to EAPI=7 (diff)
downloadgentoo-d1117ab3.tar.gz
gentoo-d1117ab3.tar.bz2
gentoo-d1117ab3.zip
sci-libs/cantera: Fix missing RDEPEND="${PYTHON_DEPS}" warning
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>
-rw-r--r--sci-libs/cantera/cantera-2.4.0-r1.ebuild2
1 files changed, 1 insertions, 1 deletions
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}]
)