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:15
Message-Id: 1554757847.768bcc0561ec00f5ae1384eee37aa6b9d5a216f8.asturm@gentoo
1 commit: 768bcc0561ec00f5ae1384eee37aa6b9d5a216f8
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Mon Apr 8 20:19:54 2019 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Mon Apr 8 21:10:47 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=768bcc05
7
8 media-libs/vigra: Add missing USE openexr dependency
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 | 5 ++++-
14 1 file changed, 4 insertions(+), 1 deletion(-)
15
16 diff --git a/media-libs/vigra/vigra-9999.ebuild b/media-libs/vigra/vigra-9999.ebuild
17 index 02d2ecb935e..6b2aabf8904 100644
18 --- a/media-libs/vigra/vigra-9999.ebuild
19 +++ b/media-libs/vigra/vigra-9999.ebuild
20 @@ -42,7 +42,10 @@ DEPEND="
21 fftw? ( sci-libs/fftw:3.0 )
22 hdf5? ( >=sci-libs/hdf5-1.8.0:=[mpi=] )
23 jpeg? ( virtual/jpeg:0 )
24 - openexr? ( media-libs/openexr:= )
25 + openexr? (
26 + media-libs/openexr:=
27 + media-libs/ilmbase:=
28 + )
29 png? ( media-libs/libpng:0= )
30 python? (
31 dev-libs/boost:=[python?,${PYTHON_USEDEP}]