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 3616715803E for ; Thu, 4 Jan 2024 13:01:37 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7160F2BC02A; Thu, 4 Jan 2024 13:01:36 +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 5367B2BC02A for ; Thu, 4 Jan 2024 13:01:36 +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 E5B81343086 for ; Thu, 4 Jan 2024 13:01:34 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 31E67135D for ; Thu, 4 Jan 2024 13:01:33 +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: <1704373264.52241867d1979fd8e303479a8297960446802c6e.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: kde-plasma/plymouth-kcm/ X-VCS-Repository: repo/gentoo X-VCS-Files: kde-plasma/plymouth-kcm/plymouth-kcm-5.27.10-r1.ebuild kde-plasma/plymouth-kcm/plymouth-kcm-5.27.10.ebuild X-VCS-Directories: kde-plasma/plymouth-kcm/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 52241867d1979fd8e303479a8297960446802c6e X-VCS-Branch: master Date: Thu, 4 Jan 2024 13:01:33 +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: 0abe38c5-af95-4410-a39c-7566d3f71b75 X-Archives-Hash: 5a7184e6a6dc1586b7236db9388a6837 commit: 52241867d1979fd8e303479a8297960446802c6e Author: Andreas Sturmlechner gentoo org> AuthorDate: Tue Dec 12 16:56:55 2023 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Thu Jan 4 13:01:04 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=52241867 kde-plasma/plymouth-kcm: Add missing RDEPEND Upstream commit 894f6706afeff7fff73ad0afe4cbf90dfe9b0387 Signed-off-by: Andreas Sturmlechner gentoo.org> .../{plymouth-kcm-5.27.10.ebuild => plymouth-kcm-5.27.10-r1.ebuild} | 2 ++ 1 file changed, 2 insertions(+) diff --git a/kde-plasma/plymouth-kcm/plymouth-kcm-5.27.10.ebuild b/kde-plasma/plymouth-kcm/plymouth-kcm-5.27.10-r1.ebuild similarity index 92% rename from kde-plasma/plymouth-kcm/plymouth-kcm-5.27.10.ebuild rename to kde-plasma/plymouth-kcm/plymouth-kcm-5.27.10-r1.ebuild index 36296efa5061..7c9c3c65222a 100644 --- a/kde-plasma/plymouth-kcm/plymouth-kcm-5.27.10.ebuild +++ b/kde-plasma/plymouth-kcm/plymouth-kcm-5.27.10-r1.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"