dev-python/urwid: add Python 3.5 support
authorMing Dai <radaiming@gmail.com>
Sun, 17 Apr 2016 14:51:44 +0000 (22:51 +0800)
committerIan Delaney <idella4@gentoo.org>
Mon, 18 Apr 2016 03:25:17 +0000 (11:25 +0800)
Package-Manager: portage-2.2.26
Closes: https://github.com/gentoo/gentoo/pull/1291

Signed-off-by: Ian Delaney <idella4@gentoo.org>
dev-python/urwid/urwid-1.3.1.ebuild

index 9c50621984a05e2dfe88edd97e37bbf2df8a0f71..892d50866db222e7c2e379446ec3bac849c6c2b5 100644 (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