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 (4096 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 89563158042 for ; Tue, 15 Oct 2024 23:27:22 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6EC33E07EE; Tue, 15 Oct 2024 23:27:21 +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 50525E07EE for ; Tue, 15 Oct 2024 23:27:21 +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 7008F343024 for ; Tue, 15 Oct 2024 23:27:20 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 870591F41 for ; Tue, 15 Oct 2024 23:27:17 +0000 (UTC) From: "David Roman" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "David Roman" Message-ID: <1728942164.78d010a80fedb4185a71b54a3cf58b46167f01b8.davidroman@gentoo> Subject: [gentoo-commits] repo/proj/guru:master commit in: media-libs/wivrn/ X-VCS-Repository: repo/proj/guru X-VCS-Files: media-libs/wivrn/wivrn-0.20.ebuild media-libs/wivrn/wivrn-9999.ebuild X-VCS-Directories: media-libs/wivrn/ X-VCS-Committer: davidroman X-VCS-Committer-Name: David Roman X-VCS-Revision: 78d010a80fedb4185a71b54a3cf58b46167f01b8 X-VCS-Branch: master Date: Tue, 15 Oct 2024 23:27:17 +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: c6faf5e2-9dbf-4d42-b435-09b6cca0324a X-Archives-Hash: 5274fb0fa394f31280719b2141942cdf commit: 78d010a80fedb4185a71b54a3cf58b46167f01b8 Author: Patrick Nicolas laposte net> AuthorDate: Mon Oct 14 21:42:44 2024 +0000 Commit: David Roman gmail com> CommitDate: Mon Oct 14 21:42:44 2024 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=78d010a8 media-libs/wivrn: disable LTO, breaks gui Signed-off-by: Patrick Nicolas laposte.net> media-libs/wivrn/wivrn-0.20.ebuild | 1 - media-libs/wivrn/wivrn-9999.ebuild | 1 - 2 files changed, 2 deletions(-) diff --git a/media-libs/wivrn/wivrn-0.20.ebuild b/media-libs/wivrn/wivrn-0.20.ebuild index 79b65c4cb..ca8b70ff2 100644 --- a/media-libs/wivrn/wivrn-0.20.ebuild +++ b/media-libs/wivrn/wivrn-0.20.ebuild @@ -104,7 +104,6 @@ src_configure() { -DWIVRN_USE_SYSTEMD=$(usex systemd) -DWIVRN_USE_SYSTEM_OPENXR=ON -DWIVRN_USE_SYSTEM_BOOST=ON - -DCMAKE_INTERPROCEDURAL_OPTIMIZATION=ON -DFETCHCONTENT_FULLY_DISCONNECTED=ON -DFETCHCONTENT_BASE_DIR="${WORKDIR}" -DENABLE_COLOURED_OUTPUT=OFF diff --git a/media-libs/wivrn/wivrn-9999.ebuild b/media-libs/wivrn/wivrn-9999.ebuild index 79b65c4cb..ca8b70ff2 100644 --- a/media-libs/wivrn/wivrn-9999.ebuild +++ b/media-libs/wivrn/wivrn-9999.ebuild @@ -104,7 +104,6 @@ src_configure() { -DWIVRN_USE_SYSTEMD=$(usex systemd) -DWIVRN_USE_SYSTEM_OPENXR=ON -DWIVRN_USE_SYSTEM_BOOST=ON - -DCMAKE_INTERPROCEDURAL_OPTIMIZATION=ON -DFETCHCONTENT_FULLY_DISCONNECTED=ON -DFETCHCONTENT_BASE_DIR="${WORKDIR}" -DENABLE_COLOURED_OUTPUT=OFF