app-editors/emacs-lsp-booster: Ingnore *FLAGS warning for binary

Fix: https://bugs.gentoo.org/929202

Signed-off-by: Pascal Jäger <pascal.jaeger@leimstift.de>
This commit is contained in:
Pascal Jäger
2024-05-18 20:23:35 +02:00
parent 8bdbaac7e7
commit 96de33fc1a

View File

@@ -100,3 +100,6 @@ LICENSE+="
"
SLOT="0"
KEYWORDS="~amd64"
# rust does not use *FLAGS from make.conf, silence portage warning
QA_FLAGS_IGNORED="usr/bin/${PN}"