commit: 71078f7081676ebbebce3a7cb34779f575c0c64f
Author: Sébastien Fabbro <bicatali <AT> gentoo <DOT> org>
AuthorDate: Mon Jun 26 04:22:18 2017 +0000
Commit: Sebastien Fabbro <bicatali <AT> gentoo <DOT> org>
CommitDate: Mon Jun 26 04:22:18 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=71078f70
dev-python/HeapDict: added python-3.6
Package-Manager: Portage-2.3.6, Repoman-2.3.2
dev-python/HeapDict/HeapDict-1.0.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/HeapDict/HeapDict-1.0.0.ebuild
b/dev-python/HeapDict/HeapDict-1.0.0.ebuild
index 79354046179..bcc1e17ee91 100644
--- a/dev-python/HeapDict/HeapDict-1.0.0.ebuild
+++ b/dev-python/HeapDict/HeapDict-1.0.0.ebuild
@@ -3,7 +3,7 @@
EAPI=6
-PYTHON_COMPAT=( python2_7 python3_{4,5} )
+PYTHON_COMPAT=( python2_7 python3_{4,5,6} )
inherit distutils-r1