commit: fcf4f007a1123d98d9c4ade8c7f1ced155637f1c
Author: Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
AuthorDate: Tue Jun 27 21:44:19 2017 +0000
Commit: Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
CommitDate: Tue Jun 27 21:45:02 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fcf4f007
app-admin/keepassxc: Sync live ebuild.
Package-Manager: Portage-2.3.6, Repoman-2.3.2
app-admin/keepassxc/keepassxc-9999.ebuild | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/app-admin/keepassxc/keepassxc-9999.ebuild
b/app-admin/keepassxc/keepassxc-9999.ebuild
index ab7c275b1b2..b237bab19a6 100644
--- a/app-admin/keepassxc/keepassxc-9999.ebuild
+++ b/app-admin/keepassxc/keepassxc-9999.ebuild
@@ -20,7 +20,7 @@ fi
LICENSE="LGPL-2.1 GPL-2 GPL-3"
SLOT="0"
-IUSE="autotype debug http test"
+IUSE="autotype debug http test yubikey"
RDEPEND="
dev-libs/libgcrypt:=
@@ -34,8 +34,8 @@ RDEPEND="
x11-libs/libXi
x11-libs/libXtst
)
+ yubikey? ( sys-auth/libyubikey )
"
-# yubikey? ( sys-auth/libyubikey )
DEPEND="
${RDEPEND}
@@ -57,7 +57,7 @@ src_configure() {
-DWITH_TESTS="$(usex test)"
-DWITH_XC_AUTOTYPE="$(usex autotype)"
-DWITH_XC_HTTP="$(usex http)"
- #-DWITH_XC_YUBIKEY="$(usex yubikey)"
+ -DWITH_XC_YUBIKEY="$(usex yubikey)"
)
cmake-utils_src_configure
}