diff options
author | Lars Wendler <polynomial-c@gentoo.org> | 2019-06-11 13:09:52 +0200 |
---|---|---|
committer | Lars Wendler <polynomial-c@gentoo.org> | 2019-06-11 13:12:03 +0200 |
commit | 4635dc71165166775a41f7e44f21771ccfc59221 (patch) | |
tree | 99c81595ac157ae8c92b30ea2f88f0f9e9df4f10 /app-admin/keepassxc/keepassxc-9999.ebuild | |
parent | net-fs/nfs-utils: Bump to version 2.4.1 (diff) | |
download | gentoo-4635dc71165166775a41f7e44f21771ccfc59221.tar.gz gentoo-4635dc71165166775a41f7e44f21771ccfc59221.tar.bz2 gentoo-4635dc71165166775a41f7e44f21771ccfc59221.zip |
app-admin/keepassxc: Moved dev-qt/qtconcurrent to RDEPEND.
Thanks-to: Alex Xu <alex_y_xu@yahoo.ca>
Closes: https://bugs.gentoo.org/687520
Package-Manager: Portage-2.3.67, Repoman-2.3.14
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 25ad8b2b55b0..fa1b4e6b2168 100644 --- a/app-admin/keepassxc/keepassxc-9999.ebuild +++ b/app-admin/keepassxc/keepassxc-9999.ebuild @@ -30,6 +30,7 @@ RDEPEND=" app-crypt/argon2:= dev-libs/libgcrypt:= >=dev-libs/libsodium-1.0.12:= + dev-qt/qtconcurrent:5 dev-qt/qtcore:5 dev-qt/qtdbus:5 dev-qt/qtgui:5 @@ -53,7 +54,6 @@ DEPEND=" ${RDEPEND} dev-qt/linguist-tools:5 dev-qt/qttest:5 - dev-qt/qtconcurrent:5 " # Not a runtime dependency but still needed (see bug #667092) |