Gentoo Archives: gentoo-commits

From: Kacper Kowalik <xarthisius@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pudb/
Date: Tue, 18 Apr 2017 16:31:38
Message-Id: 1492533079.94291a4cad706c383cfbd05e65640fb8f2245b12.xarthisius@gentoo
1 commit: 94291a4cad706c383cfbd05e65640fb8f2245b12
2 Author: Kacper Kowalik <xarthisius <AT> gentoo <DOT> org>
3 AuthorDate: Tue Apr 18 16:31:19 2017 +0000
4 Commit: Kacper Kowalik <xarthisius <AT> gentoo <DOT> org>
5 CommitDate: Tue Apr 18 16:31:19 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=94291a4c
7
8 dev-python/pudb: add python3_6 support
9
10 Package-Manager: Portage-2.3.5, Repoman-2.3.2
11
12 dev-python/pudb/pudb-2016.2.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/dev-python/pudb/pudb-2016.2.ebuild b/dev-python/pudb/pudb-2016.2.ebuild
16 index 75c94add072..c9c949ad5a4 100644
17 --- a/dev-python/pudb/pudb-2016.2.ebuild
18 +++ b/dev-python/pudb/pudb-2016.2.ebuild
19 @@ -2,7 +2,7 @@
20 # Distributed under the terms of the GNU General Public License v2
21
22 EAPI="6"
23 -PYTHON_COMPAT=( python{2_7,3_4,3_5} )
24 +PYTHON_COMPAT=( python{2_7,3_{4,5,6}} )
25
26 inherit distutils-r1