commit:     09f9fe09f23195851a3e5ea1905293813150867e
Author:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
AuthorDate: Mon May 20 14:38:06 2024 +0000
Commit:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
CommitDate: Mon May 20 14:38:40 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=09f9fe09

app-editors/neovim: Synchronize live ebuild

Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>

 app-editors/neovim/neovim-9999.ebuild | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/app-editors/neovim/neovim-9999.ebuild 
b/app-editors/neovim/neovim-9999.ebuild
index 53e5cb6cc9d9..cf83ee7053ff 100644
--- a/app-editors/neovim/neovim-9999.ebuild
+++ b/app-editors/neovim/neovim-9999.ebuild
@@ -16,7 +16,7 @@ if [[ ${PV} == 9999 ]]; then
        EGIT_REPO_URI="https://github.com/neovim/neovim.git";
 else
        SRC_URI="https://github.com/neovim/neovim/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
-       KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86 ~x64-macos"
+       KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~x86 ~x64-macos"
 fi
 
 LICENSE="Apache-2.0 vim"
@@ -52,7 +52,6 @@ DEPEND="${LUA_DEPS}
        >=dev-libs/libvterm-0.3.3
        >=dev-libs/msgpack-3.0.0:=
        >=dev-libs/tree-sitter-0.20.9:=
-       >=dev-libs/libtermkey-0.22
        >=dev-libs/unibilium-2.0.0:0=
 "
 RDEPEND="

Reply via email to