Gentoo Archives: gentoo-commits

From: "Manuel Rüger" <mrueg@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/multipledispatch/
Date: Fri, 28 Apr 2017 15:27:35
Message-Id: 1493393239.a45f6ed46c5ddb3097abee84c0eed4ffdfa41c5f.mrueg@gentoo
1 commit: a45f6ed46c5ddb3097abee84c0eed4ffdfa41c5f
2 Author: Manuel Rüger <mrueg <AT> gentoo <DOT> org>
3 AuthorDate: Fri Apr 28 15:27:19 2017 +0000
4 Commit: Manuel Rüger <mrueg <AT> gentoo <DOT> org>
5 CommitDate: Fri Apr 28 15:27:19 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a45f6ed4
7
8 dev-python/multipledispatch: Add python3_6
9
10 Package-Manager: Portage-2.3.5, Repoman-2.3.2
11
12 dev-python/multipledispatch/multipledispatch-0.4.9.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/dev-python/multipledispatch/multipledispatch-0.4.9.ebuild b/dev-python/multipledispatch/multipledispatch-0.4.9.ebuild
16 index 4890dc80c29..764104fb024 100644
17 --- a/dev-python/multipledispatch/multipledispatch-0.4.9.ebuild
18 +++ b/dev-python/multipledispatch/multipledispatch-0.4.9.ebuild
19 @@ -3,7 +3,7 @@
20
21 EAPI=6
22
23 -PYTHON_COMPAT=( python{2_7,3_4,3_5} pypy )
24 +PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} pypy )
25
26 inherit distutils-r1