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: Sat, 13 Apr 2019 09:18:21
Message-Id: 1555147091.c568dbf480c93bb9f7c0efa259e4262674a9b3e3.polynomial-c@gentoo
1 commit: c568dbf480c93bb9f7c0efa259e4262674a9b3e3
2 Author: Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
3 AuthorDate: Sat Apr 13 09:17:02 2019 +0000
4 Commit: Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
5 CommitDate: Sat Apr 13 09:18:11 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c568dbf4
7
8 app-admin/keepassxc: Synced live ebuild
9
10 Package-Manager: Portage-2.3.62, Repoman-2.3.12
11 Signed-off-by: Lars Wendler <polynomial-c <AT> gentoo.org>
12
13 app-admin/keepassxc/keepassxc-9999.ebuild | 3 ++-
14 1 file changed, 2 insertions(+), 1 deletion(-)
15
16 diff --git a/app-admin/keepassxc/keepassxc-9999.ebuild b/app-admin/keepassxc/keepassxc-9999.ebuild
17 index 4aa8f179e8b..5b33ef6ebd1 100644
18 --- a/app-admin/keepassxc/keepassxc-9999.ebuild
19 +++ b/app-admin/keepassxc/keepassxc-9999.ebuild
20 @@ -24,7 +24,7 @@ fi
21
22 LICENSE="LGPL-2.1 GPL-2 GPL-3"
23 SLOT="0"
24 -IUSE="autotype browser debug network test yubikey"
25 +IUSE="autotype browser debug +network test yubikey"
26
27 RDEPEND="
28 app-crypt/argon2:=
29 @@ -74,6 +74,7 @@ src_configure() {
30 -DWITH_XC_BROWSER="$(usex browser)"
31 -DWITH_XC_NETWORKING="$(usex network)"
32 -DWITH_XC_SSHAGENT=ON
33 + -DWITH_XC_UPDATECHECK=OFF
34 -DWITH_XC_YUBIKEY="$(usex yubikey)"
35 )
36 if [[ "${PV}" == *_beta* ]] ; then