From 558079c5c1a9ede3e487dc360b69af72958e45cb Mon Sep 17 00:00:00 2001 From: YOSHIOKA Takuma Date: Fri, 3 May 2024 04:39:57 +0900 Subject: media-gfx/oxipng: remove redundant `src_configure` definition Now `filter-lto` is called in the default `cargo_src_compile()` from `cargo.eclass`, so no need to define `src_configure`. Signed-off-by: YOSHIOKA Takuma Closes: https://github.com/gentoo/gentoo/pull/36518 Signed-off-by: Arthur Zamarin --- media-gfx/oxipng/oxipng-9.0.0.ebuild | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) (limited to 'media-gfx') diff --git a/media-gfx/oxipng/oxipng-9.0.0.ebuild b/media-gfx/oxipng/oxipng-9.0.0.ebuild index 25caeb74adb9..273eea1b5488 100644 --- a/media-gfx/oxipng/oxipng-9.0.0.ebuild +++ b/media-gfx/oxipng/oxipng-9.0.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 2022-2023 Gentoo Authors +# Copyright 2022-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 # Auto-Generated by cargo-ebuild 0.5.4-r1 @@ -92,7 +92,7 @@ CRATES=" zopfli@0.8.0 " -inherit cargo flag-o-matic +inherit cargo DESCRIPTION="Multithreaded lossless PNG compression optimizer written in Rust" HOMEPAGE="https://github.com/shssoichiro/oxipng" @@ -113,10 +113,6 @@ BDEPEND=">=virtual/rust-1.66.0" QA_FLAGS_IGNORED="usr/bin/${PN}" -src_configure() { - filter-lto # 860063 file format not recognized with cloudflare-zlib-sys -} - src_install() { cargo_src_install -- cgit v1.2.3-65-gdbad