summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLeonardo Hernández Hernández <leohdz172@proton.me>2023-06-07 19:13:25 -0600
committerSam James <sam@gentoo.org>2023-06-24 02:16:09 +0100
commit705b0ab9398948989874a4894c13cb79713c0466 (patch)
tree212657687d6de51e619251e5044ffad8518f017f /sys-power/nut
parentnet-misc/omniORB: enable py3.11 (diff)
downloadgentoo-705b0ab9398948989874a4894c13cb79713c0466.tar.gz
gentoo-705b0ab9398948989874a4894c13cb79713c0466.tar.bz2
gentoo-705b0ab9398948989874a4894c13cb79713c0466.zip
sys-power/nut: replace 'append-flags -fno-lto' with filter-lto
Signed-off-by: Leonardo Hernández Hernández <leohdz172@proton.me> Closes: https://github.com/gentoo/gentoo/pull/31345 Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'sys-power/nut')
-rw-r--r--sys-power/nut/nut-2.7.4-r8.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-power/nut/nut-2.7.4-r8.ebuild b/sys-power/nut/nut-2.7.4-r8.ebuild
index 52ae7661079a..f4f14a439035 100644
--- a/sys-power/nut/nut-2.7.4-r8.ebuild
+++ b/sys-power/nut/nut-2.7.4-r8.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2022 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@@ -112,7 +112,7 @@ src_prepare() {
src_configure() {
local myconf
- append-flags -fno-lto
+ filter-lto
# bug #786702
append-cxxflags -std=c++14