From f20d4ddae4c3386069ef1b9d2960c5a856803530 Mon Sep 17 00:00:00 2001 From: Patrice Clement Date: Fri, 17 Mar 2017 00:58:29 +0100 Subject: dev-python/neovim-python-client: drop python3_6 support. Package-Manager: Portage-2.3.3, Repoman-2.3.1 --- dev-python/neovim-python-client/neovim-python-client-0.1.13.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/neovim-python-client/neovim-python-client-0.1.13.ebuild b/dev-python/neovim-python-client/neovim-python-client-0.1.13.ebuild index 133927e0eac8..5a547eb581e0 100644 --- a/dev-python/neovim-python-client/neovim-python-client-0.1.13.ebuild +++ b/dev-python/neovim-python-client/neovim-python-client-0.1.13.ebuild @@ -3,7 +3,7 @@ EAPI=6 -PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} ) +PYTHON_COMPAT=( python{2_7,3_4,3_5} ) inherit distutils-r1 -- cgit v1.2.3-65-gdbad