commit: b864017aa6e9d022df709c10b43854dc79f1fdbe
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Fri Jan 24 08:10:12 2025 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Fri Jan 24 08:13:12 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b864017a
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 <AT> gentoo.org>
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 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 )