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 E15A5138346 for ; Mon, 6 Jan 2020 12:44:34 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 29885E08C4; Mon, 6 Jan 2020 12:44:34 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 10021E08C4 for ; Mon, 6 Jan 2020 12:44:34 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 2B24434DE16 for ; Mon, 6 Jan 2020 12:44:33 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id DE55942 for ; Mon, 6 Jan 2020 12:44:31 +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: <1578314659.23198ae5d0a3389401325c6c485c534953d9ab6d.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: games-kids/gcompris/ X-VCS-Repository: repo/gentoo X-VCS-Files: games-kids/gcompris/gcompris-0.97-r1.ebuild games-kids/gcompris/gcompris-0.97.ebuild X-VCS-Directories: games-kids/gcompris/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 23198ae5d0a3389401325c6c485c534953d9ab6d X-VCS-Branch: master Date: Mon, 6 Jan 2020 12:44:31 +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: bbb5c023-0636-4ff2-accc-d38e1912ccc4 X-Archives-Hash: 2df552caf7cc655438dd8d88a13365e1 commit: 23198ae5d0a3389401325c6c485c534953d9ab6d Author: Andreas Sturmlechner gentoo org> AuthorDate: Mon Jan 6 12:38:39 2020 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Mon Jan 6 12:44:19 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=23198ae5 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> .../{gcompris-0.97.ebuild => gcompris-0.97-r1.ebuild} | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/games-kids/gcompris/gcompris-0.97.ebuild b/games-kids/gcompris/gcompris-0.97-r1.ebuild similarity index 81% rename from games-kids/gcompris/gcompris-0.97.ebuild rename to games-kids/gcompris/gcompris-0.97-r1.ebuild index 213187432c4..c320ebcd4ec 100644 --- a/games-kids/gcompris/gcompris-0.97.ebuild +++ b/games-kids/gcompris/gcompris-0.97-r1.ebuild @@ -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 @@ -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=(