diff options
author | YOSHIOKA Takuma <lo48576@hard-wi.red> | 2024-05-03 04:39:57 +0900 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2024-05-08 19:09:53 +0300 |
commit | 558079c5c1a9ede3e487dc360b69af72958e45cb (patch) | |
tree | 4c899dc6ea05964ba15fd5638132f0baf629b24c /media-gfx/oxipng | |
parent | net-im/signal-desktop-bin: remove 7.6.0 (diff) | |
download | gentoo-558079c5c1a9ede3e487dc360b69af72958e45cb.tar.gz gentoo-558079c5c1a9ede3e487dc360b69af72958e45cb.tar.bz2 gentoo-558079c5c1a9ede3e487dc360b69af72958e45cb.zip |
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@hard-wi.red>
Closes: https://github.com/gentoo/gentoo/pull/36518
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'media-gfx/oxipng')
-rw-r--r-- | media-gfx/oxipng/oxipng-9.0.0.ebuild | 8 |
1 files 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 |