commit:     cbce8be942bf4255e243fdffdc80e5b51c24eb57
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Wed Jul 12 06:32:54 2023 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed Jul 12 06:33:09 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cbce8be9

app-misc/weggli: drop redundant filter-lto

After dc51935f7aae5f89d1ffecabef322680979952b8, 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 <AT> gentoo.org>

 app-misc/weggli/weggli-0.2.4.ebuild | 9 +--------
 1 file changed, 1 insertion(+), 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
-}

Reply via email to