From: Pacho Ramos Date: Mon, 24 Apr 2017 09:14:27 +0000 (+0200) Subject: dev-python/attrdict: Support newer python X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=5f1259f3e868af05a2078c34905946fa273cf710;p=gentoo.git dev-python/attrdict: Support newer python Package-Manager: Portage-2.3.5, Repoman-2.3.2 --- diff --git a/dev-python/attrdict/attrdict-2.0.0.ebuild b/dev-python/attrdict/attrdict-2.0.0.ebuild index 1dabdf6fbf0f..8c9ab3e48326 100644 --- a/dev-python/attrdict/attrdict-2.0.0.ebuild +++ b/dev-python/attrdict/attrdict-2.0.0.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 ) +PYTHON_COMPAT=( python2_7 python3_{4,5,6} ) inherit distutils-r1