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 EE7D01382C5 for ; Thu, 25 Jun 2020 07:11:34 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2367CE0921; Thu, 25 Jun 2020 07:11:30 +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 08129E0921 for ; Thu, 25 Jun 2020 07:11:30 +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 AF5F034F11D for ; Thu, 25 Jun 2020 07:11:27 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 91ABF2BE for ; Thu, 25 Jun 2020 07:11:24 +0000 (UTC) From: "Jason A. Donenfeld" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Jason A. Donenfeld" Message-ID: <1593069066.56bf49f922c065f7196acaa926f1b56dfb874915.zx2c4@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-qt/qt-creator/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-qt/qt-creator/qt-creator-9999.ebuild X-VCS-Directories: dev-qt/qt-creator/ X-VCS-Committer: zx2c4 X-VCS-Committer-Name: Jason A. Donenfeld X-VCS-Revision: 56bf49f922c065f7196acaa926f1b56dfb874915 X-VCS-Branch: master Date: Thu, 25 Jun 2020 07:11:24 +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: 4415013b-a2cb-4d00-8662-066e123efac4 X-Archives-Hash: 3444cd46b6c79add51317dede111c2e8 commit: 56bf49f922c065f7196acaa926f1b56dfb874915 Author: Peter Levine gmail com> AuthorDate: Mon May 11 02:38:41 2020 +0000 Commit: Jason A. Donenfeld gentoo org> CommitDate: Thu Jun 25 07:11:06 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=56bf49f9 dev-qt/qt-creator: Add dev-qt/qtquicktimeline to rdeps qmldesigner and studiowelcome both have qmls which import QtQuick.Timeline. If not available at runtime, stderr prints 'module "QtQuick.Timeline" is not installed"'. When installed, all is well and studiowelcome, if enabled, shows a nice animated splash. Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: Peter Levine gmail.com> Signed-off-by: Jason A. Donenfeld gentoo.org> dev-qt/qt-creator/qt-creator-9999.ebuild | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/dev-qt/qt-creator/qt-creator-9999.ebuild b/dev-qt/qt-creator/qt-creator-9999.ebuild index eb7f017e775..08bc2d1eb31 100644 --- a/dev-qt/qt-creator/qt-creator-9999.ebuild +++ b/dev-qt/qt-creator/qt-creator-9999.ebuild @@ -20,7 +20,7 @@ else MY_P=${PN}-opensource-src-${MY_PV} [[ ${MY_PV} == ${PV} ]] && MY_REL=official || MY_REL=development SRC_URI="https://download.qt.io/${MY_REL}_releases/${PN/-}/$(ver_cut 1-2)/${MY_PV}/${MY_P}.tar.xz" - KEYWORDS="~amd64 ~arm ~x86" + KEYWORDS="~amd64 ~x86" S=${WORKDIR}/${MY_P} fi @@ -98,6 +98,7 @@ RDEPEND="${CDEPEND} cvs? ( dev-vcs/cvs ) git? ( dev-vcs/git ) mercurial? ( dev-vcs/mercurial ) + qmldesigner? ( >=dev-qt/qtquicktimeline-${QT_PV} ) silversearcher? ( sys-apps/the_silver_searcher ) subversion? ( dev-vcs/subversion ) valgrind? ( dev-util/valgrind )