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:14
Message-Id: 1554757846.1dac07463140170af306046fb849acc1bea9efde.asturm@gentoo
1 commit: 1dac07463140170af306046fb849acc1bea9efde
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Mon Apr 8 19:05:59 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=1dac0746
7
8 media-libs/vigra: Add USE zlib, fixing automagic dep
9
10 Bug: https://bugs.gentoo.org/665380
11 Package-Manager: Portage-2.3.62, Repoman-2.3.12
12 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
13
14 media-libs/vigra/vigra-9999.ebuild | 4 +++-
15 1 file changed, 3 insertions(+), 1 deletion(-)
16
17 diff --git a/media-libs/vigra/vigra-9999.ebuild b/media-libs/vigra/vigra-9999.ebuild
18 index 13ec1ef25a5..b2cbd9927e0 100644
19 --- a/media-libs/vigra/vigra-9999.ebuild
20 +++ b/media-libs/vigra/vigra-9999.ebuild
21 @@ -22,7 +22,7 @@ fi
22
23 LICENSE="MIT"
24 SLOT="0"
25 -IUSE="doc +fftw +hdf5 +jpeg mpi openexr +png +python test +tiff valgrind"
26 +IUSE="doc +fftw +hdf5 +jpeg mpi openexr +png +python test +tiff valgrind +zlib"
27
28 REQUIRED_USE="
29 doc? ( hdf5 fftw )
30 @@ -48,6 +48,7 @@ DEPEND="
31 python? ( ${PYTHON_DEPS} dev-python/numpy[${PYTHON_USEDEP}] )
32 tiff? ( media-libs/tiff:0= )
33 valgrind? ( dev-util/valgrind )
34 + zlib? ( sys-libs/zlib )
35 "
36 RDEPEND="${DEPEND}"
37
38 @@ -77,6 +78,7 @@ src_prepare() {
39 vigra_disable jpeg
40 vigra_disable png
41 vigra_disable tiff
42 + vigra_disable zlib
43
44 # Don't use python_fix_shebang because we can't put this behind USE="python"
45 sed -i -e '/env/s:python:python2:' config/vigra-config.in || die