From: Pacho Ramos Date: Mon, 24 Apr 2017 15:39:51 +0000 (+0200) Subject: dev-python/authres: Support newer python X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=d62c1d52841d5524f72720c586ae1f6127bd7116;p=gentoo.git dev-python/authres: Support newer python Package-Manager: Portage-2.3.5, Repoman-2.3.2 --- diff --git a/dev-python/authres/authres-0.800.ebuild b/dev-python/authres/authres-0.800.ebuild index 842efa83b56e..12ce8847c303 100644 --- a/dev-python/authres/authres-0.800.ebuild +++ b/dev-python/authres/authres-0.800.ebuild @@ -1,8 +1,8 @@ -# 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=( python{2_7,3_4} pypy ) +PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} pypy ) inherit distutils-r1