diff --git a/dev-python/urwid/urwid-1.3.1.ebuild b/dev-python/urwid/urwid-1.3.1.ebuild index 9c50621984a05..892d50866db22 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