From: Pacho Ramos Date: Wed, 12 Jul 2017 11:23:12 +0000 (+0200) Subject: dev-python/qrcode: Support newer python X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=6a005fd370b5dd9647e4887b83145a461b93a2f1;p=gentoo.git dev-python/qrcode: Support newer python Package-Manager: Portage-2.3.6, Repoman-2.3.2 --- 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