Gentoo Archives: gentoo-commits

From: Matt Thode <prometheanfire@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-admin/keepassxc/
Date: Sun, 11 Feb 2018 21:59:10
Message-Id: 1518386339.e06a02d1bb7eeecfe1fd66b9081cfed18058e428.prometheanfire@gentoo
1 commit: e06a02d1bb7eeecfe1fd66b9081cfed18058e428
2 Author: Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
3 AuthorDate: Sun Feb 11 21:58:42 2018 +0000
4 Commit: Matt Thode <prometheanfire <AT> gentoo <DOT> org>
5 CommitDate: Sun Feb 11 21:58:59 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e06a02d1
7
8 app-admin/keepassxc: updating 9999 for new build options and deps
9
10 Package-Manager: Portage-2.3.19, Repoman-2.3.6
11
12 app-admin/keepassxc/keepassxc-9999.ebuild | 5 ++++-
13 1 file changed, 4 insertions(+), 1 deletion(-)
14
15 diff --git a/app-admin/keepassxc/keepassxc-9999.ebuild b/app-admin/keepassxc/keepassxc-9999.ebuild
16 index 15016b6c462..5d2d57477dd 100644
17 --- a/app-admin/keepassxc/keepassxc-9999.ebuild
18 +++ b/app-admin/keepassxc/keepassxc-9999.ebuild
19 @@ -1,4 +1,4 @@
20 -# Copyright 1999-2017 Gentoo Foundation
21 +# Copyright 1999-2018 Gentoo Foundation
22 # Distributed under the terms of the GNU General Public License v2
23
24 EAPI=6
25 @@ -23,6 +23,7 @@ SLOT="0"
26 IUSE="autotype debug http test yubikey"
27
28 RDEPEND="
29 + app-crypt/argon2:=
30 dev-libs/libgcrypt:=
31 dev-qt/qtcore:5
32 dev-qt/qtdbus:5
33 @@ -59,6 +60,8 @@ src_configure() {
34 -DWITH_TESTS="$(usex test)"
35 -DWITH_XC_AUTOTYPE="$(usex autotype)"
36 -DWITH_XC_HTTP="$(usex http)"
37 + -DWITH_XC_NETWORKING="$(usex network)"
38 + -DWITH_XC_BROWSER="$(usex browser)"
39 -DWITH_XC_YUBIKEY="$(usex yubikey)"
40 )
41 cmake-utils_src_configure