summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2020-09-29 23:53:08 +0000
committerSam James <sam@gentoo.org>2020-09-30 00:03:40 +0000
commitf60946ba6398fac3388cb690d6c687b03d7d8d4d (patch)
tree9fff75e65ff10b8d60accbd81bf5bcec521dad64 /app-editors/neovim/neovim-0.4.3.ebuild
parentwww-client/firefox: bump to v81.0 (diff)
downloadgentoo-f60946ba6398fac3388cb690d6c687b03d7d8d4d.tar.gz
gentoo-f60946ba6398fac3388cb690d6c687b03d7d8d4d.tar.bz2
gentoo-f60946ba6398fac3388cb690d6c687b03d7d8d4d.zip
app-editors/neovim: bump to 0.4.4
* Bump to 0.4.4 * Pave the way for tests, but we can't yet because dev-lua/busted lacks luajit support (needed for tests). * Make LTO optional. Bug: https://bugs.gentoo.org/584694 Closes: https://bugs.gentoo.org/744184 Package-Manager: Portage-3.0.4, Repoman-3.0.1 Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'app-editors/neovim/neovim-0.4.3.ebuild')
-rw-r--r--app-editors/neovim/neovim-0.4.3.ebuild4
1 files changed, 0 insertions, 4 deletions
diff --git a/app-editors/neovim/neovim-0.4.3.ebuild b/app-editors/neovim/neovim-0.4.3.ebuild
index 3c3a8cc28cb8..b2b35d2f82ac 100644
--- a/app-editors/neovim/neovim-0.4.3.ebuild
+++ b/app-editors/neovim/neovim-0.4.3.ebuild
@@ -26,7 +26,6 @@ BDEPEND="
virtual/libintl
virtual/pkgconfig
"
-
DEPEND="
dev-libs/libuv:0=
>=dev-libs/libvterm-0.1.2
@@ -45,7 +44,6 @@ DEPEND="
>=dev-libs/unibilium-2.0.0:0=
)
"
-
RDEPEND="
${DEPEND}
app-eselect/eselect-vi
@@ -53,8 +51,6 @@ RDEPEND="
CMAKE_BUILD_TYPE=Release
-PATCHES=( "${FILESDIR}"/${P}-gcc-10-fix.patch )
-
src_prepare() {
# use our system vim dir
sed -e "/^# define SYS_VIMRC_FILE/s|\$VIM|${EPREFIX}/etc/vim|" \