diff options
author | 2014-12-13 21:03:53 +0000 | |
---|---|---|
committer | 2014-12-13 21:03:53 +0000 | |
commit | d8a0c6d3ace4f1e7885496abb58b2d2580dea313 (patch) | |
tree | d80e5a5c7e3cbb1b524d28eda622c23020af7a57 /sci-libs/gdal/gdal-1.10.1.ebuild | |
parent | Replace perl-module_src_prep with perl-module_src_configure (diff) | |
download | historical-d8a0c6d3ace4f1e7885496abb58b2d2580dea313.tar.gz historical-d8a0c6d3ace4f1e7885496abb58b2d2580dea313.tar.bz2 historical-d8a0c6d3ace4f1e7885496abb58b2d2580dea313.zip |
Replace perl-module_src_prep with perl-module_src_configure
Package-Manager: portage-2.2.15/cvs/Linux x86_64
Manifest-Sign-Key: 0xEBE6A336BE19039C!
Diffstat (limited to 'sci-libs/gdal/gdal-1.10.1.ebuild')
-rw-r--r-- | sci-libs/gdal/gdal-1.10.1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sci-libs/gdal/gdal-1.10.1.ebuild b/sci-libs/gdal/gdal-1.10.1.ebuild index 6dd95328aa24..b6148ef56402 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.10 2014/11/17 23:22:48 dilfridge Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/gdal/gdal-1.10.1.ebuild,v 1.11 2014/12/13 21:03:49 dilfridge Exp $ EAPI=5 @@ -271,7 +271,7 @@ src_compile() { if use perl ; then pushd "${S}"/swig/perl > /dev/null - perl-module_src_prep + perl-module_src_configure perl-module_src_compile popd > /dev/null fi |