diff options
author | Lars Wendler <polynomial-c@gentoo.org> | 2017-06-27 23:44:19 +0200 |
---|---|---|
committer | Lars Wendler <polynomial-c@gentoo.org> | 2017-06-27 23:45:02 +0200 |
commit | fcf4f007a1123d98d9c4ade8c7f1ced155637f1c (patch) | |
tree | 495cddcdd07ef808f9f880ddb23b6e21f5c5e8b0 /app-admin | |
parent | app-admin/keepassxc: Bump to version 2.2.0 (bug #622804). (diff) | |
download | gentoo-fcf4f007a1123d98d9c4ade8c7f1ced155637f1c.tar.gz gentoo-fcf4f007a1123d98d9c4ade8c7f1ced155637f1c.tar.bz2 gentoo-fcf4f007a1123d98d9c4ade8c7f1ced155637f1c.zip |
app-admin/keepassxc: Sync live ebuild.
Package-Manager: Portage-2.3.6, Repoman-2.3.2
Diffstat (limited to 'app-admin')
-rw-r--r-- | app-admin/keepassxc/keepassxc-9999.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/app-admin/keepassxc/keepassxc-9999.ebuild b/app-admin/keepassxc/keepassxc-9999.ebuild index ab7c275b1b27..b237bab19a6d 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 } |