From: Marshall Brewer (Gentoo Key) Date: Fri, 15 Apr 2016 22:46:04 +0000 (+0200) Subject: =dev-python/pyserial: enable python 3.5 support in vn. 2.7-r1 X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=dcdf98f6ecfa8da3fe2aab2389dc92133a2c50b2;p=gentoo.git =dev-python/pyserial: enable python 3.5 support in vn. 2.7-r1 Package-Manager: portage-2.2.28 RepoMan-Options: --ignore-arches Closes: https://github.com/gentoo/gentoo/pull/1297 Signed-off-by: Ian Delaney --- diff --git a/dev-python/pyserial/pyserial-2.7-r1.ebuild b/dev-python/pyserial/pyserial-2.7-r1.ebuild index 92f5d5ddb971..857f253a04ca 100644 --- a/dev-python/pyserial/pyserial-2.7-r1.ebuild +++ b/dev-python/pyserial/pyserial-2.7-r1.ebuild @@ -1,9 +1,9 @@ -# 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=( python{2_7,3_3,3_4} pypy ) +PYTHON_COMPAT=( python{2_7,3_3,3_4,3_5} pypy ) inherit distutils-r1