From: Amadeusz Żołnowski Date: Wed, 9 Aug 2017 19:36:15 +0000 (+0100) Subject: dev-python/urwidtrees: urwidtrees is compatible with Python 3 X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=7d42990d40c7101eac5a182a11172e853aeccf87;p=gentoo.git dev-python/urwidtrees: urwidtrees is compatible with Python 3 Add compatibility with the same Python versions as defined for dev-python/urwid. Package-Manager: Portage-2.3.6, Repoman-2.3.3 --- diff --git a/dev-python/urwidtrees/urwidtrees-1.0.2.ebuild b/dev-python/urwidtrees/urwidtrees-1.0.2.ebuild index 26a98d8ca215..866c17183b5b 100644 --- a/dev-python/urwidtrees/urwidtrees-1.0.2.ebuild +++ b/dev-python/urwidtrees/urwidtrees-1.0.2.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=5 -PYTHON_COMPAT=( python2_7 ) +PYTHON_COMPAT=( python2_7 python3_4 python3_5 python3_6 ) inherit distutils-r1