diff options
author | Lars Wendler <polynomial-c@gentoo.org> | 2017-08-01 10:25:11 +0200 |
---|---|---|
committer | Lars Wendler <polynomial-c@gentoo.org> | 2017-08-01 10:25:11 +0200 |
commit | 459a76a0c18aa7cfc615f7aa0ca7e5b4ceaf2c17 (patch) | |
tree | 9724875e1873966768dc0327742c5bd01fbdd7d8 /app-admin/keepassxc | |
parent | app-admin/keepassxc: Added missing dependencies. (diff) | |
download | gentoo-459a76a0c18aa7cfc615f7aa0ca7e5b4ceaf2c17.tar.gz gentoo-459a76a0c18aa7cfc615f7aa0ca7e5b4ceaf2c17.tar.bz2 gentoo-459a76a0c18aa7cfc615f7aa0ca7e5b4ceaf2c17.zip |
app-admin/keepassxc: Sync live ebuild.
Package-Manager: Portage-2.3.6, Repoman-2.3.3
Signed-off-by: Lars Wendler <polynomial-c@gentoo.org>
Diffstat (limited to 'app-admin/keepassxc')
-rw-r--r-- | app-admin/keepassxc/keepassxc-9999.ebuild | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/app-admin/keepassxc/keepassxc-9999.ebuild b/app-admin/keepassxc/keepassxc-9999.ebuild index b237bab19a6d..00fb3e294475 100644 --- a/app-admin/keepassxc/keepassxc-9999.ebuild +++ b/app-admin/keepassxc/keepassxc-9999.ebuild @@ -25,16 +25,18 @@ IUSE="autotype debug http test yubikey" RDEPEND=" dev-libs/libgcrypt:= dev-qt/qtcore:5 + dev-qt/qtdbus:5 dev-qt/qtgui:5 dev-qt/qtnetwork:5 dev-qt/qtwidgets:5 sys-libs/zlib autotype? ( dev-qt/qtx11extras:5 + x11-libs/libX11 x11-libs/libXi x11-libs/libXtst ) - yubikey? ( sys-auth/libyubikey ) + yubikey? ( sys-auth/ykpers ) " DEPEND=" |