app-crypt/sirikali: Fix deps

Add a missed dep on qtdbus and put everything into DEPEND as all deps
are build and runtime deps the same time.

Closes: https://bugs.gentoo.org/809575
Package-Manager: Portage-3.0.22, Repoman-3.0.3
Signed-off-by: Nils Freydank <holgersson@posteo.de>
This commit is contained in:
Nils Freydank 2021-08-24 15:58:23 +02:00
parent 4c18d7a92b
commit 2080558e5c
Signed by: nfr
GPG Key ID: 0F1DEAB2D36AD112

View File

@ -1,4 +1,4 @@
# Copyright 1999-2020 Gentoo Authors
# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI="7"
@ -17,17 +17,17 @@ IUSE="gnome-keyring kwallet test"
RESTRICT="!test? ( test )"
KEYWORDS="~amd64 ~x86"
RDEPEND="
dev-qt/qtcore:5
dev-qt/qtgui:5
dev-qt/qtnetwork:5
dev-qt/qtwidgets:5"
DEPEND="${RDEPEND}
DEPEND="
dev-libs/libgcrypt:0=
dev-libs/libpwquality
dev-qt/qtcore:5
dev-qt/qtdbus:5
dev-qt/qtgui:5
dev-qt/qtnetwork:5
dev-qt/qtwidgets:5
gnome-keyring? ( app-crypt/libsecret )
virtual/pkgconfig"
virtual/pkgconfig
"
src_configure() {
local MY_S_FLAG=false