Skip to content

Commit

Permalink
games-kids/gcompris: Add missing RDEPENDs
Browse files Browse the repository at this point in the history
Reported-by: Simon <[email protected]>
Closes: https://bugs.gentoo.org/704612
Package-Manager: Portage-2.3.84, Repoman-2.3.20
Signed-off-by: Andreas Sturmlechner <[email protected]>
  • Loading branch information
a17r committed Jan 6, 2020
1 parent e0d1d13 commit 23198ae
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-2019 Gentoo Authors
# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=7
Expand Down Expand Up @@ -28,18 +28,23 @@ BDEPEND="
sys-devel/clang
)
"
RDEPEND="
COMMON_DEPEND="
>=dev-qt/qtdeclarative-${QTMIN}:5
>=dev-qt/qtgui-${QTMIN}:5
>=dev-qt/qtnetwork-${QTMIN}:5
>=dev-qt/qtsensors-${QTMIN}:5
>=dev-qt/qtsvg-${QTMIN}:5
"
DEPEND="${RDEPEND}
DEPEND="${COMMON_DEPEND}
>=dev-qt/qtmultimedia-${QTMIN}:5
>=dev-qt/qtxml-${QTMIN}:5
>=dev-qt/qtxmlpatterns-${QTMIN}:5
"
RDEPEND="${COMMON_DEPEND}
>=dev-qt/qtgraphicaleffects-${QTMIN}:5
>=dev-qt/qtmultimedia-${QTMIN}:5[qml]
>=dev-qt/qtquickcontrols-${QTMIN}:5
"

src_configure() {
local mycmakeargs=(
Expand Down

0 comments on commit 23198ae

Please sign in to comment.