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.38eab4cda00adc166e4beb7449227afee172aff0.asturm@gentoo
1 commit: 38eab4cda00adc166e4beb7449227afee172aff0
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Mon Apr 8 19:13:22 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=38eab4cd
7
8 media-libs/vigra: Fix USE mpi unused cmake variable
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 | 3 +--
15 1 file changed, 1 insertion(+), 2 deletions(-)
16
17 diff --git a/media-libs/vigra/vigra-9999.ebuild b/media-libs/vigra/vigra-9999.ebuild
18 index b2cbd9927e0..93002332593 100644
19 --- a/media-libs/vigra/vigra-9999.ebuild
20 +++ b/media-libs/vigra/vigra-9999.ebuild
21 @@ -41,7 +41,7 @@ DEPEND="
22 dev-lang/python:2.7
23 >=dev-libs/boost-1.52.0-r6:=[python?,${PYTHON_USEDEP}]
24 fftw? ( sci-libs/fftw:3.0 )
25 - hdf5? ( >=sci-libs/hdf5-1.8.0:=[mpi?] )
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 @@ -94,7 +94,6 @@ src_configure() {
31 -DDOCINSTALL="share/doc/${P}"
32 -DLIBDIR_SUFFIX="${libdir/lib}"
33 -DUSE_DOC=$(usex doc ON OFF) # unused
34 - -DUSE_MPI=$(usex mpi ON OFF) # unused
35 -DWITH_HDF5=$(usex hdf5 ON OFF)
36 -DWITH_OPENEXR=$(usex openexr ON OFF)
37 -DWITH_VALGRIND=$(usex valgrind ON OFF)