From 0f2116c673c47f98aaa6c7bb20f71d2bd816f20d Mon Sep 17 00:00:00 2001 From: Ming Dai Date: Sun, 17 Apr 2016 22:51:44 +0800 Subject: [PATCH] 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 --- 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 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