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 F0778158064 for ; Fri, 3 May 2024 03:35:20 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3C14AE2A11; Fri, 3 May 2024 03:35:20 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 14336E2A11 for ; Fri, 3 May 2024 03:35:20 +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 54080335D6B for ; Fri, 3 May 2024 03:35:19 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id DCC8F1779 for ; Fri, 3 May 2024 03:35:17 +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: <1714707265.d0a657afc975a63be7812210b6f4c7856dd1e88e.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-office/kmymoney/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-office/kmymoney/kmymoney-5.1.3.ebuild X-VCS-Directories: app-office/kmymoney/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: d0a657afc975a63be7812210b6f4c7856dd1e88e X-VCS-Branch: master Date: Fri, 3 May 2024 03:35: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: e483b044-b5cc-4dd8-92d4-d8733b1cfb70 X-Archives-Hash: 20549d94688aaed2866125b939b482ee commit: d0a657afc975a63be7812210b6f4c7856dd1e88e Author: Eli Schwartz gmail com> AuthorDate: Fri May 3 03:33:40 2024 +0000 Commit: Sam James gentoo org> CommitDate: Fri May 3 03:34:25 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d0a657af app-office/kmymoney: mark as LTO-unsafe Closes: https://bugs.gentoo.org/865943 Signed-off-by: Eli Schwartz gmail.com> Signed-off-by: Sam James gentoo.org> app-office/kmymoney/kmymoney-5.1.3.ebuild | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/app-office/kmymoney/kmymoney-5.1.3.ebuild b/app-office/kmymoney/kmymoney-5.1.3.ebuild index 374d9b818d94..19b20ef57a96 100644 --- a/app-office/kmymoney/kmymoney-5.1.3.ebuild +++ b/app-office/kmymoney/kmymoney-5.1.3.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -10,7 +10,7 @@ KFMIN=5.82.0 QTMIN=5.15.5 VIRTUALX_REQUIRED="test" VIRTUALDBUS_TEST="true" -inherit ecm kde.org optfeature +inherit ecm flag-o-matic kde.org optfeature DESCRIPTION="Personal finance manager based on KDE Frameworks" HOMEPAGE="https://kmymoney.org/" @@ -93,6 +93,11 @@ pkg_setup() { } src_configure() { + # -Werror=odr + # https://bugs.gentoo.org/865943 + # https://bugs.kde.org/show_bug.cgi?id=486486 + filter-lto + local mycmakeargs=( -DENABLE_OFXIMPORTER=ON -DENABLE_WEBENGINE=ON