Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 72353 | Differences between
and this patch

Collapse All | Expand All

(-)file_not_specified_in_diff (-29 / +9 lines)
Line 1 Link Here
1
 
1
2
--
Line 15 Link Here
15
SLOT="0"
15
SLOT="6"
16
--
Lines 17-18 Link Here
17
IUSE="tcltk png jpeg tiff postgres odbc motif gdal
17
IUSE="tcltk png jpeg tiff postgres odbc motif mysql blas lapack fftw truetype opengl"
18
	mysql blas lapack X fftw truetype opengl"
19
--
Line 32 Link Here
31
	virtual/x11
32
	>=sci-libs/gdal-1.1.9
Line 34 Link Here
34
	blas? ( >=sci-libs/blas-atlas )
35
	blas? ( virtual/blas )
35
--
Lines 36-37 Link Here
36
	gdal? ( >=sci-libs/gdal-1.1.9
37
		virtual/x11 )
Line 39 Link Here
39
	lapack? ( >=sci-libs/lapack )
38
	lapack? ( virtual/lapack )
40
--
Lines 48-49 Link Here
48
	truetype? ( >=media-libs/freetype-2.0 )
47
	truetype? ( >=media-libs/freetype-2.0 )"
49
	X? ( virtual/x11 )"
50
--
Lines 53-61 Link Here
53
pkg_setup() {
54
# Grass 6.0.0 will not compile with gdal and without X...
55
	if ! use X and use gdal; then
56
		einfo "Grass will not compile with GDAL and without X"
57
		einfo "Correct USE flags to disable GDAL or to enable X"
58
		die "Please set correct USE flags!"
59
	fi
60
}
61
Line 64 Link Here
64
	MYCONF=" --prefix=/usr --without-readline "
53
	MYCONF=" --prefix=/usr --without-readline --with-gdal "
65
--
Lines 76-77 Link Here
76
		`use_with X x` \
77
		`use_with gdal gdal` \

Return to bug 72353