Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 325193
Collapse All | Expand All

(-)gdal-1.6.3-r1.ebuild (-1 / +1 lines)
Lines 101-107 Link Here
101
	elif useq hdf && ! useq netcdf; then
101
	elif useq hdf && ! useq netcdf; then
102
		use_conf="--with-netcdf=no --with-hdf4"
102
		use_conf="--with-netcdf=no --with-hdf4"
103
	else
103
	else
104
		$(use_with netcdf)
104
		use_conf="$(use_with netcdf)"
105
	fi
105
	fi
106
106
107
	use_conf="$(use_with jpeg) $(use_with png) $(use_with mysql) \
107
	use_conf="$(use_with jpeg) $(use_with png) $(use_with mysql) \

Return to bug 325193