dev-python/qrcode: Support newer python
authorPacho Ramos <pacho@gentoo.org>
Wed, 12 Jul 2017 11:23:12 +0000 (13:23 +0200)
committerPacho Ramos <pacho@gentoo.org>
Wed, 12 Jul 2017 14:41:49 +0000 (16:41 +0200)
Package-Manager: Portage-2.3.6, Repoman-2.3.2

dev-python/qrcode/qrcode-5.1-r1.ebuild

index d7fa03a71793261af71e1c778f2639c0e7d2f955..74e5fa4e258a6fec94ac8b5ff04448ef50c638a6 100644 (file)
@@ -1,9 +1,9 @@
-# Copyright 1999-2015 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} )
+PYTHON_COMPAT=( python2_7 python3_{4,5,6} )
 
 inherit distutils-r1