app-misc/weggli: drop redundant filter-lto

After dc51935f7a, cargo.eclass filters for us.

I don't plan on doing all of these, just ones where I've either touched the pkg
before or I can clearly see it was 'just the normal case'.

Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
Sam James
2023-07-12 07:32:54 +01:00
parent dc51935f7a
commit cbce8be942

View File

@@ -125,7 +125,7 @@ CRATES="
# tree-sitter grammar. Patching the .so to need the system's
# libtree-sitter-cpp seems to work, but it is not correct because the
# weggli grammar has some minor modifications.
inherit cargo flag-o-matic
inherit cargo
DESCRIPTION="a fast and robust semantic search tool for C and C++ codebases"
HOMEPAGE="https://github.com/googleprojectzero/weggli"
@@ -139,10 +139,3 @@ SLOT="0"
KEYWORDS="~amd64 ~arm64"
QA_FLAGS_IGNORED="usr/bin/${PN}"
src_prepare() {
default
# 854741
filter-lto
}