summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>2011-04-12 17:41:54 +0000
committerArfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>2011-04-12 17:41:54 +0000
commit471d1b023bbb2b0ac7fdc388a802e75586dcbde7 (patch)
treeb31beb546b6834c17b630b346fce5ce06d8ca704 /sci-libs
parentDon't use distutils.eclass. (diff)
downloadgentoo-2-471d1b023bbb2b0ac7fdc388a802e75586dcbde7.tar.gz
gentoo-2-471d1b023bbb2b0ac7fdc388a802e75586dcbde7.tar.bz2
gentoo-2-471d1b023bbb2b0ac7fdc388a802e75586dcbde7.zip
Don't use distutils.eclass.
(Portage version: 2.2.0_alpha29_p17/cvs/Linux x86_64)
Diffstat (limited to 'sci-libs')
-rw-r--r--sci-libs/gdal/gdal-1.6.3-r1.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/sci-libs/gdal/gdal-1.6.3-r1.ebuild b/sci-libs/gdal/gdal-1.6.3-r1.ebuild
index faee6d8a6e8d..d6e4655b840e 100644
--- a/sci-libs/gdal/gdal-1.6.3-r1.ebuild
+++ b/sci-libs/gdal/gdal-1.6.3-r1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-libs/gdal/gdal-1.6.3-r1.ebuild,v 1.17 2011/04/05 05:35:00 ulm Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-libs/gdal/gdal-1.6.3-r1.ebuild,v 1.18 2011/04/12 17:41:54 arfrever Exp $
EAPI="3"
WANT_AUTOCONF="2.5"
@@ -8,7 +8,7 @@ RUBY_OPTIONAL="yes"
USE_RUBY="ruby18"
PYTHON_DEPEND="2"
-inherit autotools distutils eutils perl-module ruby toolchain-funcs
+inherit autotools eutils perl-module python ruby toolchain-funcs
DESCRIPTION="GDAL is a translator library for raster geospatial data formats (includes OGR support)"
HOMEPAGE="http://www.gdal.org/"