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 19EBE138334 for ; Wed, 10 Jul 2019 10:30:30 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 24AB2E088A; Wed, 10 Jul 2019 10:30:29 +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 01A4BE0885 for ; Wed, 10 Jul 2019 10:30:27 +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 60F1F34752F for ; Wed, 10 Jul 2019 10:30:26 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4DAE96E6 for ; Wed, 10 Jul 2019 10:30:24 +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: <1562747441.a6711e32d6d0b8958c98144b0d1fb398e8d0d75d.asturm@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: dev-util/kdevelop/ X-VCS-Repository: proj/kde X-VCS-Files: dev-util/kdevelop/kdevelop-9999.ebuild X-VCS-Directories: dev-util/kdevelop/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: a6711e32d6d0b8958c98144b0d1fb398e8d0d75d X-VCS-Branch: master Date: Wed, 10 Jul 2019 10:30: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: d290508a-1108-419b-87eb-81110a2ad99d X-Archives-Hash: a2a3ef3713fd9a00b2e0a729b2f46207 commit: a6711e32d6d0b8958c98144b0d1fb398e8d0d75d Author: Andreas Sturmlechner gentoo org> AuthorDate: Wed Jul 10 08:30:41 2019 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Wed Jul 10 08:30:41 2019 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=a6711e32 dev-util/kdevelop: Add new RDEPENDs Upstream commit 3b5b643f1d300460238721be285649d9595799ce Package-Manager: Portage-2.3.68, Repoman-2.3.16 Signed-off-by: Andreas Sturmlechner gentoo.org> dev-util/kdevelop/kdevelop-9999.ebuild | 2 ++ 1 file changed, 2 insertions(+) diff --git a/dev-util/kdevelop/kdevelop-9999.ebuild b/dev-util/kdevelop/kdevelop-9999.ebuild index c9df5a3545..41c7d4e73e 100644 --- a/dev-util/kdevelop/kdevelop-9999.ebuild +++ b/dev-util/kdevelop/kdevelop-9999.ebuild @@ -83,6 +83,8 @@ DEPEND="${COMMON_DEPEND} RDEPEND="${COMMON_DEPEND} $(add_kdeapps_dep kapptemplate) $(add_kdeapps_dep kio-extras) + $(add_qt_dep qtquickcontrols) + $(add_qt_dep qtquickcontrols2) dev-util/ninja >=sys-devel/gdb-7.0[python] reviewboard? ( $(add_kdeapps_dep ktp-accounts-kcm) )