summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTomas Chvatal <scarabeus@gentoo.org>2010-07-31 19:28:40 +0000
committerTomas Chvatal <scarabeus@gentoo.org>2010-07-31 19:28:40 +0000
commit610060497646760d189f0528be03823e1b1d862a (patch)
treec1aac05a3b77129ff5e20f138f9be4e6b8f25d43 /sci-libs
parentamd64 stable, bug 324077 (diff)
downloadgentoo-2-610060497646760d189f0528be03823e1b1d862a.tar.gz
gentoo-2-610060497646760d189f0528be03823e1b1d862a.tar.bz2
gentoo-2-610060497646760d189f0528be03823e1b1d862a.zip
Fix one too many : at sed line. Per bug #330515.
(Portage version: 2.2_rc67/cvs/Linux x86_64)
Diffstat (limited to 'sci-libs')
-rw-r--r--sci-libs/gdal/ChangeLog5
-rw-r--r--sci-libs/gdal/gdal-1.7.2.ebuild4
2 files changed, 6 insertions, 3 deletions
diff --git a/sci-libs/gdal/ChangeLog b/sci-libs/gdal/ChangeLog
index 51c018459eb1..f88713d4de20 100644
--- a/sci-libs/gdal/ChangeLog
+++ b/sci-libs/gdal/ChangeLog
@@ -1,6 +1,9 @@
# 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.93 2010/07/31 13:35:36 scarabeus Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-libs/gdal/ChangeLog,v 1.94 2010/07/31 19:28:40 scarabeus Exp $
+
+ 31 Jul 2010; Tomáš Chvátal <scarabeus@gentoo.org> gdal-1.7.2.ebuild:
+ Fix one too many : at sed line. Per bug #330515.
31 Jul 2010; Tomáš Chvátal <scarabeus@gentoo.org> gdal-1.7.2.ebuild:
Upate to fix linking failitures. Tiff is harddep so dont useflag it.
diff --git a/sci-libs/gdal/gdal-1.7.2.ebuild b/sci-libs/gdal/gdal-1.7.2.ebuild
index 72ee4821aa95..ec09c0f4a19f 100644
--- a/sci-libs/gdal/gdal-1.7.2.ebuild
+++ b/sci-libs/gdal/gdal-1.7.2.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.2 2010/07/31 13:35:36 scarabeus Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-libs/gdal/gdal-1.7.2.ebuild,v 1.3 2010/07/31 19:28:40 scarabeus Exp $
EAPI="3"
@@ -161,7 +161,7 @@ src_configure() {
-e "s:\$(DESTDIR)\$(prefix):\$(DESTDIR)\$(INST_PREFIX):g" \
swig/python/GNUmakefile || die "sed python makefile failed"
sed -i \
- -e "s:library_dirs = :library_dirs = /usr/$(get_libdir)::g" \
+ -e "s:library_dirs = :library_dirs = /usr/$(get_libdir):g" \
swig/python/setup.cfg || die "sed python setup.cfg failed"
fi
}