commit: f20d4ddae4c3386069ef1b9d2960c5a856803530
Author: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
AuthorDate: Thu Mar 16 23:58:29 2017 +0000
Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Thu Mar 16 23:58:29 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f20d4dda
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 133927e0eac..5a547eb581e 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