dev-python/xcffib: Add python3_6 to PYTHON_COMPAT
authorZac Medico <zmedico@gentoo.org>
Fri, 10 Mar 2017 11:03:08 +0000 (03:03 -0800)
committerZac Medico <zmedico@gentoo.org>
Fri, 10 Mar 2017 11:04:21 +0000 (03:04 -0800)
Package-Manager: Portage-2.3.4, Repoman-2.3.2

dev-python/xcffib/xcffib-0.4.0.ebuild
dev-python/xcffib/xcffib-0.4.2.ebuild

index 0a9f2eea97b79f8fcef4252c477034f9f308ffb2..3d3c3be49a79a3932c0663e7accde5f4f3462d84 100644 (file)
@@ -1,9 +1,9 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI="5"
 
-PYTHON_COMPAT=( python2_7 python3_{4,5} pypy )
+PYTHON_COMPAT=( python2_7 python3_{4,5,6} pypy )
 
 inherit distutils-r1
 
index 163ad30a52c2b15176c6ed922c093f5ad518dbb8..8bc40b268bdb87fd41d10da123adee69fb6413ae 100644 (file)
@@ -3,7 +3,7 @@
 
 EAPI=6
 
-PYTHON_COMPAT=( python2_7 python3_{4,5} pypy )
+PYTHON_COMPAT=( python2_7 python3_{4,5,6} pypy )
 
 inherit distutils-r1