dev-python/neovim-python-client: fix PYTHON_COMPAT.

neovim-python-client-0.1.9 does not support python3_6.

Closes: https://github.com/gentoo/gentoo/pull/7177
This commit is contained in:
Aric Belsito
2018-02-13 15:00:33 -08:00
committed by Patrice Clement
parent 10b6360556
commit 9eb74c4b54

View File

@@ -3,7 +3,7 @@
EAPI=5
PYTHON_COMPAT=( python{2_7,3_{4,5,6}} )
PYTHON_COMPAT=( python{2_7,3_{4,5}} )
inherit distutils-r1
DESCRIPTION="Python client for Neovim"