summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAaron W. Swenson <titanofold@gentoo.org>2014-01-27 22:50:58 +0000
committerAaron W. Swenson <titanofold@gentoo.org>2014-01-27 22:50:58 +0000
commit66a9a647cd1360181396f2cc982b1cd7ac3f69ed (patch)
treebbbd11510b1477cb120771c203dcc2640592c4f4 /sci-libs
parentfix dependency for static build (diff)
downloadgentoo-2-66a9a647cd1360181396f2cc982b1cd7ac3f69ed.tar.gz
gentoo-2-66a9a647cd1360181396f2cc982b1cd7ac3f69ed.tar.bz2
gentoo-2-66a9a647cd1360181396f2cc982b1cd7ac3f69ed.zip
Fix bug 499448: REQUIRED_USE on threads with ecwj2k
Fix bug 499454: Add a leading space to MAKEOPTS (Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key D1BBFDA0)
Diffstat (limited to 'sci-libs')
-rw-r--r--sci-libs/gdal/ChangeLog7
-rw-r--r--sci-libs/gdal/gdal-1.10.1.ebuild5
2 files changed, 9 insertions, 3 deletions
diff --git a/sci-libs/gdal/ChangeLog b/sci-libs/gdal/ChangeLog
index b4bcdc8c758e..9ddcde0ac638 100644
--- a/sci-libs/gdal/ChangeLog
+++ b/sci-libs/gdal/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for sci-libs/gdal
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-libs/gdal/ChangeLog,v 1.142 2014/01/27 12:46:48 titanofold Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-libs/gdal/ChangeLog,v 1.143 2014/01/27 22:50:58 titanofold Exp $
+
+ 27 Jan 2014; Aaron W. Swenson <titanofold@gentoo.org> gdal-1.10.1.ebuild:
+ Fix bug 499448: REQUIRED_USE on threads with ecwj2k
+ Fix bug 499454: Add a leading space to MAKEOPTS
+
27 Jan 2014; Aaron W. Swenson <titanofold@gentoo.org> gdal-1.10.1.ebuild:
Fix bug 499424: Reinsert MAKEOPTS override
diff --git a/sci-libs/gdal/gdal-1.10.1.ebuild b/sci-libs/gdal/gdal-1.10.1.ebuild
index 618866572515..a6b7d4e6b67c 100644
--- a/sci-libs/gdal/gdal-1.10.1.ebuild
+++ b/sci-libs/gdal/gdal-1.10.1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-libs/gdal/gdal-1.10.1.ebuild,v 1.2 2014/01/27 12:46:48 titanofold Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-libs/gdal/gdal-1.10.1.ebuild,v 1.3 2014/01/27 22:50:58 titanofold Exp $
EAPI=5
@@ -68,9 +68,10 @@ DEPEND="${RDEPEND}
ruby? ( ${SWIG_DEP} )"
AT_M4DIR="${S}/m4"
-MAKEOPTS+="-j1"
+MAKEOPTS+=" -j1"
REQUIRED_USE="
+ ecwj2k? ( threads )
spatialite? ( sqlite )
mdb? ( java )
"