From: Ming Dai Date: Sun, 17 Apr 2016 14:51:44 +0000 (+0800) Subject: dev-python/urwid: add Python 3.5 support X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=0f2116c673c47f98aaa6c7bb20f71d2bd816f20d;p=gentoo.git 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 --- diff --git a/dev-python/urwid/urwid-1.3.1.ebuild b/dev-python/urwid/urwid-1.3.1.ebuild index 9c50621984a0..892d50866db2 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