=dev-python/pyserial: enable python 3.5 support in vn. 2.7-r1
authorMarshall Brewer (Gentoo Key) <tomboy64@sina.cn>
Fri, 15 Apr 2016 22:46:04 +0000 (00:46 +0200)
committerIan Delaney <idella4@gentoo.org>
Mon, 18 Apr 2016 15:18:58 +0000 (23:18 +0800)
Package-Manager: portage-2.2.28
RepoMan-Options: --ignore-arches
Closes: https://github.com/gentoo/gentoo/pull/1297

Signed-off-by: Ian Delaney <idella4@gentoo.org>
dev-python/pyserial/pyserial-2.7-r1.ebuild

index 92f5d5ddb971463c5a9dbc3f7e8f87ee9c06b472..857f253a04ca2b0d1131296a37cdca53dea1a89c 100644 (file)
@@ -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