summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Turner <jturner.usa+gentoo@gmail.com>2021-12-21 17:58:40 -0500
committerJohn Turner <jturner.usa+gentoo@gmail.com>2021-12-21 17:58:40 -0500
commit10574647809e5244dac92800ad06bce71b7efc01 (patch)
treeb851d98c3d3db92a10f8daa5e5fef4c8dc928861
parent168e2e0f9cc373469591463c6d0a85bf70690dc6 (diff)
downloadebuilds-10574647809e5244dac92800ad06bce71b7efc01.tar.gz
app-emacs/lsp-mode: added ht to DEPEND, fixed required versions for markdown-mode and spinner, and reworded the optfeature message for flycheck
-rw-r--r--app-emacs/lsp-mode/lsp-mode-8.0.0.ebuild11
1 files 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