From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id C0250138346 for ; Mon, 6 Jan 2020 12:40:39 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 83E17E08BD; Mon, 6 Jan 2020 12:40:38 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 66D2AE08BD for ; Mon, 6 Jan 2020 12:40:38 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id E0A7A34DE17 for ; Mon, 6 Jan 2020 12:40:35 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 657B791 for ; Mon, 6 Jan 2020 12:40:34 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1578314403.e8360146512951e4f3ce611ed5ca58c26cd5270c.asturm@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: games-kids/gcompris/ X-VCS-Repository: proj/kde X-VCS-Files: games-kids/gcompris/gcompris-9999.ebuild X-VCS-Directories: games-kids/gcompris/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: e8360146512951e4f3ce611ed5ca58c26cd5270c X-VCS-Branch: master Date: Mon, 6 Jan 2020 12:40:34 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 0c0a604e-7d0a-4d2f-9d21-1345af964885 X-Archives-Hash: ba874b54bac269d62fbccb18128c93aa commit: e8360146512951e4f3ce611ed5ca58c26cd5270c Author: Andreas Sturmlechner gentoo org> AuthorDate: Mon Jan 6 12:38:39 2020 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Mon Jan 6 12:40:03 2020 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=e8360146 games-kids/gcompris: Add missing RDEPENDs Reported-by: Simon gmx.de> Closes: https://bugs.gentoo.org/704612 Package-Manager: Portage-2.3.84, Repoman-2.3.20 Signed-off-by: Andreas Sturmlechner gentoo.org> games-kids/gcompris/gcompris-9999.ebuild | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/games-kids/gcompris/gcompris-9999.ebuild b/games-kids/gcompris/gcompris-9999.ebuild index bbc2b341d2..c320ebcd4e 100644 --- a/games-kids/gcompris/gcompris-9999.ebuild +++ b/games-kids/gcompris/gcompris-9999.ebuild @@ -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=(