diff options
author | Tomas Chvatal <scarabeus@gentoo.org> | 2012-05-26 07:10:31 +0000 |
---|---|---|
committer | Tomas Chvatal <scarabeus@gentoo.org> | 2012-05-26 07:10:31 +0000 |
commit | 357361fc0d33c173524712d4096dc6a1ce1366c5 (patch) | |
tree | 728575e2fddcd90e758541ad0ea1aeaf9fba93ed /sci-libs/gdal | |
parent | Stable on amd64, x86, ppc and ppc64. Remove older. (diff) | |
download | gentoo-2-357361fc0d33c173524712d4096dc6a1ce1366c5.tar.gz gentoo-2-357361fc0d33c173524712d4096dc6a1ce1366c5.tar.bz2 gentoo-2-357361fc0d33c173524712d4096dc6a1ce1366c5.zip |
Just use ruby1.9, build system does not support multiple of those anyway.
(Portage version: 2.2.0_alpha108/cvs/Linux x86_64)
Diffstat (limited to 'sci-libs/gdal')
-rw-r--r-- | sci-libs/gdal/ChangeLog | 5 | ||||
-rw-r--r-- | sci-libs/gdal/gdal-1.9.1.ebuild | 6 |
2 files changed, 7 insertions, 4 deletions
diff --git a/sci-libs/gdal/ChangeLog b/sci-libs/gdal/ChangeLog index 76d8002604c1..78c312d56b52 100644 --- a/sci-libs/gdal/ChangeLog +++ b/sci-libs/gdal/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sci-libs/gdal # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/gdal/ChangeLog,v 1.125 2012/05/25 18:54:00 scarabeus Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/gdal/ChangeLog,v 1.126 2012/05/26 07:10:31 scarabeus Exp $ + + 26 May 2012; Tomáš Chvátal <scarabeus@gentoo.org> gdal-1.9.1.ebuild: + Just use ruby1.9, build system does not support multiple of those anyway. *gdal-1.9.1 (25 May 2012) diff --git a/sci-libs/gdal/gdal-1.9.1.ebuild b/sci-libs/gdal/gdal-1.9.1.ebuild index 7311210f2267..03d317c4cd11 100644 --- a/sci-libs/gdal/gdal-1.9.1.ebuild +++ b/sci-libs/gdal/gdal-1.9.1.ebuild @@ -1,13 +1,13 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/gdal/gdal-1.9.1.ebuild,v 1.1 2012/05/25 18:54:00 scarabeus Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/gdal/gdal-1.9.1.ebuild,v 1.2 2012/05/26 07:10:31 scarabeus Exp $ EAPI=3 WANT_AUTOCONF="2.5" RUBY_OPTIONAL="yes" -USE_RUBY="ruby18 ruby19" +USE_RUBY="ruby19" PYTHON_DEPEND="python? 2:2.6" @@ -130,7 +130,7 @@ src_configure() { local myopts="" if use ruby; then - RUBY_MOD_DIR="$(ruby18 -r rbconfig -e 'print Config::CONFIG["sitearchdir"]')" + RUBY_MOD_DIR="$(ruby19 -r rbconfig -e 'print RbConfig::CONFIG["sitearchdir"]')" echo "Ruby module dir is: $RUBY_MOD_DIR" fi |