Gentoo Archives: gentoo-commits

From: David Seifert <soap@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/boost/
Date: Sun, 15 Dec 2019 14:32:55
Message-Id: 1576420357.c85a5ed695cae13e00de8c9ea3ad7c03dcaa884b.soap@gentoo
1 commit: c85a5ed695cae13e00de8c9ea3ad7c03dcaa884b
2 Author: David Seifert <soap <AT> gentoo <DOT> org>
3 AuthorDate: Sun Dec 15 14:32:37 2019 +0000
4 Commit: David Seifert <soap <AT> gentoo <DOT> org>
5 CommitDate: Sun Dec 15 14:32:37 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c85a5ed6
7
8 dev-libs/boost: Use python_gen_cond_dep on proper min numpy version
9
10 Package-Manager: Portage-2.3.81, Repoman-2.3.20
11 Signed-off-by: David Seifert <soap <AT> gentoo.org>
12
13 dev-libs/boost/boost-1.72.0.ebuild | 4 +++-
14 1 file changed, 3 insertions(+), 1 deletion(-)
15
16 diff --git a/dev-libs/boost/boost-1.72.0.ebuild b/dev-libs/boost/boost-1.72.0.ebuild
17 index c03e60926c9..7434b5bd5d1 100644
18 --- a/dev-libs/boost/boost-1.72.0.ebuild
19 +++ b/dev-libs/boost/boost-1.72.0.ebuild
20 @@ -39,7 +39,9 @@ RDEPEND="
21 mpi? ( >=virtual/mpi-2.0-r4[${MULTILIB_USEDEP},cxx,threads] )
22 python? (
23 ${PYTHON_DEPS}
24 - numpy? ( >=dev-python/numpy-1.14.5[$(python_gen_usedep -3)] )
25 + numpy? (
26 + $(python_gen_cond_dep '>=dev-python/numpy-1.17[${PYTHON_USEDEP}]' -3)
27 + )
28 )
29 zlib? ( sys-libs/zlib:=[${MULTILIB_USEDEP}] )
30 zstd? ( app-arch/zstd:=[${MULTILIB_USEDEP}] )"