From 3263d4e22681ee9a7061e72ae43e031edf23141b Mon Sep 17 00:00:00 2001 From: David Seifert Date: Sun, 27 Mar 2016 19:43:36 +0200 Subject: sci-biology/biopython: Add python3_5 support Package-Manager: portage-2.2.28 --- sci-biology/biopython/biopython-1.66.ebuild | 4 ++-- 1 file 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 -- cgit v1.2.3-65-gdbad