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 4868C158003 for ; Sat, 24 Jun 2023 02:59:42 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B9C4EE08A8; Sat, 24 Jun 2023 02:59:40 +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 9D9C3E08A8 for ; Sat, 24 Jun 2023 02:59:40 +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 B2521335D9A for ; Sat, 24 Jun 2023 02:59:39 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 29B5DAA1 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: <1687575517.057d84dfbc91ce623d70b4391237702b083f6ed0.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/elfutils/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/elfutils/elfutils-0.188.ebuild dev-libs/elfutils/elfutils-0.189-r1.ebuild X-VCS-Directories: dev-libs/elfutils/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 057d84dfbc91ce623d70b4391237702b083f6ed0 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: 5fb3db5f-f0f9-44f8-92f2-9bbb14de5469 X-Archives-Hash: 2b33ba980449abd9ad8167ab536df467 commit: 057d84dfbc91ce623d70b4391237702b083f6ed0 Author: Leonardo Hernández Hernández proton me> AuthorDate: Sat Jun 24 02:47:13 2023 +0000 Commit: Sam James gentoo org> CommitDate: Sat Jun 24 02:58:37 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=057d84df dev-libs/elfutils: replace `filter-flags -flto*` with `filter-lto` Signed-off-by: Leonardo Hernández Hernández proton.me> Signed-off-by: Sam James gentoo.org> dev-libs/elfutils/elfutils-0.188.ebuild | 2 +- dev-libs/elfutils/elfutils-0.189-r1.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-libs/elfutils/elfutils-0.188.ebuild b/dev-libs/elfutils/elfutils-0.188.ebuild index adfff3be54dc..8f9a919b86fa 100644 --- a/dev-libs/elfutils/elfutils-0.188.ebuild +++ b/dev-libs/elfutils/elfutils-0.188.ebuild @@ -75,7 +75,7 @@ src_configure() { # Symbol aliases are implemented as asm statements. # Will require porting: https://gcc.gnu.org/PR48200 - filter-flags '-flto*' + filter-lto multilib-minimal_src_configure } diff --git a/dev-libs/elfutils/elfutils-0.189-r1.ebuild b/dev-libs/elfutils/elfutils-0.189-r1.ebuild index 8add6ad1cb00..4b9b5a835002 100644 --- a/dev-libs/elfutils/elfutils-0.189-r1.ebuild +++ b/dev-libs/elfutils/elfutils-0.189-r1.ebuild @@ -80,7 +80,7 @@ src_configure() { # Symbol aliases are implemented as asm statements. # Will require porting: https://gcc.gnu.org/PR48200 - filter-flags '-flto*' + filter-lto multilib-minimal_src_configure }