From aeb5147e7651d57e72e4bdf8c441827a311e9d9d Mon Sep 17 00:00:00 2001 From: Denis Dupeyron Date: Fri, 25 Jan 2013 10:49:02 -0700 Subject: Fix dependency on fftw3 in seewave (and maybe others) --- config/simple-deprules.d/sci-libs | 3 +++ 1 file changed, 3 insertions(+) (limited to 'config') diff --git a/config/simple-deprules.d/sci-libs b/config/simple-deprules.d/sci-libs index 7fade76..8e20c5b 100644 --- a/config/simple-deprules.d/sci-libs +++ b/config/simple-deprules.d/sci-libs @@ -5,11 +5,14 @@ ~sci-libs/cddlib :: cddlib # lowest fftw-3 version in portage is 3.2.2 +# Use slot when the resolver can deal with them properly >=sci-libs/fftw-3 { fftw3 fftw3 (optional) } ~sci-libs/fftw :: fftw +# Use slot when the resolver can deal with them properly +~sci-libs/fftw :: fftw3 sci-libs/gdal { GDAL library from http://www.gdal.org/download.html -- cgit v1.2.3-65-gdbad