diff options
author | Lars Wendler <polynomial-c@gentoo.org> | 2021-02-01 10:18:59 +0100 |
---|---|---|
committer | Lars Wendler <polynomial-c@gentoo.org> | 2021-02-01 10:19:43 +0100 |
commit | 21ea2eec045ea5486f54d59c2d62d5adf7c31f66 (patch) | |
tree | c873726ffb96c32c6320df7e283be5565988a076 /app-admin/keepassxc | |
parent | app-admin/keepassxc: Bump to version 2.6.4 (diff) | |
download | gentoo-21ea2eec045ea5486f54d59c2d62d5adf7c31f66.tar.gz gentoo-21ea2eec045ea5486f54d59c2d62d5adf7c31f66.tar.bz2 gentoo-21ea2eec045ea5486f54d59c2d62d5adf7c31f66.zip |
app-admin/keepassxc: Synced live ebuild
Package-Manager: Portage-3.0.14, Repoman-3.0.2
Signed-off-by: Lars Wendler <polynomial-c@gentoo.org>
Diffstat (limited to 'app-admin/keepassxc')
-rw-r--r-- | app-admin/keepassxc/keepassxc-9999.ebuild | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/app-admin/keepassxc/keepassxc-9999.ebuild b/app-admin/keepassxc/keepassxc-9999.ebuild index 0511c16e1277..8c4efa1bb14e 100644 --- a/app-admin/keepassxc/keepassxc-9999.ebuild +++ b/app-admin/keepassxc/keepassxc-9999.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 -inherit cmake xdg +inherit cmake flag-o-matic xdg DESCRIPTION="KeePassXC - KeePass Cross-platform Community Edition" HOMEPAGE="https://keepassxc.org" @@ -69,6 +69,9 @@ src_prepare() { } src_configure() { + # https://github.com/keepassxreboot/keepassxc/issues/5801 + filter-flags -flto* + local mycmakeargs=( -DWITH_CCACHE="$(usex ccache)" -DWITH_GUI_TESTS=OFF |