diff options
author | 2025-01-24 08:10:12 +0000 | |
---|---|---|
committer | 2025-01-24 08:13:12 +0000 | |
commit | b864017aa6e9d022df709c10b43854dc79f1fdbe (patch) | |
tree | 6dee8345ca5ba5de05c60499ed64b4af77776c86 /sys-power | |
parent | dev-games/godot: fix build with gcc15 (diff) | |
download | gentoo-b864017aa6e9d022df709c10b43854dc79f1fdbe.tar.gz gentoo-b864017aa6e9d022df709c10b43854dc79f1fdbe.tar.bz2 gentoo-b864017aa6e9d022df709c10b43854dc79f1fdbe.zip |
sys-power/nut: drop redundant -fno-lto
filter-lto should be sufficient (though it has no comment describing why it's there
either)
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'sys-power')
-rw-r--r-- | sys-power/nut/nut-2.8.0-r3.ebuild | 3 | ||||
-rw-r--r-- | sys-power/nut/nut-2.8.2.ebuild | 3 | ||||
-rw-r--r-- | sys-power/nut/nut-9999.ebuild | 3 |
3 files changed, 3 insertions, 6 deletions
diff --git a/sys-power/nut/nut-2.8.0-r3.ebuild b/sys-power/nut/nut-2.8.0-r3.ebuild index fbde9a676af0..c477f083e7df 100644 --- a/sys-power/nut/nut-2.8.0-r3.ebuild +++ b/sys-power/nut/nut-2.8.0-r3.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2024 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -122,7 +122,6 @@ src_configure() { ) filter-lto - append-flags -fno-lto tc-export CC CXX AR use cgi && myeconfargs+=( --with-cgipath=/usr/share/nut/cgi ) diff --git a/sys-power/nut/nut-2.8.2.ebuild b/sys-power/nut/nut-2.8.2.ebuild index 6e1213d48302..4f2e397b5bab 100644 --- a/sys-power/nut/nut-2.8.2.ebuild +++ b/sys-power/nut/nut-2.8.2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2024 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -151,7 +151,6 @@ src_configure() { ) filter-lto - append-flags -fno-lto tc-export CC CXX AR use cgi && myeconfargs+=( --with-cgipath=/usr/share/nut/cgi ) diff --git a/sys-power/nut/nut-9999.ebuild b/sys-power/nut/nut-9999.ebuild index 6cfe1784c38b..8ffdbcbd422f 100644 --- a/sys-power/nut/nut-9999.ebuild +++ b/sys-power/nut/nut-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2024 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -151,7 +151,6 @@ src_configure() { ) filter-lto - append-flags -fno-lto tc-export CC CXX AR use cgi && myeconfargs+=( --with-cgipath=/usr/share/nut/cgi ) |