app-editors/emacs-lsp-booster: add missing test dependency

Closes: https://bugs.gentoo.org/929200
Signed-off-by: Lucio Sauer <watermanpaint@posteo.net>
This commit is contained in:
Lucio Sauer
2024-07-17 05:16:03 +02:00
parent 0b55458cca
commit 11506ace7e

View File

@@ -101,5 +101,11 @@ LICENSE+="
SLOT="0"
KEYWORDS="~amd64"
IUSE="test"
RESTRICT="!test? ( test )"
# Native JSON support always available with >=emacs-30.1
BDEPEND="test? ( >=app-editors/emacs-27.1[json(+)] )"
# rust does not use *FLAGS from make.conf, silence portage warning
QA_FLAGS_IGNORED="usr/bin/${PN}"