diff options
-rw-r--r-- | app-misc/weggli/weggli-0.2.4.ebuild | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/app-misc/weggli/weggli-0.2.4.ebuild b/app-misc/weggli/weggli-0.2.4.ebuild index bad640d606b9..f4580b114190 100644 --- a/app-misc/weggli/weggli-0.2.4.ebuild +++ b/app-misc/weggli/weggli-0.2.4.ebuild @@ -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 -} |