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 2EBE1158041 for ; Tue, 26 Mar 2024 17:30:58 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2AB6BE29A0; Tue, 26 Mar 2024 17:30:56 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 0C47CE29A6 for ; Tue, 26 Mar 2024 17:30:56 +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 168ED340C33 for ; Tue, 26 Mar 2024 17:30:55 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 77F5F15F2 for ; Tue, 26 Mar 2024 17:30:53 +0000 (UTC) From: "Ionen Wolkens" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ionen Wolkens" Message-ID: <1711473419.1335d04368c7653fdaecbdab19e50a6ae4a4c8f4.ionen@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-games/godot/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-games/godot/godot-4.2.1.ebuild X-VCS-Directories: dev-games/godot/ X-VCS-Committer: ionen X-VCS-Committer-Name: Ionen Wolkens X-VCS-Revision: 1335d04368c7653fdaecbdab19e50a6ae4a4c8f4 X-VCS-Branch: master Date: Tue, 26 Mar 2024 17:30:53 +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: 67b95781-cc14-44f4-8055-48a0f5697d5e X-Archives-Hash: 42b497a4096a76547752b7b0f01ea15d commit: 1335d04368c7653fdaecbdab19e50a6ae4a4c8f4 Author: Ionen Wolkens gentoo org> AuthorDate: Tue Mar 26 17:02:38 2024 +0000 Commit: Ionen Wolkens gentoo org> CommitDate: Tue Mar 26 17:16:59 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1335d043 dev-games/godot: mark as LTO unsafe for now Would rather not have to worry about this, esp when generated bits are involved. May reconsider eventually. Closes: https://bugs.gentoo.org/921017 Signed-off-by: Ionen Wolkens gentoo.org> dev-games/godot/godot-4.2.1.ebuild | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/dev-games/godot/godot-4.2.1.ebuild b/dev-games/godot/godot-4.2.1.ebuild index 448e6f0f2dad..e3e0408382ba 100644 --- a/dev-games/godot/godot-4.2.1.ebuild +++ b/dev-games/godot/godot-4.2.1.ebuild @@ -4,7 +4,8 @@ EAPI=8 PYTHON_COMPAT=( python3_{10..12} ) -inherit desktop python-any-r1 scons-utils shell-completion toolchain-funcs xdg +inherit desktop python-any-r1 flag-o-matic scons-utils +inherit shell-completion toolchain-funcs xdg DESCRIPTION="Multi-platform 2D and 3D game engine with a feature-rich editor" HOMEPAGE="https://godotengine.org/" @@ -110,6 +111,8 @@ src_prepare() { src_compile() { local -x BUILD_NAME=gentoo # replaces "custom_build" in version string + filter-lto #921017 + local esconsargs=( AR="$(tc-getAR)" CC="$(tc-getCC)" CXX="$(tc-getCXX)" @@ -173,7 +176,7 @@ src_compile() { module_upnp_enabled=$(usex upnp) module_webp_enabled=$(usex webp) - # let *FLAGS handle these, e.g. can pass -flto as-is + # let *FLAGS handle these debug_symbols=no lto=none optimize=custom