Gentoo Archives: gentoo-commits

From: Lars Wendler <polynomial-c@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-admin/keepassxc/
Date: Mon, 01 Feb 2021 09:19:49
Message-Id: 1612171183.21ea2eec045ea5486f54d59c2d62d5adf7c31f66.polynomial-c@gentoo
1 commit: 21ea2eec045ea5486f54d59c2d62d5adf7c31f66
2 Author: Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
3 AuthorDate: Mon Feb 1 09:18:59 2021 +0000
4 Commit: Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
5 CommitDate: Mon Feb 1 09:19:43 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=21ea2eec
7
8 app-admin/keepassxc: Synced live ebuild
9
10 Package-Manager: Portage-3.0.14, Repoman-3.0.2
11 Signed-off-by: Lars Wendler <polynomial-c <AT> gentoo.org>
12
13 app-admin/keepassxc/keepassxc-9999.ebuild | 7 +++++--
14 1 file changed, 5 insertions(+), 2 deletions(-)
15
16 diff --git a/app-admin/keepassxc/keepassxc-9999.ebuild b/app-admin/keepassxc/keepassxc-9999.ebuild
17 index 0511c16e127..8c4efa1bb14 100644
18 --- a/app-admin/keepassxc/keepassxc-9999.ebuild
19 +++ b/app-admin/keepassxc/keepassxc-9999.ebuild
20 @@ -1,9 +1,9 @@
21 -# Copyright 1999-2020 Gentoo Authors
22 +# Copyright 1999-2021 Gentoo Authors
23 # Distributed under the terms of the GNU General Public License v2
24
25 EAPI=7
26
27 -inherit cmake xdg
28 +inherit cmake flag-o-matic xdg
29
30 DESCRIPTION="KeePassXC - KeePass Cross-platform Community Edition"
31 HOMEPAGE="https://keepassxc.org"
32 @@ -69,6 +69,9 @@ src_prepare() {
33 }
34
35 src_configure() {
36 + # https://github.com/keepassxreboot/keepassxc/issues/5801
37 + filter-flags -flto*
38 +
39 local mycmakeargs=(
40 -DWITH_CCACHE="$(usex ccache)"
41 -DWITH_GUI_TESTS=OFF