commit: 7798b1fb43818a6a68bea258c6aa2e8b3a4028eb Author: Maciej Barć <xgqt <AT> gentoo <DOT> org> AuthorDate: Thu Jun 5 08:59:13 2025 +0000 Commit: Maciej Barć <xgqt <AT> gentoo <DOT> 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ć <xgqt <AT> 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.
