commit: e2cc23bbc7216f7dbf0d6128171bdea85c9a5a29
Author: Douglas Agbeve <douglas <AT> agbeve <DOT> com>
AuthorDate: Thu May 6 15:13:55 2021 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue Jun 1 00:27:46 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e2cc23bb
dev-python/neovim-remote: clean up ebuild with python3_9 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 | 4 ++--
dev-python/neovim-remote/neovim-remote-9999.ebuild | 6 +++---
2 files changed, 5 insertions(+), 5 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 bc366b0cb44..1869b87e59c 100644
--- a/dev-python/neovim-remote/neovim-remote-2.4.0.ebuild
+++ b/dev-python/neovim-remote/neovim-remote-2.4.0.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
-PYTHON_COMPAT=( python3_{7,8} )
+PYTHON_COMPAT=( python3_{7,8,9} )
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 87aa69c3189..c5957ab39af 100644
--- a/dev-python/neovim-remote/neovim-remote-9999.ebuild
+++ b/dev-python/neovim-remote/neovim-remote-9999.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=6
-PYTHON_COMPAT=( python3_{7,8} )
+EAPI=7
+PYTHON_COMPAT=( python3_{7,8,9} )
inherit distutils-r1