From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: 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 finch.gentoo.org (Postfix) with ESMTPS id 6A81515807A for ; Thu, 05 Jun 2025 17:05:11 +0000 (UTC) Received: from lists.gentoo.org (bobolink.gentoo.org [140.211.166.189]) (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) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id 5581D343030 for ; Thu, 05 Jun 2025 17:05:11 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id F2D821103C1; Thu, 05 Jun 2025 17:04:32 +0000 (UTC) Received: from smtp.gentoo.org (dev.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 bobolink.gentoo.org (Postfix) with ESMTPS id E8EBC1102BE for ; Thu, 05 Jun 2025 17:04:32 +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 98BCB3431A1 for ; Thu, 05 Jun 2025 17:04:32 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id F061720FB for ; Thu, 05 Jun 2025 17:04:30 +0000 (UTC) From: "Maciej Barć" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Maciej Barć" Message-ID: <1749142998.7798b1fb43818a6a68bea258c6aa2e8b3a4028eb.xgqt@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-admin/keepassxc/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-admin/keepassxc/keepassxc-2.7.10.ebuild app-admin/keepassxc/keepassxc-9999.ebuild X-VCS-Directories: app-admin/keepassxc/ X-VCS-Committer: xgqt X-VCS-Committer-Name: Maciej Barć X-VCS-Revision: 7798b1fb43818a6a68bea258c6aa2e8b3a4028eb X-VCS-Branch: master Date: Thu, 05 Jun 2025 17:04:30 +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: 0bedd3c3-560d-4de2-9f02-c1171ecfe819 X-Archives-Hash: c191a361d7d8d28f7c5319ae5707238c commit: 7798b1fb43818a6a68bea258c6aa2e8b3a4028eb Author: Maciej Barć gentoo org> AuthorDate: Thu Jun 5 08:59:13 2025 +0000 Commit: Maciej Barć gentoo org> CommitDate: Thu Jun 5 17:03:18 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7798b1fb app-admin/keepassxc: remove filter-lto Bug: https://github.com/keepassxreboot/keepassxc/issues/5801 Closes: https://bugs.gentoo.org/949231 Signed-off-by: Maciej Barć gentoo.org> app-admin/keepassxc/keepassxc-2.7.10.ebuild | 5 +---- app-admin/keepassxc/keepassxc-9999.ebuild | 5 +---- 2 files changed, 2 insertions(+), 8 deletions(-) diff --git a/app-admin/keepassxc/keepassxc-2.7.10.ebuild b/app-admin/keepassxc/keepassxc-2.7.10.ebuild index c82d98106dc3..b59d48b46faf 100644 --- a/app-admin/keepassxc/keepassxc-2.7.10.ebuild +++ b/app-admin/keepassxc/keepassxc-2.7.10.ebuild @@ -3,7 +3,7 @@ EAPI=8 -inherit cmake flag-o-matic xdg +inherit cmake xdg DESCRIPTION="KeePassXC - KeePass Cross-platform Community Edition" HOMEPAGE="https://keepassxc.org" @@ -81,9 +81,6 @@ src_prepare() { } src_configure() { - # https://github.com/keepassxreboot/keepassxc/issues/5801 - filter-lto - local -a mycmakeargs=( # Gentoo users enable ccache via e.g. FEATURES=ccache or # other means. We don't want the build system to enable it for us. diff --git a/app-admin/keepassxc/keepassxc-9999.ebuild b/app-admin/keepassxc/keepassxc-9999.ebuild index 40ff4a658bf1..8f3602fcce5a 100644 --- a/app-admin/keepassxc/keepassxc-9999.ebuild +++ b/app-admin/keepassxc/keepassxc-9999.ebuild @@ -3,7 +3,7 @@ EAPI=8 -inherit cmake flag-o-matic xdg +inherit cmake xdg DESCRIPTION="KeePassXC - KeePass Cross-platform Community Edition" HOMEPAGE="https://keepassxc.org/ @@ -81,9 +81,6 @@ src_prepare() { } src_configure() { - # https://github.com/keepassxreboot/keepassxc/issues/5801 - filter-lto - local -a mycmakeargs=( # Gentoo users enable ccache via e.g. FEATURES=ccache or # other means. We don't want the build system to enable it for us.