diff options
author | Leonardo Hernández Hernández <leohdz172@proton.me> | 2023-06-23 20:47:58 -0600 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-06-24 03:58:40 +0100 |
commit | d7d75c9a950ee94705354ed3c2cc51f16d346389 (patch) | |
tree | 4735cb0c6365ce4888ef2bdf92367db222ad8b30 /sys-process | |
parent | sys-fs/squashfuse: replace `filter-flags -flto*` with `filter-lto` (diff) | |
download | gentoo-d7d75c9a950ee94705354ed3c2cc51f16d346389.tar.gz gentoo-d7d75c9a950ee94705354ed3c2cc51f16d346389.tar.bz2 gentoo-d7d75c9a950ee94705354ed3c2cc51f16d346389.zip |
sys-process/numactl: replace `filter-flags -flto*` with `filter-lto`
Signed-off-by: Leonardo Hernández Hernández <leohdz172@proton.me>
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'sys-process')
-rw-r--r-- | sys-process/numactl/numactl-2.0.14.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-process/numactl/numactl-2.0.14.ebuild b/sys-process/numactl/numactl-2.0.14.ebuild index 1a86c0917307..2e630ed1fb32 100644 --- a/sys-process/numactl/numactl-2.0.14.ebuild +++ b/sys-process/numactl/numactl-2.0.14.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 @@ -30,7 +30,7 @@ src_prepare() { # lto not supported yet # gcc-9 with -flto leads to link failures: #692254 - filter-flags -flto* + filter-lto eautoreconf # We need to copy the sources or else tests will fail |