diff options
author | Matt Turner <mattst88@gentoo.org> | 2024-05-20 10:38:06 -0400 |
---|---|---|
committer | Matt Turner <mattst88@gentoo.org> | 2024-05-20 10:38:40 -0400 |
commit | 09f9fe09f23195851a3e5ea1905293813150867e (patch) | |
tree | fb6d79f9da9057c48a74db5d2cf0b1ecd8b5f07c /app-editors | |
parent | app-editors/neovim: add 0.10.0 (diff) | |
download | gentoo-09f9fe09f23195851a3e5ea1905293813150867e.tar.gz gentoo-09f9fe09f23195851a3e5ea1905293813150867e.tar.bz2 gentoo-09f9fe09f23195851a3e5ea1905293813150867e.zip |
app-editors/neovim: Synchronize live ebuild
Signed-off-by: Matt Turner <mattst88@gentoo.org>
Diffstat (limited to 'app-editors')
-rw-r--r-- | app-editors/neovim/neovim-9999.ebuild | 3 |
1 files changed, 1 insertions, 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=" |