diff options
Diffstat (limited to 'app-admin/keepassxc/keepassxc-2.7.4.ebuild')
-rw-r--r-- | app-admin/keepassxc/keepassxc-2.7.4.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-admin/keepassxc/keepassxc-2.7.4.ebuild b/app-admin/keepassxc/keepassxc-2.7.4.ebuild index 7608f162fbff..68335109f7ce 100644 --- a/app-admin/keepassxc/keepassxc-2.7.4.ebuild +++ b/app-admin/keepassxc/keepassxc-2.7.4.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -75,7 +75,7 @@ src_prepare() { src_configure() { # https://github.com/keepassxreboot/keepassxc/issues/5801 - filter-flags -flto* + filter-lto local mycmakeargs=( # Gentoo users enable ccache via e.g. FEATURES=ccache or |