From 7d42990d40c7101eac5a182a11172e853aeccf87 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Amadeusz=20=C5=BBo=C5=82nowski?= Date: Wed, 9 Aug 2017 20:36:15 +0100 Subject: [PATCH] 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 --- dev-python/urwidtrees/urwidtrees-1.0.2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.26.2