commit: c85a5ed695cae13e00de8c9ea3ad7c03dcaa884b
Author: David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Sun Dec 15 14:32:37 2019 +0000
Commit: David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Sun Dec 15 14:32:37 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c85a5ed6
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 <AT> gentoo.org>
dev-libs/boost/boost-1.72.0.ebuild | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/dev-libs/boost/boost-1.72.0.ebuild
b/dev-libs/boost/boost-1.72.0.ebuild
index c03e60926c9..7434b5bd5d1 100644
--- a/dev-libs/boost/boost-1.72.0.ebuild
+++ b/dev-libs/boost/boost-1.72.0.ebuild
@@ -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}] )"