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: Tue, 27 Jun 2017 21:45:14
Message-Id: 1498599902.fcf4f007a1123d98d9c4ade8c7f1ced155637f1c.polynomial-c@gentoo
1 commit: fcf4f007a1123d98d9c4ade8c7f1ced155637f1c
2 Author: Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
3 AuthorDate: Tue Jun 27 21:44:19 2017 +0000
4 Commit: Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
5 CommitDate: Tue Jun 27 21:45:02 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fcf4f007
7
8 app-admin/keepassxc: Sync live ebuild.
9
10 Package-Manager: Portage-2.3.6, Repoman-2.3.2
11
12 app-admin/keepassxc/keepassxc-9999.ebuild | 6 +++---
13 1 file changed, 3 insertions(+), 3 deletions(-)
14
15 diff --git a/app-admin/keepassxc/keepassxc-9999.ebuild b/app-admin/keepassxc/keepassxc-9999.ebuild
16 index ab7c275b1b2..b237bab19a6 100644
17 --- a/app-admin/keepassxc/keepassxc-9999.ebuild
18 +++ b/app-admin/keepassxc/keepassxc-9999.ebuild
19 @@ -20,7 +20,7 @@ fi
20
21 LICENSE="LGPL-2.1 GPL-2 GPL-3"
22 SLOT="0"
23 -IUSE="autotype debug http test"
24 +IUSE="autotype debug http test yubikey"
25
26 RDEPEND="
27 dev-libs/libgcrypt:=
28 @@ -34,8 +34,8 @@ RDEPEND="
29 x11-libs/libXi
30 x11-libs/libXtst
31 )
32 + yubikey? ( sys-auth/libyubikey )
33 "
34 -# yubikey? ( sys-auth/libyubikey )
35
36 DEPEND="
37 ${RDEPEND}
38 @@ -57,7 +57,7 @@ src_configure() {
39 -DWITH_TESTS="$(usex test)"
40 -DWITH_XC_AUTOTYPE="$(usex autotype)"
41 -DWITH_XC_HTTP="$(usex http)"
42 - #-DWITH_XC_YUBIKEY="$(usex yubikey)"
43 + -DWITH_XC_YUBIKEY="$(usex yubikey)"
44 )
45 cmake-utils_src_configure
46 }