commit: 7f8140a270740abefff509ec70a9f1a944b0cd7c
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Fri Apr 24 05:26:40 2020 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Fri Apr 24 05:26:40 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7f8140a2
dev-python/neovim-remote: Enable py3.{7,8}
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/neovim-remote/neovim-remote-2.2.1.ebuild | 2 +-
dev-python/neovim-remote/neovim-remote-9999.ebuild | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/dev-python/neovim-remote/neovim-remote-2.2.1.ebuild
b/dev-python/neovim-remote/neovim-remote-2.2.1.ebuild
index c650f0f0835..e598c509a78 100644
--- a/dev-python/neovim-remote/neovim-remote-2.2.1.ebuild
+++ b/dev-python/neovim-remote/neovim-remote-2.2.1.ebuild
@@ -2,7 +2,7 @@
# Distributed under the terms of the GNU General Public License v2
EAPI=7
-PYTHON_COMPAT=( python3_{6,7} )
+PYTHON_COMPAT=( python3_{6,7,8} )
inherit distutils-r1
diff --git a/dev-python/neovim-remote/neovim-remote-9999.ebuild
b/dev-python/neovim-remote/neovim-remote-9999.ebuild
index 1fbbd4b0146..3d18a58845b 100644
--- a/dev-python/neovim-remote/neovim-remote-9999.ebuild
+++ b/dev-python/neovim-remote/neovim-remote-9999.ebuild
@@ -2,7 +2,7 @@
# Distributed under the terms of the GNU General Public License v2
EAPI=6
-PYTHON_COMPAT=( python3_6 )
+PYTHON_COMPAT=( python3_{6,7,8} )
inherit distutils-r1