summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'sci-libs/gdal/gdal-1.6.1.ebuild')
-rw-r--r--sci-libs/gdal/gdal-1.6.1.ebuild7
1 files changed, 2 insertions, 5 deletions
diff --git a/sci-libs/gdal/gdal-1.6.1.ebuild b/sci-libs/gdal/gdal-1.6.1.ebuild
index a68d59901e8a..1a1fe6d01654 100644
--- a/sci-libs/gdal/gdal-1.6.1.ebuild
+++ b/sci-libs/gdal/gdal-1.6.1.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.6.1.ebuild,v 1.9 2010/02/23 05:29:53 nerdboy Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-libs/gdal/gdal-1.6.1.ebuild,v 1.10 2010/06/15 13:08:19 arfrever Exp $
EAPI="2"
WANT_AUTOCONF="2.5"
@@ -88,9 +88,6 @@ src_prepare() {
}
src_configure() {
-
- distutils_python_version
-
local pkg_conf="${GDAL_CONFIGURE_OPTS}"
local use_conf=""
@@ -121,7 +118,7 @@ src_configure() {
fi
if useq python ; then
- use_conf="--with-pymoddir=/usr/$(get_libdir)/python${PYVER}/site-packages \
+ use_conf="--with-pymoddir=$(python_get_sitedir) \
${use_conf}"
fi