diff options
author | Brahmajit Das <brahmajit.xyz@gmail.com> | 2024-06-30 00:11:24 +0530 |
---|---|---|
committer | Eli Schwartz <eschwartz@gentoo.org> | 2024-07-11 12:28:31 -0400 |
commit | 4ab4c9ee13cd33308386ca30c223b808dd16dc8e (patch) | |
tree | 3e5202282e9201f63365ca13b7822bec1511c3f8 /app-editors/neovim | |
parent | app-i18n/transifex-client: remove 1.6.12 (diff) | |
download | gentoo-4ab4c9ee13cd33308386ca30c223b808dd16dc8e.tar.gz gentoo-4ab4c9ee13cd33308386ca30c223b808dd16dc8e.tar.bz2 gentoo-4ab4c9ee13cd33308386ca30c223b808dd16dc8e.zip |
app-editors/neovim: 9999 needs dev-libs/libutf8proc to build
With upstream commit 32e16cb0b6[0],neovim now needs utfproc to build
[0]:
https://github.com/neovim/neovim/commit/32e16cb0b6b046ba45d3e14c0fdb0383ad8bee1e
Closes: https://bugs.gentoo.org/935152
Signed-off-by: Brahmajit Das <brahmajit.xyz@gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/37363
Signed-off-by: Eli Schwartz <eschwartz@gentoo.org>
Diffstat (limited to 'app-editors/neovim')
-rw-r--r-- | app-editors/neovim/neovim-9999.ebuild | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/app-editors/neovim/neovim-9999.ebuild b/app-editors/neovim/neovim-9999.ebuild index e09b705b7388..c10fff1c4d66 100644 --- a/app-editors/neovim/neovim-9999.ebuild +++ b/app-editors/neovim/neovim-9999.ebuild @@ -53,6 +53,7 @@ DEPEND="${LUA_DEPS} >=dev-libs/msgpack-3.0.0:= >=dev-libs/tree-sitter-0.22.6:= >=dev-libs/unibilium-2.0.0:0= + >=dev-libs/libutf8proc-2.9.0:= " RDEPEND=" ${DEPEND} |