From: Andrey Grozin Date: Sun, 11 Nov 2018 13:41:31 +0000 (+0700) Subject: dev-python/urwid: add python3_7 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=eeb552c1ceb63060ef767db5ffbac63aedb30e88;p=gentoo.git dev-python/urwid: add python3_7 Signed-off-by: Andrey Grozin Package-Manager: Portage-2.3.41, Repoman-2.3.9 --- diff --git a/dev-python/urwid/urwid-2.0.1.ebuild b/dev-python/urwid/urwid-2.0.1.ebuild index c8bfd90b8c4b..49c1d4bf5854 100644 --- a/dev-python/urwid/urwid-2.0.1.ebuild +++ b/dev-python/urwid/urwid-2.0.1.ebuild @@ -3,7 +3,7 @@ EAPI=6 -PYTHON_COMPAT=( python2_7 python3_{4,5,6} ) +PYTHON_COMPAT=( python2_7 python3_{4,5,6,7} ) PYTHON_REQ_USE="ncurses" inherit distutils-r1