Gentoo Archives: gentoo-commits

From: Sebastien Fabbro <bicatali@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/HeapDict/
Date: Mon, 26 Jun 2017 04:35:14
Message-Id: 1498450938.71078f7081676ebbebce3a7cb34779f575c0c64f.bicatali@gentoo
1 commit: 71078f7081676ebbebce3a7cb34779f575c0c64f
2 Author: Sébastien Fabbro <bicatali <AT> gentoo <DOT> org>
3 AuthorDate: Mon Jun 26 04:22:18 2017 +0000
4 Commit: Sebastien Fabbro <bicatali <AT> gentoo <DOT> org>
5 CommitDate: Mon Jun 26 04:22:18 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=71078f70
7
8 dev-python/HeapDict: added python-3.6
9
10 Package-Manager: Portage-2.3.6, Repoman-2.3.2
11
12 dev-python/HeapDict/HeapDict-1.0.0.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/dev-python/HeapDict/HeapDict-1.0.0.ebuild b/dev-python/HeapDict/HeapDict-1.0.0.ebuild
16 index 79354046179..bcc1e17ee91 100644
17 --- a/dev-python/HeapDict/HeapDict-1.0.0.ebuild
18 +++ b/dev-python/HeapDict/HeapDict-1.0.0.ebuild
19 @@ -3,7 +3,7 @@
20
21 EAPI=6
22
23 -PYTHON_COMPAT=( python2_7 python3_{4,5} )
24 +PYTHON_COMPAT=( python2_7 python3_{4,5,6} )
25
26 inherit distutils-r1