commit:     558079c5c1a9ede3e487dc360b69af72958e45cb
Author:     YOSHIOKA Takuma <lo48576 <AT> hard-wi <DOT> red>
AuthorDate: Thu May  2 19:39:57 2024 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Wed May  8 16:09:53 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=558079c5

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 <lo48576 <AT> hard-wi.red>
Closes: https://github.com/gentoo/gentoo/pull/36518
Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 media-gfx/oxipng/oxipng-9.0.0.ebuild | 8 ++------
 1 file changed, 2 insertions(+), 6 deletions(-)

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
 

Reply via email to