Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/vigra/
Date: Mon, 08 Apr 2019 21:15:17
Message-Id: 1554757846.2ec9f3c6621aae9d8021545ffa3f66183d71e8ec.asturm@gentoo
1 commit: 2ec9f3c6621aae9d8021545ffa3f66183d71e8ec
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Mon Apr 8 20:07:30 2019 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Mon Apr 8 21:10:46 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2ec9f3c6
7
8 media-libs/vigra: dev-libs/boost is default off, only for USE python
9
10 Package-Manager: Portage-2.3.62, Repoman-2.3.12
11 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
12
13 media-libs/vigra/vigra-9999.ebuild | 7 +++++--
14 1 file changed, 5 insertions(+), 2 deletions(-)
15
16 diff --git a/media-libs/vigra/vigra-9999.ebuild b/media-libs/vigra/vigra-9999.ebuild
17 index 809f900d2d1..02d2ecb935e 100644
18 --- a/media-libs/vigra/vigra-9999.ebuild
19 +++ b/media-libs/vigra/vigra-9999.ebuild
20 @@ -39,13 +39,16 @@ BDEPEND="
21 # runtime dependency on python:2.7 is required by the vigra-config script
22 DEPEND="
23 dev-lang/python:2.7
24 - >=dev-libs/boost-1.52.0-r6:=[python?,${PYTHON_USEDEP}]
25 fftw? ( sci-libs/fftw:3.0 )
26 hdf5? ( >=sci-libs/hdf5-1.8.0:=[mpi=] )
27 jpeg? ( virtual/jpeg:0 )
28 openexr? ( media-libs/openexr:= )
29 png? ( media-libs/libpng:0= )
30 - python? ( ${PYTHON_DEPS} dev-python/numpy[${PYTHON_USEDEP}] )
31 + python? (
32 + dev-libs/boost:=[python?,${PYTHON_USEDEP}]
33 + dev-python/numpy[${PYTHON_USEDEP}]
34 + ${PYTHON_DEPS}
35 + )
36 tiff? ( media-libs/tiff:0= )
37 valgrind? ( dev-util/valgrind )
38 zlib? ( sys-libs/zlib )