commit: 0f2116c673c47f98aaa6c7bb20f71d2bd816f20d Author: Ming Dai <radaiming <AT> gmail <DOT> com> AuthorDate: Sun Apr 17 14:51:44 2016 +0000 Commit: Ian Delaney <idella4 <AT> gentoo <DOT> org> CommitDate: Mon Apr 18 03:25:17 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0f2116c6
dev-python/urwid: add Python 3.5 support Package-Manager: portage-2.2.26 Closes: https://github.com/gentoo/gentoo/pull/1291 Signed-off-by: Ian Delaney <idella4 <AT> gentoo.org> dev-python/urwid/urwid-1.3.1.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-python/urwid/urwid-1.3.1.ebuild b/dev-python/urwid/urwid-1.3.1.ebuild index 9c50621..892d508 100644 --- a/dev-python/urwid/urwid-1.3.1.ebuild +++ b/dev-python/urwid/urwid-1.3.1.ebuild @@ -1,10 +1,10 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ EAPI=5 -PYTHON_COMPAT=( python2_7 python3_{3,4} ) +PYTHON_COMPAT=( python2_7 python3_{3,4,5} ) PYTHON_REQ_USE="ncurses" inherit distutils-r1
