mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-06 12:58:16 -07:00
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:
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user