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)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 98045158013 for ; Tue, 12 Dec 2023 18:33:03 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 98B9F2BC037; Tue, 12 Dec 2023 18:33:00 +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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 7B3132BC037 for ; Tue, 12 Dec 2023 18:33:00 +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)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 4D8C1335DC8 for ; Tue, 12 Dec 2023 18:32:59 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D773914C8 for ; Tue, 12 Dec 2023 18:32: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: <1702400215.14cffa69f59fcb6bbd200d7577ae18a06999f897.asturm@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: kde-plasma/plymouth-kcm/ X-VCS-Repository: proj/kde X-VCS-Files: kde-plasma/plymouth-kcm/plymouth-kcm-5.27.49.9999.ebuild X-VCS-Directories: kde-plasma/plymouth-kcm/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 14cffa69f59fcb6bbd200d7577ae18a06999f897 X-VCS-Branch: master Date: Tue, 12 Dec 2023 18:32: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: bbdf651b-8dc1-422e-9392-f4dea41a5c6f X-Archives-Hash: b149b281a9b9f9a5a0ec687861eb9dc5 commit: 14cffa69f59fcb6bbd200d7577ae18a06999f897 Author: Andreas Sturmlechner gentoo org> AuthorDate: Tue Dec 12 16:56:55 2023 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Tue Dec 12 16:56:55 2023 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=14cffa69 kde-plasma/plymouth-kcm: Add missing RDEPEND Upstream commit 894f6706afeff7fff73ad0afe4cbf90dfe9b0387 Signed-off-by: Andreas Sturmlechner gentoo.org> kde-plasma/plymouth-kcm/plymouth-kcm-5.27.49.9999.ebuild | 2 ++ 1 file changed, 2 insertions(+) diff --git a/kde-plasma/plymouth-kcm/plymouth-kcm-5.27.49.9999.ebuild b/kde-plasma/plymouth-kcm/plymouth-kcm-5.27.49.9999.ebuild index 16ea473071..fc1e2acdbb 100644 --- a/kde-plasma/plymouth-kcm/plymouth-kcm-5.27.49.9999.ebuild +++ b/kde-plasma/plymouth-kcm/plymouth-kcm-5.27.49.9999.ebuild @@ -33,6 +33,8 @@ DEPEND=" sys-boot/plymouth " RDEPEND="${DEPEND} + >=dev-qt/qtquickcontrols2-${QTMIN}:5 + >=kde-frameworks/kirigami-${KFMIN}:5 >=kde-plasma/kde-cli-tools-${PVCUT}:* " BDEPEND=">=kde-frameworks/kcmutils-${KFMIN}:5"