dev-python/cbor: Support newer python
authorPacho Ramos <pacho@gentoo.org>
Mon, 24 Apr 2017 15:44:49 +0000 (17:44 +0200)
committerPacho Ramos <pacho@gentoo.org>
Mon, 24 Apr 2017 15:49:14 +0000 (17:49 +0200)
Package-Manager: Portage-2.3.5, Repoman-2.3.2

dev-python/cbor/cbor-1.0.0.ebuild

index e7fb62fac889a5d631ae1818df48d352ccae3fd9..4091c7469856880d2e2241f58d30492175c46513 100644 (file)
@@ -1,8 +1,8 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
-PYTHON_COMPAT=( python2_7 python3_{4,5})
+PYTHON_COMPAT=( python2_7 python3_{4,5,6} )
 
 inherit distutils-r1