diff options
Diffstat (limited to 'sci-libs/gdal/gdal-1.8.1-r1.ebuild')
-rw-r--r-- | sci-libs/gdal/gdal-1.8.1-r1.ebuild | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/sci-libs/gdal/gdal-1.8.1-r1.ebuild b/sci-libs/gdal/gdal-1.8.1-r1.ebuild index aad8d461292e..736350580560 100644 --- a/sci-libs/gdal/gdal-1.8.1-r1.ebuild +++ b/sci-libs/gdal/gdal-1.8.1-r1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2011 Gentoo Foundation +# Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/gdal/gdal-1.8.1-r1.ebuild,v 1.1 2011/09/26 03:33:45 nerdboy Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/gdal/gdal-1.8.1-r1.ebuild,v 1.2 2012/04/26 15:28:13 jlec Exp $ EAPI=3 @@ -20,7 +20,6 @@ SRC_URI="http://download.osgeo.org/gdal/${P}.tar.gz" SLOT="0" LICENSE="MIT" KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos" - IUSE="+aux_xml curl debug doc ecwj2k fits geos gif gml hdf5 jpeg jpeg2k mysql netcdf odbc ogdi pdf perl png postgres python ruby sqlite threads" RDEPEND=" @@ -197,7 +196,6 @@ src_compile() { fi done - # parallel makes fail emake || die "emake failed" if use perl ; then |