Skip to content

Commit

Permalink
net-misc/nextcloud-client: add missing qtquickcontrols2 RDEPEND
Browse files Browse the repository at this point in the history
Closes: https://bugs.gentoo.org/889772
Signed-off-by: Florian Schmaus <[email protected]>
  • Loading branch information
Flowdalic committed Jan 5, 2023
1 parent 3a05e37 commit e9931dd
Showing 1 changed file with 8 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright 1999-2022 Gentoo Authors
# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8
Expand All @@ -16,7 +16,7 @@ KEYWORDS="~amd64 ~arm64 ~x86"
IUSE="doc dolphin nautilus test webengine"
RESTRICT="!test? ( test )"

RDEPEND="
COMMON_DEPEND="
>=dev-db/sqlite-3.34:3
>=dev-libs/openssl-1.1.0:0=
dev-libs/qtkeychain:=[qt5(+)]
Expand All @@ -38,7 +38,12 @@ RDEPEND="
nautilus? ( dev-python/nautilus-python )
webengine? ( dev-qt/qtwebengine:5[widgets] )
"
DEPEND="${RDEPEND}
RDEPEND="
${COMMON_DEPEND}
dev-qt/qtquickcontrols2:5
"
DEPEND="
${COMMON_DEPEND}
dev-qt/qtconcurrent:5
dev-qt/qtxml:5
|| ( gnome-base/librsvg media-gfx/inkscape )
Expand Down

0 comments on commit e9931dd

Please sign in to comment.