dev-libs/boost: Use python_gen_cond_dep on proper min numpy version

Package-Manager: Portage-2.3.81, Repoman-2.3.20
Signed-off-by: David Seifert <soap@gentoo.org>
This commit is contained in:
David Seifert
2019-12-15 15:32:37 +01:00
parent 6421d9661b
commit c85a5ed695

View File

@@ -39,7 +39,9 @@ RDEPEND="
mpi? ( >=virtual/mpi-2.0-r4[${MULTILIB_USEDEP},cxx,threads] )
python? (
${PYTHON_DEPS}
numpy? ( >=dev-python/numpy-1.14.5[$(python_gen_usedep -3)] )
numpy? (
$(python_gen_cond_dep '>=dev-python/numpy-1.17[${PYTHON_USEDEP}]' -3)
)
)
zlib? ( sys-libs/zlib:=[${MULTILIB_USEDEP}] )
zstd? ( app-arch/zstd:=[${MULTILIB_USEDEP}] )"