dev-python/testrepository: PYTHON_COMPAT: add python3_6
authorZac Medico <zmedico@gentoo.org>
Sun, 12 Feb 2017 01:09:54 +0000 (17:09 -0800)
committerZac Medico <zmedico@gentoo.org>
Sun, 12 Feb 2017 22:19:00 +0000 (14:19 -0800)
Package-Manager: Portage-2.3.3, Repoman-2.3.1

dev-python/testrepository/testrepository-0.0.18-r1.ebuild
dev-python/testrepository/testrepository-0.0.20.ebuild

index b5fdad850ac0488efc7674024d43073612334b00..c3ed4a1ef6613859935ce31ca069214d66d6fe03 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 )
 PYTHON_REQ_USE="threads(+)"
 
 inherit distutils-r1
index d08e90242f1d0708d27e312d49cefcfcae87dc86..b402a2ed248af3169bf22002f5a3fcd70f064c3d 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 )
 PYTHON_REQ_USE="threads(+)"
 
 inherit distutils-r1