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 2F75C158094 for ; Sat, 16 Jul 2022 20:51:49 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id EE8B9E0B58; Sat, 16 Jul 2022 20:51:47 +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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id C83FDE0B58 for ; Sat, 16 Jul 2022 20:51:47 +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) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id A878C340F39 for ; Sat, 16 Jul 2022 20:51:46 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 14F0D3C3 for ; Sat, 16 Jul 2022 20:51:45 +0000 (UTC) From: "Conrad Kostecki" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Conrad Kostecki" Message-ID: <1658004513.df448c034539a89dbc9bd1cc62abffeb6f7b53d3.conikost@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-emulation/pcem/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-emulation/pcem/pcem-17-r1.ebuild X-VCS-Directories: app-emulation/pcem/ X-VCS-Committer: conikost X-VCS-Committer-Name: Conrad Kostecki X-VCS-Revision: df448c034539a89dbc9bd1cc62abffeb6f7b53d3 X-VCS-Branch: master Date: Sat, 16 Jul 2022 20:51:45 +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: 88f62812-74ad-4860-9724-e57fadbb2347 X-Archives-Hash: c9a712b4604284202f72cb3ae0b8b374 commit: df448c034539a89dbc9bd1cc62abffeb6f7b53d3 Author: Conrad Kostecki gentoo org> AuthorDate: Sat Jul 16 20:48:33 2022 +0000 Commit: Conrad Kostecki gentoo org> CommitDate: Sat Jul 16 20:48:33 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=df448c03 app-emulation/pcem: add -fno-strict-aliasing Signed-off-by: Conrad Kostecki gentoo.org> app-emulation/pcem/pcem-17-r1.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/app-emulation/pcem/pcem-17-r1.ebuild b/app-emulation/pcem/pcem-17-r1.ebuild index 32518f0671f7..413ef572d024 100644 --- a/app-emulation/pcem/pcem-17-r1.ebuild +++ b/app-emulation/pcem/pcem-17-r1.ebuild @@ -48,6 +48,7 @@ src_configure() { # LTO needs to be filtered # See https://bugs.gentoo.org/854528 filter-lto + append-flags -fno-strict-aliasing local myeconfargs=( --enable-release-build