dev-python/ptyprocess: PYTHON_COMPAT: add python3_6
authorZac Medico <zmedico@gentoo.org>
Sun, 12 Feb 2017 07:39:15 +0000 (23:39 -0800)
committerZac Medico <zmedico@gentoo.org>
Sun, 12 Feb 2017 22:19:28 +0000 (14:19 -0800)
Package-Manager: Portage-2.3.3, Repoman-2.3.1

dev-python/ptyprocess/ptyprocess-0.5.1.ebuild
dev-python/ptyprocess/ptyprocess-0.5.ebuild

index b7a2b28cdd5e459abf3e49d48e37808799de5092..7e67f10759872f705cf4c0dba9877dc0d2faefeb 100644 (file)
@@ -1,10 +1,10 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
 EAPI=5
 
-PYTHON_COMPAT=( python2_7 python3_{4,5} pypy pypy3 )
+PYTHON_COMPAT=( python2_7 python3_{4,5,6} pypy pypy3 )
 
 inherit distutils-r1
 
index bfeabf5b5986bdef25a129c1c7d3cd36cb9c5416..8eaa8841ca118b662aa60e45760884e260c4b97f 100644 (file)
@@ -1,10 +1,10 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
 EAPI=5
 
-PYTHON_COMPAT=( python2_7 python3_{4,5} pypy pypy3 )
+PYTHON_COMPAT=( python2_7 python3_{4,5,6} pypy pypy3 )
 
 inherit distutils-r1