commit: 7d42990d40c7101eac5a182a11172e853aeccf87 Author: Amadeusz Żołnowski <aidecoe <AT> gentoo <DOT> org> AuthorDate: Wed Aug 9 19:36:15 2017 +0000 Commit: Amadeusz Piotr Żołnowski <aidecoe <AT> gentoo <DOT> org> CommitDate: Wed Aug 9 19:36:46 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7d42990d
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 26a98d8ca21..866c17183b5 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
