diff options
author | Tomas Chvatal <scarabeus@gentoo.org> | 2010-09-11 14:55:17 +0000 |
---|---|---|
committer | Tomas Chvatal <scarabeus@gentoo.org> | 2010-09-11 14:55:17 +0000 |
commit | 67a1aa4612f3f7353763c528727d744aeb454b16 (patch) | |
tree | 75f338ad21df38823387ec785eb45f5816a41180 /sci-libs/gdal | |
parent | Respect CXXFLAGS, LDFLAGS wrt bug 336814. Thanks to Diego for the report. Fix... (diff) | |
download | gentoo-2-67a1aa4612f3f7353763c528727d744aeb454b16.tar.gz gentoo-2-67a1aa4612f3f7353763c528727d744aeb454b16.tar.bz2 gentoo-2-67a1aa4612f3f7353763c528727d744aeb454b16.zip |
Fix threads useflag switch. Per bug #335706.
(Portage version: 2.2_rc79/cvs/Linux x86_64)
Diffstat (limited to 'sci-libs/gdal')
-rw-r--r-- | sci-libs/gdal/ChangeLog | 8 | ||||
-rw-r--r-- | sci-libs/gdal/gdal-1.7.2-r1.ebuild (renamed from sci-libs/gdal/gdal-1.7.2.ebuild) | 3 |
2 files changed, 9 insertions, 2 deletions
diff --git a/sci-libs/gdal/ChangeLog b/sci-libs/gdal/ChangeLog index 881942145e6f..5e67fd7e3831 100644 --- a/sci-libs/gdal/ChangeLog +++ b/sci-libs/gdal/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for sci-libs/gdal # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/gdal/ChangeLog,v 1.96 2010/08/11 06:23:03 grobian Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/gdal/ChangeLog,v 1.97 2010/09/11 14:55:17 scarabeus Exp $ + +*gdal-1.7.2-r1 (11 Sep 2010) + + 11 Sep 2010; Tomáš Chvátal <scarabeus@gentoo.org> -gdal-1.7.2.ebuild, + +gdal-1.7.2-r1.ebuild: + Fix threads useflag switch. Per bug #335706. 08 Aug 2010; Tomáš Chvátal <scarabeus@gentoo.org> gdal-1.7.2.ebuild: Disable paralel emake everywhere. diff --git a/sci-libs/gdal/gdal-1.7.2.ebuild b/sci-libs/gdal/gdal-1.7.2-r1.ebuild index 60003c74dcd7..0929abe02503 100644 --- a/sci-libs/gdal/gdal-1.7.2.ebuild +++ b/sci-libs/gdal/gdal-1.7.2-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/gdal/gdal-1.7.2.ebuild,v 1.5 2010/08/11 06:23:03 grobian Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/gdal/gdal-1.7.2-r1.ebuild,v 1.1 2010/09/11 14:55:17 scarabeus Exp $ EAPI="3" @@ -151,6 +151,7 @@ src_configure() { $(use_with perl) \ $(use_with ruby) \ $(use_with python) \ + $(use_with threads) \ --with-pymoddir=${EPREFIX}/$(python_get_sitedir) # mysql-config puts this in (and boy is it a PITA to get it out) |