From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 820E6158003 for ; Sat, 24 Jun 2023 02:59:44 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 61448E08E2; Sat, 24 Jun 2023 02:59:42 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 45DF2E08E5 for ; Sat, 24 Jun 2023 02:59:42 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 57FE7335D9A for ; Sat, 24 Jun 2023 02:59:41 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E6926AAB for ; Sat, 24 Jun 2023 02:59:37 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1687575519.cbe5f72aff1caa32b1cabb7cbdab4ff6c7bb0182.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-apps/acl/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-apps/acl/acl-2.3.1-r1.ebuild sys-apps/acl/acl-2.3.1-r2.ebuild sys-apps/acl/acl-2.3.1.ebuild X-VCS-Directories: sys-apps/acl/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: cbe5f72aff1caa32b1cabb7cbdab4ff6c7bb0182 X-VCS-Branch: master Date: Sat, 24 Jun 2023 02:59:37 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: bdb0092c-9203-432e-861f-0109d13842d4 X-Archives-Hash: f644e6b2cac465d7a48f9bc01154f99b commit: cbe5f72aff1caa32b1cabb7cbdab4ff6c7bb0182 Author: Leonardo Hernández Hernández proton me> AuthorDate: Sat Jun 24 02:47:48 2023 +0000 Commit: Sam James gentoo 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 proton.me> Signed-off-by: Sam James 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