From: Pacho Ramos Date: Mon, 29 May 2017 13:24:58 +0000 (+0200) Subject: dev-python/pmw: Support newer python X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=6203b7cc5fdec0b4df4d09bd3e28421e0969ec90;p=gentoo.git dev-python/pmw: Support newer python Package-Manager: Portage-2.3.6, Repoman-2.3.2 --- diff --git a/dev-python/pmw/pmw-2.0.1.ebuild b/dev-python/pmw/pmw-2.0.1.ebuild index f4e0cb048f93..d492b1797f97 100644 --- a/dev-python/pmw/pmw-2.0.1.ebuild +++ b/dev-python/pmw/pmw-2.0.1.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=( python3_4 ) +PYTHON_COMPAT=( python3_{4,5,6} ) PYTHON_REQ_USE="tk" inherit distutils-r1 virtualx