dev-python/html5lib: PYTHON_COMPAT: add python3_6
authorZac Medico <zmedico@gentoo.org>
Fri, 10 Feb 2017 03:35:56 +0000 (19:35 -0800)
committerZac Medico <zmedico@gentoo.org>
Sun, 12 Feb 2017 22:17:56 +0000 (14:17 -0800)
Package-Manager: Portage-2.3.3, Repoman-2.3.1

dev-python/html5lib/html5lib-0.9999999-r1.ebuild
dev-python/html5lib/html5lib-0.9999999.ebuild

index 27937af2582885f0f434c709566b760c7ea581ee..76789e08f94d358d20a8b74bd87f855ed756c7be 100644 (file)
@@ -1,10 +1,10 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
 EAPI=6
 
-PYTHON_COMPAT=( python2_7 python3_{4,5} pypy pypy3 )
+PYTHON_COMPAT=( python2_7 python3_{4,5,6} pypy pypy3 )
 PYTHON_REQ_USE="xml(+)"
 
 inherit distutils-r1
index dccc77dd245a62d1a8bc9961e11ed823016ccd32..b0d0bad780efbee88afba6c6c0c511fd70682782 100644 (file)
@@ -1,10 +1,10 @@
-# Copyright 1999-2016 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="xml(+)"
 
 inherit distutils-r1