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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 4DE61158094 for ; Fri, 2 Sep 2022 20:05:07 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7F174E096A; Fri, 2 Sep 2022 20:05:06 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 67391E096A for ; Fri, 2 Sep 2022 20:05:06 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 53F1F340F44 for ; Fri, 2 Sep 2022 20:05:05 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 982485B2 for ; Fri, 2 Sep 2022 20:05:03 +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: <1662149085.f3431f69a95cade56427f037105f85826262f722.asturm@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: kde-frameworks/kdeclarative/ X-VCS-Repository: proj/kde X-VCS-Files: kde-frameworks/kdeclarative/kdeclarative-9999.ebuild X-VCS-Directories: kde-frameworks/kdeclarative/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: f3431f69a95cade56427f037105f85826262f722 X-VCS-Branch: master Date: Fri, 2 Sep 2022 20:05:03 +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: 5cdbd08e-c529-4b4d-82d3-1add80a1f1dd X-Archives-Hash: fb6850bde73b9b57122e615565929e80 commit: f3431f69a95cade56427f037105f85826262f722 Author: Andreas Sturmlechner gentoo org> AuthorDate: Fri Sep 2 18:59:01 2022 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Fri Sep 2 20:04:45 2022 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=f3431f69 kde-frameworks/kdeclarative: Add missing RDEPEND Signed-off-by: Andreas Sturmlechner gentoo.org> kde-frameworks/kdeclarative/kdeclarative-9999.ebuild | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/kde-frameworks/kdeclarative/kdeclarative-9999.ebuild b/kde-frameworks/kdeclarative/kdeclarative-9999.ebuild index 1a2937328f..05fbdc5155 100644 --- a/kde-frameworks/kdeclarative/kdeclarative-9999.ebuild +++ b/kde-frameworks/kdeclarative/kdeclarative-9999.ebuild @@ -32,4 +32,6 @@ DEPEND=" =kde-frameworks/kwindowsystem-${PVCUT}*:5 media-libs/libepoxy " -RDEPEND="${DEPEND}" +RDEPEND="${DEPEND} + >=dev-qt/qtquickcontrols2-${QTMIN}:5 +"