diff options
author | David Seifert <soap@gentoo.org> | 2016-03-27 19:43:36 +0200 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2016-03-27 19:44:07 +0200 |
commit | 3263d4e22681ee9a7061e72ae43e031edf23141b (patch) | |
tree | b2be035e69e596fd77939976b56bafa617906623 /sci-biology | |
parent | dev-python/dnspython: Add python3_5 support (diff) | |
download | gentoo-3263d4e22681ee9a7061e72ae43e031edf23141b.tar.gz gentoo-3263d4e22681ee9a7061e72ae43e031edf23141b.tar.bz2 gentoo-3263d4e22681ee9a7061e72ae43e031edf23141b.zip |
sci-biology/biopython: Add python3_5 support
Package-Manager: portage-2.2.28
Diffstat (limited to 'sci-biology')
-rw-r--r-- | sci-biology/biopython/biopython-1.66.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sci-biology/biopython/biopython-1.66.ebuild b/sci-biology/biopython/biopython-1.66.ebuild index d5c5fb686deb..f791b83e4c83 100644 --- a/sci-biology/biopython/biopython-1.66.ebuild +++ b/sci-biology/biopython/biopython-1.66.ebuild @@ -1,10 +1,10 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ EAPI=5 -PYTHON_COMPAT=( python2_7 python3_{3,4} pypy ) +PYTHON_COMPAT=( python2_7 python3_{3,4,5} pypy ) inherit distutils-r1 eutils |