diff options
author | Aric Belsito <lluixhi@gmail.com> | 2018-02-13 15:00:33 -0800 |
---|---|---|
committer | Patrice Clement <monsieurp@gentoo.org> | 2018-03-05 23:07:56 +0100 |
commit | 9eb74c4b5469bba4c37ce7a77e290c43f48e719b (patch) | |
tree | fde28299c96eac2aaef6950642a076ff3c6df304 /dev-python/neovim-python-client | |
parent | package.mask: mask latest msgpack version. (diff) | |
download | gentoo-9eb74c4b5469bba4c37ce7a77e290c43f48e719b.tar.gz gentoo-9eb74c4b5469bba4c37ce7a77e290c43f48e719b.tar.bz2 gentoo-9eb74c4b5469bba4c37ce7a77e290c43f48e719b.zip |
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
Diffstat (limited to 'dev-python/neovim-python-client')
-rw-r--r-- | dev-python/neovim-python-client/neovim-python-client-0.1.9.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/neovim-python-client/neovim-python-client-0.1.9.ebuild b/dev-python/neovim-python-client/neovim-python-client-0.1.9.ebuild index 8ad3f64bc344..33f5326d34fc 100644 --- a/dev-python/neovim-python-client/neovim-python-client-0.1.9.ebuild +++ b/dev-python/neovim-python-client/neovim-python-client-0.1.9.ebuild @@ -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" |