summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrey Grozin <grozin@gentoo.org>2017-02-28 20:13:22 +0700
committerAndrey Grozin <grozin@gentoo.org>2017-02-28 20:13:22 +0700
commit7f8ff5985ad13a720ccf552bff727b9f1faeb6ff (patch)
treeefb571412ff4c345ce53b733933858139cbc3367 /dev-python/urwid/urwid-1.3.1.ebuild
parentdev-python/watchdog: python3_6 added (diff)
downloadgentoo-7f8ff5985ad13a720ccf552bff727b9f1faeb6ff.tar.gz
gentoo-7f8ff5985ad13a720ccf552bff727b9f1faeb6ff.tar.bz2
gentoo-7f8ff5985ad13a720ccf552bff727b9f1faeb6ff.zip
dev-python/urwid: python3_6 added
Package-Manager: Portage-2.3.3, Repoman-2.3.1
Diffstat (limited to 'dev-python/urwid/urwid-1.3.1.ebuild')
-rw-r--r--dev-python/urwid/urwid-1.3.1.ebuild4
1 files 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 8c0d601205b8..1a1fe0130f3b 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-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Id$
+# $Id: 8c0d601205b8f8c458f46f8a294990531e826d74 $
EAPI=6
-PYTHON_COMPAT=( python2_7 python3_{4,5} )
+PYTHON_COMPAT=( python2_7 python3_{4,5,6} )
PYTHON_REQ_USE="ncurses"
inherit distutils-r1