commit:     cbe5f72aff1caa32b1cabb7cbdab4ff6c7bb0182
Author:     Leonardo Hernández Hernández <leohdz172 <AT> proton <DOT> me>
AuthorDate: Sat Jun 24 02:47:48 2023 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat Jun 24 02:58:39 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cbe5f72a

sys-apps/acl: replace `filter-flags -flto*` with `filter-lto`

Signed-off-by: Leonardo Hernández Hernández <leohdz172 <AT> proton.me>
Signed-off-by: Sam James <sam <AT> gentoo.org>

 sys-apps/acl/acl-2.3.1-r1.ebuild | 4 ++--
 sys-apps/acl/acl-2.3.1-r2.ebuild | 2 +-
 sys-apps/acl/acl-2.3.1.ebuild    | 2 +-
 3 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/sys-apps/acl/acl-2.3.1-r1.ebuild b/sys-apps/acl/acl-2.3.1-r1.ebuild
index 02aac439632f..c167d5b8ae70 100644
--- a/sys-apps/acl/acl-2.3.1-r1.ebuild
+++ b/sys-apps/acl/acl-2.3.1-r1.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() {
 multilib_src_configure() {
        # Filter out -flto flags as they break getfacl/setfacl binaries
        # bug #667372
-       filter-flags -flto*
+       filter-lto
 
        # Broken with FORTIFY_SOURCE=3
        # Our toolchain sets F_S=2 by default w/ >= -O2, so we need

diff --git a/sys-apps/acl/acl-2.3.1-r2.ebuild b/sys-apps/acl/acl-2.3.1-r2.ebuild
index 887d476d910d..0d5e8c7407f9 100644
--- a/sys-apps/acl/acl-2.3.1-r2.ebuild
+++ b/sys-apps/acl/acl-2.3.1-r2.ebuild
@@ -34,7 +34,7 @@ src_prepare() {
 multilib_src_configure() {
        # Filter out -flto flags as they break getfacl/setfacl binaries
        # bug #667372
-       filter-flags -flto*
+       filter-lto
 
        # Broken with FORTIFY_SOURCE=3
        # Our toolchain sets F_S=2 by default w/ >= -O2, so we need

diff --git a/sys-apps/acl/acl-2.3.1.ebuild b/sys-apps/acl/acl-2.3.1.ebuild
index 517cb13a2f4b..da16f3c931e0 100644
--- a/sys-apps/acl/acl-2.3.1.ebuild
+++ b/sys-apps/acl/acl-2.3.1.ebuild
@@ -34,7 +34,7 @@ src_prepare() {
 multilib_src_configure() {
        # Filter out -flto flags as they break getfacl/setfacl binaries
        # bug #667372
-       filter-flags -flto*
+       filter-lto
 
        local myeconfargs=(
                --bindir="${EPREFIX}"/bin

Reply via email to