From: Michał Górny Date: Fri, 24 Apr 2020 05:26:40 +0000 (+0200) Subject: dev-python/neovim-remote: Enable py3.{7,8} X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=7f8140a270740abefff509ec70a9f1a944b0cd7c;p=gentoo.git dev-python/neovim-remote: Enable py3.{7,8} Signed-off-by: Michał Górny --- 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 c650f0f08352..e598c509a781 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 1fbbd4b01461..3d18a58845ba 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