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 BBFBC138334 for ; Wed, 20 Nov 2019 16:24:00 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id F1EFFE08A0; Wed, 20 Nov 2019 16:23:59 +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 C9290E08A0 for ; Wed, 20 Nov 2019 16:23:59 +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 71A3934D149 for ; Wed, 20 Nov 2019 16:23:58 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 83F718AE for ; Wed, 20 Nov 2019 16:23:56 +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: <1574266986.18d9ec15feeb54608bb5f7471647555f596a4ffa.asturm@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: kde-plasma/plasma-nm/ X-VCS-Repository: proj/kde X-VCS-Files: kde-plasma/plasma-nm/plasma-nm-5.17.49.9999.ebuild kde-plasma/plasma-nm/plasma-nm-9999.ebuild X-VCS-Directories: kde-plasma/plasma-nm/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 18d9ec15feeb54608bb5f7471647555f596a4ffa X-VCS-Branch: master Date: Wed, 20 Nov 2019 16:23:56 +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: 3453436b-f6b6-4ee9-88b3-276d7a240990 X-Archives-Hash: 92a2e1975351be907338b302483b3b73 commit: 18d9ec15feeb54608bb5f7471647555f596a4ffa Author: Andreas Sturmlechner gentoo org> AuthorDate: Wed Nov 20 16:23:06 2019 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Wed Nov 20 16:23:06 2019 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=18d9ec15 kde-plasma/plasma-nm: Add missing RDEPENDs Package-Manager: Portage-2.3.79, Repoman-2.3.18 Signed-off-by: Andreas Sturmlechner gentoo.org> kde-plasma/plasma-nm/plasma-nm-5.17.49.9999.ebuild | 2 ++ kde-plasma/plasma-nm/plasma-nm-9999.ebuild | 2 ++ 2 files changed, 4 insertions(+) diff --git a/kde-plasma/plasma-nm/plasma-nm-5.17.49.9999.ebuild b/kde-plasma/plasma-nm/plasma-nm-5.17.49.9999.ebuild index 2b4cd62127..8f7ab19d3f 100644 --- a/kde-plasma/plasma-nm/plasma-nm-5.17.49.9999.ebuild +++ b/kde-plasma/plasma-nm/plasma-nm-5.17.49.9999.ebuild @@ -54,6 +54,8 @@ DEPEND=" ) " RDEPEND="${DEPEND} + >=dev-qt/qtquickcontrols-${QTMIN}:5 + >=dev-qt/qtquickcontrols2-${QTMIN}:5 >=kde-plasma/kde-cli-tools-${PVCUT}:5 " diff --git a/kde-plasma/plasma-nm/plasma-nm-9999.ebuild b/kde-plasma/plasma-nm/plasma-nm-9999.ebuild index a59e5adbb1..888105d6e2 100644 --- a/kde-plasma/plasma-nm/plasma-nm-9999.ebuild +++ b/kde-plasma/plasma-nm/plasma-nm-9999.ebuild @@ -55,6 +55,8 @@ DEPEND=" ) " RDEPEND="${DEPEND} + >=dev-qt/qtquickcontrols-${QTMIN}:5 + >=dev-qt/qtquickcontrols2-${QTMIN}:5 >=kde-plasma/kde-cli-tools-${PVCUT}:5 "