commit: 8c7e31ff914af0307bf6700e4c34e11aeff9ad22
Author: Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
AuthorDate: Fri Oct 20 10:09:31 2017 +0000
Commit: Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
CommitDate: Fri Oct 20 11:06:56 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8c7e31ff
app-admin/keepassxc: Added missing deps (bug #634246).
Package-Manager: Portage-2.3.12, Repoman-2.3.3
app-admin/keepassxc/keepassxc-2.1.4-r1.ebuild | 2 ++
1 file changed, 2 insertions(+)
diff --git a/app-admin/keepassxc/keepassxc-2.1.4-r1.ebuild
b/app-admin/keepassxc/keepassxc-2.1.4-r1.ebuild
index 25db9c565d5..1fcb3974c06 100644
--- a/app-admin/keepassxc/keepassxc-2.1.4-r1.ebuild
+++ b/app-admin/keepassxc/keepassxc-2.1.4-r1.ebuild
@@ -25,12 +25,14 @@ IUSE="autotype debug http test"
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
)