dev-python/pyqrcode: Add python-3.6 to PYTHON_COMPAT
authorBrian Dolbec <dolsen@gentoo.org>
Mon, 10 Apr 2017 17:18:19 +0000 (10:18 -0700)
committerBrian Dolbec <dolsen@gentoo.org>
Tue, 16 May 2017 02:07:11 +0000 (19:07 -0700)
Package-Manager: Portage-2.3.5, Repoman-2.3.2_p30

dev-python/pyqrcode/pyqrcode-1.2.1.ebuild

index 55186447a0912cc0c397bfbc5fa37d172b5f7fcb..b4e527441305c7915bf473af1a3f5fe9a4642d9f 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