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 72271158066 for ; Tue, 3 Sep 2024 05:29:59 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BA1FAE2A2B; Tue, 3 Sep 2024 05:29:58 +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 99530E2A1B for ; Tue, 3 Sep 2024 05:29:58 +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 B0BD3343145 for ; Tue, 3 Sep 2024 05:29:57 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 525B014D5 for ; Tue, 3 Sep 2024 05:29:56 +0000 (UTC) From: "Eli Schwartz" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Eli Schwartz" Message-ID: <1725341362.9ff7ec20e0c061edec9bd6864b66c034c6b0d6d9.eschwartz@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: kde-apps/k3b/ X-VCS-Repository: repo/gentoo X-VCS-Files: kde-apps/k3b/k3b-24.05.2.ebuild kde-apps/k3b/k3b-24.08.0.ebuild X-VCS-Directories: kde-apps/k3b/ X-VCS-Committer: eschwartz X-VCS-Committer-Name: Eli Schwartz X-VCS-Revision: 9ff7ec20e0c061edec9bd6864b66c034c6b0d6d9 X-VCS-Branch: master Date: Tue, 3 Sep 2024 05:29:56 +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: 81e9619a-bd41-40d9-98a2-713156507083 X-Archives-Hash: 19fbce07326ed25ebe77d4e6a9c7c822 commit: 9ff7ec20e0c061edec9bd6864b66c034c6b0d6d9 Author: Eli Schwartz gentoo org> AuthorDate: Tue Sep 3 04:00:56 2024 +0000 Commit: Eli Schwartz gentoo org> CommitDate: Tue Sep 3 05:29:22 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9ff7ec20 kde-apps/k3b: mark as LTO-unsafe Closes: https://bugs.gentoo.org/924376 Acked-by: Sam James gentoo.org> Signed-off-by: Eli Schwartz gentoo.org> kde-apps/k3b/k3b-24.05.2.ebuild | 7 ++++++- kde-apps/k3b/k3b-24.08.0.ebuild | 7 ++++++- 2 files changed, 12 insertions(+), 2 deletions(-) diff --git a/kde-apps/k3b/k3b-24.05.2.ebuild b/kde-apps/k3b/k3b-24.05.2.ebuild index b55952931f5c..6394a318a2a1 100644 --- a/kde-apps/k3b/k3b-24.05.2.ebuild +++ b/kde-apps/k3b/k3b-24.05.2.ebuild @@ -8,7 +8,7 @@ ECM_TEST="true" PVCUT=$(ver_cut 1-3) KFMIN=5.115.0 QTMIN=5.15.12 -inherit ecm gear.kde.org +inherit ecm flag-o-matic gear.kde.org DESCRIPTION="Full-featured burning and ripping application based on KDE Frameworks" HOMEPAGE="https://apps.kde.org/k3b/ https://userbase.kde.org/K3b" @@ -73,6 +73,11 @@ RDEPEND="${DEPEND} DOCS+=( ChangeLog {FAQ,PERMISSIONS,README}.txt ) src_configure() { + # -Werror=odr, -Werror=lto-type-mismatch + # https://bugs.gentoo.org/924376 + # https://bugs.kde.org/show_bug.cgi?id=492571 + filter-lto + local mycmakeargs=( -DK3B_BUILD_API_DOCS=OFF -DK3B_BUILD_EXTERNAL_ENCODER_PLUGIN=ON diff --git a/kde-apps/k3b/k3b-24.08.0.ebuild b/kde-apps/k3b/k3b-24.08.0.ebuild index a9f20c82d9b6..9107708962eb 100644 --- a/kde-apps/k3b/k3b-24.08.0.ebuild +++ b/kde-apps/k3b/k3b-24.08.0.ebuild @@ -8,7 +8,7 @@ ECM_TEST="true" PVCUT=$(ver_cut 1-3) KFMIN=6.5.0 QTMIN=6.7.2 -inherit ecm gear.kde.org +inherit ecm flag-o-matic gear.kde.org DESCRIPTION="Full-featured burning and ripping application based on KDE Frameworks" HOMEPAGE="https://apps.kde.org/k3b/ https://userbase.kde.org/K3b" @@ -69,6 +69,11 @@ RDEPEND="${DEPEND} DOCS+=( ChangeLog {FAQ,PERMISSIONS,README}.txt ) src_configure() { + # -Werror=odr, -Werror=lto-type-mismatch + # https://bugs.gentoo.org/924376 + # https://bugs.kde.org/show_bug.cgi?id=492571 + filter-lto + local mycmakeargs=( -DK3B_BUILD_API_DOCS=OFF -DK3B_BUILD_EXTERNAL_ENCODER_PLUGIN=ON