commit:     768bcc0561ec00f5ae1384eee37aa6b9d5a216f8
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Mon Apr  8 20:19:54 2019 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Mon Apr  8 21:10:47 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=768bcc05

media-libs/vigra: Add missing USE openexr dependency

Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 media-libs/vigra/vigra-9999.ebuild | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/media-libs/vigra/vigra-9999.ebuild 
b/media-libs/vigra/vigra-9999.ebuild
index 02d2ecb935e..6b2aabf8904 100644
--- a/media-libs/vigra/vigra-9999.ebuild
+++ b/media-libs/vigra/vigra-9999.ebuild
@@ -42,7 +42,10 @@ DEPEND="
        fftw? ( sci-libs/fftw:3.0 )
        hdf5? ( >=sci-libs/hdf5-1.8.0:=[mpi=] )
        jpeg? ( virtual/jpeg:0 )
-       openexr? ( media-libs/openexr:= )
+       openexr? (
+               media-libs/openexr:=
+               media-libs/ilmbase:=
+       )
        png? ( media-libs/libpng:0= )
        python? (
                dev-libs/boost:=[python?,${PYTHON_USEDEP}]

Reply via email to