summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2023-07-12 07:32:54 +0100
committerSam James <sam@gentoo.org>2023-07-12 07:33:09 +0100
commitcbce8be942bf4255e243fdffdc80e5b51c24eb57 (patch)
tree92b90693ccc3b5cbe3e1f87e2c53a5092fb2e376
parentcargo.eclass: filter out lto flags for C/CXX compilers (diff)
downloadgentoo-cbce8be942bf4255e243fdffdc80e5b51c24eb57.tar.gz
gentoo-cbce8be942bf4255e243fdffdc80e5b51c24eb57.tar.bz2
gentoo-cbce8be942bf4255e243fdffdc80e5b51c24eb57.zip
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@gentoo.org>
-rw-r--r--app-misc/weggli/weggli-0.2.4.ebuild9
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
-}