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: Tue, 28 Jan 2020 18:11:56
Message-Id: 1580235091.38caf671c65663079d7312183914dc13225ec4ec.soap@gentoo
1 commit: 38caf671c65663079d7312183914dc13225ec4ec
2 Author: David Seifert <soap <AT> gentoo <DOT> org>
3 AuthorDate: Tue Jan 28 18:11:31 2020 +0000
4 Commit: David Seifert <soap <AT> gentoo <DOT> org>
5 CommitDate: Tue Jan 28 18:11:31 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=38caf671
7
8 dev-libs/boost: [QA] Remove py3.8 dependency on numpy
9
10 Package-Manager: Portage-2.3.85, Repoman-2.3.20
11 Signed-off-by: David Seifert <soap <AT> gentoo.org>
12
13 dev-libs/boost/{boost-1.72.0.ebuild => boost-1.72.0-r1.ebuild} | 6 ++----
14 1 file changed, 2 insertions(+), 4 deletions(-)
15
16 diff --git a/dev-libs/boost/boost-1.72.0.ebuild b/dev-libs/boost/boost-1.72.0-r1.ebuild
17 similarity index 98%
18 rename from dev-libs/boost/boost-1.72.0.ebuild
19 rename to dev-libs/boost/boost-1.72.0-r1.ebuild
20 index 698a63ea9cb..ef8bfc574f3 100644
21 --- a/dev-libs/boost/boost-1.72.0.ebuild
22 +++ b/dev-libs/boost/boost-1.72.0-r1.ebuild
23 @@ -3,7 +3,7 @@
24
25 EAPI=7
26
27 -PYTHON_COMPAT=( python{2_7,3_{6,7,8}} )
28 +PYTHON_COMPAT=( python{2_7,3_{6,7}} )
29
30 inherit flag-o-matic multiprocessing python-r1 toolchain-funcs multilib-minimal
31
32 @@ -39,9 +39,7 @@ RDEPEND="
33 mpi? ( >=virtual/mpi-2.0-r4[${MULTILIB_USEDEP},cxx,threads] )
34 python? (
35 ${PYTHON_DEPS}
36 - numpy? (
37 - $(python_gen_cond_dep '>=dev-python/numpy-1.17[${PYTHON_USEDEP}]' -3)
38 - )
39 + numpy? ( dev-python/numpy[${PYTHON_USEDEP}] )
40 )
41 zlib? ( sys-libs/zlib:=[${MULTILIB_USEDEP}] )
42 zstd? ( app-arch/zstd:=[${MULTILIB_USEDEP}] )"