From 10574647809e5244dac92800ad06bce71b7efc01 Mon Sep 17 00:00:00 2001 From: John Turner Date: Tue, 21 Dec 2021 17:58:40 -0500 Subject: [PATCH] app-emacs/lsp-mode: added ht to DEPEND, fixed required versions for markdown-mode and spinner, and reworded the optfeature message for flycheck --- app-emacs/lsp-mode/lsp-mode-8.0.0.ebuild | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/app-emacs/lsp-mode/lsp-mode-8.0.0.ebuild b/app-emacs/lsp-mode/lsp-mode-8.0.0.ebuild index 1ad5bb1..3db6dbe 100644 --- a/app-emacs/lsp-mode/lsp-mode-8.0.0.ebuild +++ b/app-emacs/lsp-mode/lsp-mode-8.0.0.ebuild @@ -24,11 +24,14 @@ HOMEPAGE="https://emacs-lsp.github.io/lsp-mode/" LICENSE="GPL-3+" SLOT="0" -RDEPEND=">=app-emacs/dash-2.18.0 +RDEPEND=" + >=app-emacs/dash-2.18.0 >=app-emacs/f-0.20.0 + >=app-emacs/ht-2.3 >=app-emacs/lv-0.15.0 - >=app-emacs/markdown-mode-2.4 - >=app-emacs/spinner-1.7.4" + >=app-emacs/markdown-mode-2.3 + >=app-emacs/spinner-1.7.3 +" DEPEND="${RDEPEND}" SITEFILE="50${PN}-gentoo.el" @@ -49,7 +52,7 @@ src_install() { pkg_postinst() { elisp_pkg_postinst optfeature "lsp-mode UI integration" app-emacs/lsp-ui - optfeature "real-time diagnostics" app-emacs/flycheck + optfeature "on the fly diagnostics" app-emacs/flycheck optfeature "code completion" app-emacs/company-mode optfeature "helm integration" app-emacs/helm optfeature "projectile integration" app-emacs/projectile -- 2.39.5