diff options
author | Pacho Ramos <pacho@gentoo.org> | 2017-06-15 19:30:14 +0200 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2017-06-15 19:30:14 +0200 |
commit | b31ba8a36a4fc198b6c649e5d08739d0e03062ce (patch) | |
tree | 365f2083870ac48a573f08ed0465137329974565 /sci-libs | |
parent | sci-libs/bmrblib: Support newer python (diff) | |
download | gentoo-b31ba8a36a4fc198b6c649e5d08739d0e03062ce.tar.gz gentoo-b31ba8a36a4fc198b6c649e5d08739d0e03062ce.tar.bz2 gentoo-b31ba8a36a4fc198b6c649e5d08739d0e03062ce.zip |
sci-libs/Fiona: Support newer python
Package-Manager: Portage-2.3.6, Repoman-2.3.2
Diffstat (limited to 'sci-libs')
-rw-r--r-- | sci-libs/Fiona/Fiona-9999.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sci-libs/Fiona/Fiona-9999.ebuild b/sci-libs/Fiona/Fiona-9999.ebuild index da38c07609d3..a4322b36330a 100644 --- a/sci-libs/Fiona/Fiona-9999.ebuild +++ b/sci-libs/Fiona/Fiona-9999.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI="5" -PYTHON_COMPAT=( python2_7 python3_4 ) +PYTHON_COMPAT=( python2_7 python3_{4,5,6} ) inherit distutils-r1 git-r3 |