diff options
author | Pacho Ramos <pacho@gentoo.org> | 2014-11-28 15:06:33 +0000 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2014-11-28 15:06:33 +0000 |
commit | 23b426625cd9921d4ff2f2bb64bf03fbba49cffc (patch) | |
tree | a85f33e404c0a0a7468cb2a0f57cd504b15ce629 /sci-libs | |
parent | Support python 3.4 (diff) | |
download | gentoo-2-23b426625cd9921d4ff2f2bb64bf03fbba49cffc.tar.gz gentoo-2-23b426625cd9921d4ff2f2bb64bf03fbba49cffc.tar.bz2 gentoo-2-23b426625cd9921d4ff2f2bb64bf03fbba49cffc.zip |
Support python 3.4
(Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key A188FBD4)
Diffstat (limited to 'sci-libs')
-rw-r--r-- | sci-libs/gdal/ChangeLog | 5 | ||||
-rw-r--r-- | sci-libs/gdal/gdal-1.11.1-r1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sci-libs/gdal/ChangeLog b/sci-libs/gdal/ChangeLog index 20a0c21fb05d..b03d1d885938 100644 --- a/sci-libs/gdal/ChangeLog +++ b/sci-libs/gdal/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sci-libs/gdal # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/gdal/ChangeLog,v 1.153 2014/11/17 23:22:48 dilfridge Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/gdal/ChangeLog,v 1.154 2014/11/28 15:06:33 pacho Exp $ + + 28 Nov 2014; Pacho Ramos <pacho@gentoo.org> gdal-1.11.1-r1.ebuild: + Support python 3.4 17 Nov 2014; Andreas K. Huettel <dilfridge@gentoo.org> gdal-1.9.2.ebuild, gdal-1.10.0-r1.ebuild, gdal-1.10.1.ebuild, gdal-1.11.1-r1.ebuild: diff --git a/sci-libs/gdal/gdal-1.11.1-r1.ebuild b/sci-libs/gdal/gdal-1.11.1-r1.ebuild index 8aef0c7b2331..58041bd45267 100644 --- a/sci-libs/gdal/gdal-1.11.1-r1.ebuild +++ b/sci-libs/gdal/gdal-1.11.1-r1.ebuild @@ -1,13 +1,13 @@ # 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.11.1-r1.ebuild,v 1.2 2014/11/17 23:22:48 dilfridge Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/gdal/gdal-1.11.1-r1.ebuild,v 1.3 2014/11/28 15:06:33 pacho Exp $ EAPI=5 WANT_AUTOCONF="2.5" GENTOO_DEPEND_ON_PERL="no" -PYTHON_COMPAT=( python2_{5..7} python3_{1..3} ) +PYTHON_COMPAT=( python2_{5..7} python3_{1..4} ) DISTUTILS_OPTIONAL=1 inherit autotools eutils libtool perl-module distutils-r1 python-r1 toolchain-funcs java-pkg-opt-2 |