From: Lars Wendler Date: Fri, 26 Apr 2019 10:49:14 +0000 (+0200) Subject: app-admin/keepassxc: Added "keeshare" USE flag. X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=459607ec5ec17579461aec571b16769bc0453bf0;p=gentoo.git app-admin/keepassxc: Added "keeshare" USE flag. Package-Manager: Portage-2.3.65, Repoman-2.3.12 Signed-off-by: Lars Wendler --- diff --git a/app-admin/keepassxc/keepassxc-9999.ebuild b/app-admin/keepassxc/keepassxc-9999.ebuild index 5b33ef6ebd16..933ad9b9a58f 100644 --- a/app-admin/keepassxc/keepassxc-9999.ebuild +++ b/app-admin/keepassxc/keepassxc-9999.ebuild @@ -24,7 +24,7 @@ fi LICENSE="LGPL-2.1 GPL-2 GPL-3" SLOT="0" -IUSE="autotype browser debug +network test yubikey" +IUSE="autotype browser debug keeshare +network test yubikey" RDEPEND=" app-crypt/argon2:= @@ -36,7 +36,7 @@ RDEPEND=" dev-qt/qtsvg:5 dev-qt/qtwidgets:5 media-gfx/qrencode:= - sys-libs/zlib + sys-libs/zlib:= autotype? ( dev-qt/qtx11extras:5 x11-libs/libX11 @@ -44,6 +44,7 @@ RDEPEND=" x11-libs/libXtst ) browser? ( >=dev-libs/libsodium-1.0.12 ) + keeshare? ( dev-libs/quazip ) yubikey? ( sys-auth/ykpers ) " @@ -72,6 +73,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_NETWORKING="$(usex network)" -DWITH_XC_SSHAGENT=ON -DWITH_XC_UPDATECHECK=OFF diff --git a/app-admin/keepassxc/metadata.xml b/app-admin/keepassxc/metadata.xml index 56243a3c8c07..d9b95402e41b 100644 --- a/app-admin/keepassxc/metadata.xml +++ b/app-admin/keepassxc/metadata.xml @@ -8,6 +8,7 @@ Add support to autotype the passwords into other applications Enables browser plugin support + Enable KeeShare sharing integration Enable network support Enable database unlocking via YubiKey.