1c1 < --- > 15c15 < SLOT="0" --- > SLOT="6" 17,18c17 < IUSE="tcltk png jpeg tiff postgres odbc motif gdal < mysql blas lapack X fftw truetype opengl" --- > IUSE="tcltk png jpeg tiff postgres odbc motif mysql blas lapack fftw truetype opengl" 31a31,32 > virtual/x11 > >=sci-libs/gdal-1.1.9 34c35 < blas? ( >=sci-libs/blas-atlas ) --- > blas? ( virtual/blas ) 36,37d36 < gdal? ( >=sci-libs/gdal-1.1.9 < virtual/x11 ) 39c38 < lapack? ( >=sci-libs/lapack ) --- > lapack? ( virtual/lapack ) 48,49c47 < truetype? ( >=media-libs/freetype-2.0 ) < X? ( virtual/x11 )" --- > truetype? ( >=media-libs/freetype-2.0 )" 53,61d50 < pkg_setup() { < # Grass 6.0.0 will not compile with gdal and without X... < if ! use X and use gdal; then < einfo "Grass will not compile with GDAL and without X" < einfo "Correct USE flags to disable GDAL or to enable X" < die "Please set correct USE flags!" < fi < } < 64c53 < MYCONF=" --prefix=/usr --without-readline " --- > MYCONF=" --prefix=/usr --without-readline --with-gdal " 76,77d64 < `use_with X x` \ < `use_with gdal gdal` \