commit:     28d0e09174383192beb3ce997e0ead77588c4b52
Author:     Douglas Agbeve <douglas <AT> agbeve <DOT> com>
AuthorDate: Mon May 24 12:12:16 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue Jun  1 00:27:47 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=28d0e091

dev-python/neovim-remote: python3_{9..10} support

Package-Manager: Portage-3.0.18, Repoman-3.0.3
Signed-off-by: Douglas Agbeve <douglas <AT> agbeve.com>
Signed-off-by: Sam James <sam <AT> gentoo.org>

 dev-python/neovim-remote/neovim-remote-2.4.0.ebuild | 3 ++-
 dev-python/neovim-remote/neovim-remote-9999.ebuild  | 2 +-
 2 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/dev-python/neovim-remote/neovim-remote-2.4.0.ebuild 
b/dev-python/neovim-remote/neovim-remote-2.4.0.ebuild
index 1869b87e59c..ec688444a52 100644
--- a/dev-python/neovim-remote/neovim-remote-2.4.0.ebuild
+++ b/dev-python/neovim-remote/neovim-remote-2.4.0.ebuild
@@ -2,7 +2,8 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
-PYTHON_COMPAT=( python3_{7,8,9} )
+
+PYTHON_COMPAT=( python3_{7..10} )
 DISTUTILS_USE_SETUPTOOLS=rdepend
 
 inherit distutils-r1

diff --git a/dev-python/neovim-remote/neovim-remote-9999.ebuild 
b/dev-python/neovim-remote/neovim-remote-9999.ebuild
index c5957ab39af..4dbb14c735e 100644
--- a/dev-python/neovim-remote/neovim-remote-9999.ebuild
+++ b/dev-python/neovim-remote/neovim-remote-9999.ebuild
@@ -2,8 +2,8 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
-PYTHON_COMPAT=( python3_{7,8,9} )
 
+PYTHON_COMPAT=( python3_{7..10} )
 inherit distutils-r1
 
 if [[ ${PV} == 9999 ]]; then

Reply via email to