dev-python/pyblake2: Tested on py3.6

This commit is contained in:
Michał Górny
2017-10-21 10:32:16 +02:00
parent 4db12167a9
commit 94b91b64cd

View File

@@ -3,7 +3,7 @@
EAPI=6
PYTHON_COMPAT=( python{2_7,3_4,3_5} pypy )
PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} pypy )
inherit distutils-r1
DESCRIPTION="BLAKE2 hash function extension module"