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 736AB138359 for ; Fri, 10 Jul 2020 14:39:48 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7B292E0849; Fri, 10 Jul 2020 14:39:45 +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 61EA1E0849 for ; Fri, 10 Jul 2020 14:39:45 +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 86F1A34F797 for ; Fri, 10 Jul 2020 14:39:44 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 096A42DD for ; Fri, 10 Jul 2020 14:39:41 +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: <1594391965.b356baa7b36dfe08e8ab9249e4bb310ec09b78e5.asturm@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: kde-plasma/plasma-thunderbolt/ X-VCS-Repository: proj/kde X-VCS-Files: kde-plasma/plasma-thunderbolt/plasma-thunderbolt-5.19.49.9999.ebuild kde-plasma/plasma-thunderbolt/plasma-thunderbolt-9999.ebuild X-VCS-Directories: kde-plasma/plasma-thunderbolt/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: b356baa7b36dfe08e8ab9249e4bb310ec09b78e5 X-VCS-Branch: master Date: Fri, 10 Jul 2020 14:39:41 +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: 7b4fa966-69a4-4ad9-a870-1d436633d96a X-Archives-Hash: 9b7f7d707f36a7ea6799afacae807d49 commit: b356baa7b36dfe08e8ab9249e4bb310ec09b78e5 Author: Andreas Sturmlechner gentoo org> AuthorDate: Fri Jul 10 14:24:23 2020 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Fri Jul 10 14:39:25 2020 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=b356baa7 kde-plasma/plasma-thunderbolt: Add missing RDEPENDs Upstream commmits: 33177996571520ccc0590176f97c06af626f8674 985d02fbb4da6f39247b18e4453e1eff40b394b0 Package-Manager: Portage-2.3.103, Repoman-2.3.23 Signed-off-by: Andreas Sturmlechner gentoo.org> kde-plasma/plasma-thunderbolt/plasma-thunderbolt-5.19.49.9999.ebuild | 2 ++ kde-plasma/plasma-thunderbolt/plasma-thunderbolt-9999.ebuild | 2 ++ 2 files changed, 4 insertions(+) diff --git a/kde-plasma/plasma-thunderbolt/plasma-thunderbolt-5.19.49.9999.ebuild b/kde-plasma/plasma-thunderbolt/plasma-thunderbolt-5.19.49.9999.ebuild index f4ea0a9645..0fafaa057c 100644 --- a/kde-plasma/plasma-thunderbolt/plasma-thunderbolt-5.19.49.9999.ebuild +++ b/kde-plasma/plasma-thunderbolt/plasma-thunderbolt-5.19.49.9999.ebuild @@ -29,6 +29,8 @@ DEPEND=" >=kde-frameworks/knotifications-${KFMIN}:5 " RDEPEND="${DEPEND} + >=dev-qt/qtquickcontrols2-${QTMIN}:5 + >=kde-frameworks/kirigami-${KFMIN}:5 sys-apps/bolt " diff --git a/kde-plasma/plasma-thunderbolt/plasma-thunderbolt-9999.ebuild b/kde-plasma/plasma-thunderbolt/plasma-thunderbolt-9999.ebuild index 7cbf184917..f5fd6776bc 100644 --- a/kde-plasma/plasma-thunderbolt/plasma-thunderbolt-9999.ebuild +++ b/kde-plasma/plasma-thunderbolt/plasma-thunderbolt-9999.ebuild @@ -29,6 +29,8 @@ DEPEND=" >=kde-frameworks/knotifications-${KFMIN}:5 " RDEPEND="${DEPEND} + >=dev-qt/qtquickcontrols2-${QTMIN}:5 + >=kde-frameworks/kirigami-${KFMIN}:5 sys-apps/bolt "