From b864017aa6e9d022df709c10b43854dc79f1fdbe Mon Sep 17 00:00:00 2001 From: Sam James Date: Fri, 24 Jan 2025 08:10:12 +0000 Subject: [PATCH] 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 --- sys-power/nut/nut-2.8.0-r3.ebuild | 3 +-- sys-power/nut/nut-2.8.2.ebuild | 3 +-- 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 fbde9a676af08..c477f083e7dfe 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 6e1213d483028..4f2e397b5bab5 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 6cfe1784c38b7..8ffdbcbd422fc 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 )