Gentoo Archives: gentoo-commits

From: Andrey Grozin <grozin@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/urwid/
Date: Tue, 28 Feb 2017 13:13:36
Message-Id: 1488287602.7f8ff5985ad13a720ccf552bff727b9f1faeb6ff.grozin@gentoo
1 commit: 7f8ff5985ad13a720ccf552bff727b9f1faeb6ff
2 Author: Andrey Grozin <grozin <AT> gentoo <DOT> org>
3 AuthorDate: Tue Feb 28 13:13:22 2017 +0000
4 Commit: Andrey Grozin <grozin <AT> gentoo <DOT> org>
5 CommitDate: Tue Feb 28 13:13:22 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7f8ff598
7
8 dev-python/urwid: python3_6 added
9
10 Package-Manager: Portage-2.3.3, Repoman-2.3.1
11
12 dev-python/urwid/urwid-1.3.1.ebuild | 4 ++--
13 1 file changed, 2 insertions(+), 2 deletions(-)
14
15 diff --git a/dev-python/urwid/urwid-1.3.1.ebuild b/dev-python/urwid/urwid-1.3.1.ebuild
16 index 8c0d601205..1a1fe0130f 100644
17 --- a/dev-python/urwid/urwid-1.3.1.ebuild
18 +++ b/dev-python/urwid/urwid-1.3.1.ebuild
19 @@ -1,10 +1,10 @@
20 # Copyright 1999-2017 Gentoo Foundation
21 # Distributed under the terms of the GNU General Public License v2
22 -# $Id$
23 +# $Id: 8c0d601205b8f8c458f46f8a294990531e826d74 $
24
25 EAPI=6
26
27 -PYTHON_COMPAT=( python2_7 python3_{4,5} )
28 +PYTHON_COMPAT=( python2_7 python3_{4,5,6} )
29 PYTHON_REQ_USE="ncurses"
30
31 inherit distutils-r1