diff options
author | Lars Wendler <polynomial-c@gentoo.org> | 2019-07-12 10:02:35 +0200 |
---|---|---|
committer | Lars Wendler <polynomial-c@gentoo.org> | 2019-07-12 10:03:52 +0200 |
commit | 0a20fa699b8c3747049e4cd2495c81408683e613 (patch) | |
tree | 490a3e69e7cba7bb13595ee743f72168bba3a7b5 /app-admin/keepassxc/keepassxc-9999.ebuild | |
parent | app-admin/keepassxc: Revbump to fix keeshare cmake build option (diff) | |
download | gentoo-0a20fa699b8c3747049e4cd2495c81408683e613.tar.gz gentoo-0a20fa699b8c3747049e4cd2495c81408683e613.tar.bz2 gentoo-0a20fa699b8c3747049e4cd2495c81408683e613.zip |
app-admin/keepassxc: Synced live ebuild.
Package-Manager: Portage-2.3.69, Repoman-2.3.16
Signed-off-by: Lars Wendler <polynomial-c@gentoo.org>
Diffstat (limited to 'app-admin/keepassxc/keepassxc-9999.ebuild')
-rw-r--r-- | app-admin/keepassxc/keepassxc-9999.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-admin/keepassxc/keepassxc-9999.ebuild b/app-admin/keepassxc/keepassxc-9999.ebuild index fa1b4e6b2168..20cd5799cdeb 100644 --- a/app-admin/keepassxc/keepassxc-9999.ebuild +++ b/app-admin/keepassxc/keepassxc-9999.ebuild @@ -74,7 +74,7 @@ src_configure() { -DWITH_TESTS="$(usex test)" -DWITH_XC_AUTOTYPE="$(usex autotype)" -DWITH_XC_BROWSER="$(usex browser)" - -DWITH_XC_KEESHARE_SECURE="$(usex keeshare)" + -DWITH_XC_KEESHARE="$(usex keeshare)" -DWITH_XC_NETWORKING="$(usex network)" -DWITH_XC_SSHAGENT=ON -DWITH_XC_UPDATECHECK=OFF |