diff options
author | Sébastien Fabbro <bicatali@gentoo.org> | 2017-06-26 04:22:18 +0000 |
---|---|---|
committer | Sébastien Fabbro <bicatali@gentoo.org> | 2017-06-26 04:22:18 +0000 |
commit | 71078f7081676ebbebce3a7cb34779f575c0c64f (patch) | |
tree | e8d9084bef730191423824a361a7dda4dcfaa9f7 /dev-python | |
parent | dev-python/lmdb: added python-3.6 (diff) | |
download | gentoo-71078f7081676ebbebce3a7cb34779f575c0c64f.tar.gz gentoo-71078f7081676ebbebce3a7cb34779f575c0c64f.tar.bz2 gentoo-71078f7081676ebbebce3a7cb34779f575c0c64f.zip |
dev-python/HeapDict: added python-3.6
Package-Manager: Portage-2.3.6, Repoman-2.3.2
Diffstat (limited to 'dev-python')
-rw-r--r-- | dev-python/HeapDict/HeapDict-1.0.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/HeapDict/HeapDict-1.0.0.ebuild b/dev-python/HeapDict/HeapDict-1.0.0.ebuild index 793540461792..bcc1e17ee916 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 |