diff options
-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 |