summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPacho Ramos <pacho@gentoo.org>2017-07-12 13:23:12 +0200
committerPacho Ramos <pacho@gentoo.org>2017-07-12 16:41:49 +0200
commit6a005fd370b5dd9647e4887b83145a461b93a2f1 (patch)
tree3a33e78d79481cd9e1d29b87d3f6498ecf74f7ea /dev-python/qrcode
parentdev-python/django-spurl: Support newer python (diff)
downloadgentoo-6a005fd370b5dd9647e4887b83145a461b93a2f1.tar.gz
gentoo-6a005fd370b5dd9647e4887b83145a461b93a2f1.tar.bz2
gentoo-6a005fd370b5dd9647e4887b83145a461b93a2f1.zip
dev-python/qrcode: Support newer python
Package-Manager: Portage-2.3.6, Repoman-2.3.2
Diffstat (limited to 'dev-python/qrcode')
-rw-r--r--dev-python/qrcode/qrcode-5.1-r1.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/qrcode/qrcode-5.1-r1.ebuild b/dev-python/qrcode/qrcode-5.1-r1.ebuild
index d7fa03a71793..74e5fa4e258a 100644
--- a/dev-python/qrcode/qrcode-5.1-r1.ebuild
+++ b/dev-python/qrcode/qrcode-5.1-r1.ebuild
@@ -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