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 61B6D158003 for ; Sat, 24 Jun 2023 02:59:40 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7D448E087C; Sat, 24 Jun 2023 02:59:39 +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 22ADAE086D for ; Sat, 24 Jun 2023 02:59:39 +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 2E090335D9A for ; Sat, 24 Jun 2023 02:59:38 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id BC6CBA80 for ; Sat, 24 Jun 2023 02:59:36 +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: <1687575515.168b4f9979e6d629333d95ce23831d16c660bb55.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-embedded/gputils/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-embedded/gputils/gputils-1.5.2.ebuild X-VCS-Directories: dev-embedded/gputils/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 168b4f9979e6d629333d95ce23831d16c660bb55 X-VCS-Branch: master Date: Sat, 24 Jun 2023 02:59:36 +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: 727a621d-7b7d-4142-8f1f-a97d59c6ce89 X-Archives-Hash: 14d1ac5ae7a6cad74e5355fa66da02c3 commit: 168b4f9979e6d629333d95ce23831d16c660bb55 Author: Leonardo Hernández Hernández proton me> AuthorDate: Sat Jun 24 02:46:55 2023 +0000 Commit: Sam James gentoo org> CommitDate: Sat Jun 24 02:58:35 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=168b4f99 dev-embedded/gputils: 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-embedded/gputils/gputils-1.5.2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-embedded/gputils/gputils-1.5.2.ebuild b/dev-embedded/gputils/gputils-1.5.2.ebuild index 92ff42022c4a..9890984bb9b5 100644 --- a/dev-embedded/gputils/gputils-1.5.2.ebuild +++ b/dev-embedded/gputils/gputils-1.5.2.ebuild @@ -33,7 +33,7 @@ src_configure() { # LTO currently causes various segfaults in dev-embedded/sdcc # sys-devel/gcc-11.3.0 '-O3 -flto' - filter-flags '-flto*' + filter-lto local myeconfargs=( $(use_enable doc html-doc)