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@gentoo.org>
This commit is contained in:
Ming Dai
2016-04-17 22:51:44 +08:00
committed by Ian Delaney
parent 8f6824b31d
commit 0f2116c673

View File

@@ -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