projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8f6824b
)
dev-python/urwid: add Python 3.5 support
author
Ming Dai
<radaiming@gmail.com>
Sun, 17 Apr 2016 14:51:44 +0000
(22:51 +0800)
committer
Ian 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
patch
|
blob
|
history
diff --git
a/dev-python/urwid/urwid-1.3.1.ebuild
b/dev-python/urwid/urwid-1.3.1.ebuild
index 9c50621984a05e2dfe88edd97e37bbf2df8a0f71..892d50866db222e7c2e379446ec3bac849c6c2b5 100644
(file)
--- a/
dev-python/urwid/urwid-1.3.1.ebuild
+++ b/
dev-python/urwid/urwid-1.3.1.ebuild
@@
-1,10
+1,10
@@
-# Copyright 1999-201
5
Gentoo Foundation
+# Copyright 1999-201
6
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