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:
parent
4c18d7a92b
commit
2080558e5c
@ -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
|
# Distributed under the terms of the GNU General Public License v2
|
||||||
|
|
||||||
EAPI="7"
|
EAPI="7"
|
||||||
@ -17,17 +17,17 @@ IUSE="gnome-keyring kwallet test"
|
|||||||
RESTRICT="!test? ( test )"
|
RESTRICT="!test? ( test )"
|
||||||
KEYWORDS="~amd64 ~x86"
|
KEYWORDS="~amd64 ~x86"
|
||||||
|
|
||||||
RDEPEND="
|
DEPEND="
|
||||||
dev-qt/qtcore:5
|
|
||||||
dev-qt/qtgui:5
|
|
||||||
dev-qt/qtnetwork:5
|
|
||||||
dev-qt/qtwidgets:5"
|
|
||||||
|
|
||||||
DEPEND="${RDEPEND}
|
|
||||||
dev-libs/libgcrypt:0=
|
dev-libs/libgcrypt:0=
|
||||||
dev-libs/libpwquality
|
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 )
|
gnome-keyring? ( app-crypt/libsecret )
|
||||||
virtual/pkgconfig"
|
virtual/pkgconfig
|
||||||
|
"
|
||||||
|
|
||||||
src_configure() {
|
src_configure() {
|
||||||
local MY_S_FLAG=false
|
local MY_S_FLAG=false
|
||||||
|
Loading…
x
Reference in New Issue
Block a user