summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2023-07-12 07:34:52 +0100
committerSam James <sam@gentoo.org>2023-07-12 07:34:52 +0100
commita08003626fd19db36a38a9a09d724b10c52cb309 (patch)
tree687148b59e0bc660d9e316be7a302a50f96b2f48 /dev-util/cargo-ebuild/cargo-ebuild-0.5.4.ebuild
parentdev-python/cryptography: drop redundant filter-lto (diff)
downloadgentoo-a08003626fd19db36a38a9a09d724b10c52cb309.tar.gz
gentoo-a08003626fd19db36a38a9a09d724b10c52cb309.tar.bz2
gentoo-a08003626fd19db36a38a9a09d724b10c52cb309.zip
dev-util/cargo-ebuild: 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>
Diffstat (limited to 'dev-util/cargo-ebuild/cargo-ebuild-0.5.4.ebuild')
-rw-r--r--dev-util/cargo-ebuild/cargo-ebuild-0.5.4.ebuild3
1 files changed, 1 insertions, 2 deletions
diff --git a/dev-util/cargo-ebuild/cargo-ebuild-0.5.4.ebuild b/dev-util/cargo-ebuild/cargo-ebuild-0.5.4.ebuild
index 2722dc5c7706..027d6db70a10 100644
--- a/dev-util/cargo-ebuild/cargo-ebuild-0.5.4.ebuild
+++ b/dev-util/cargo-ebuild/cargo-ebuild-0.5.4.ebuild
@@ -134,7 +134,7 @@ CRATES="
winapi-x86_64-pc-windows-gnu-0.4.0
"
-inherit cargo flag-o-matic
+inherit cargo
DESCRIPTION="Generates an ebuild for a package using the in-tree eclasses."
# Double check the homepage as the cargo_metadata crate
@@ -162,7 +162,6 @@ RDEPEND="
QA_FLAGS_IGNORED="usr/bin/cargo-ebuild"
src_configure() {
- filter-lto # https://bugs.gentoo.org/858332
export LIBGIT2_SYS_USE_PKG_CONFIG=1 LIBSSH2_SYS_USE_PKG_CONFIG=1 PKG_CONFIG_ALLOW_CROSS=1
cargo_src_configure
}