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 D6D321581D3 for ; Mon, 20 May 2024 21:24:10 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CF0CDE2A72; Mon, 20 May 2024 21:24:09 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 B8167E2A72 for ; Mon, 20 May 2024 21:24:09 +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 B417C33BDC5 for ; Mon, 20 May 2024 21:24:08 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 045F51AE4 for ; Mon, 20 May 2024 21:24:07 +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: <1716240117.5890e6470f17117dd4ff8f3013c1c574b096a733.asturm@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: net-misc/smb4k/ X-VCS-Repository: proj/kde X-VCS-Files: net-misc/smb4k/smb4k-9999.ebuild X-VCS-Directories: net-misc/smb4k/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 5890e6470f17117dd4ff8f3013c1c574b096a733 X-VCS-Branch: master Date: Mon, 20 May 2024 21:24:07 +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: 42682299-2709-44b0-9d41-91dfb6c2fc1c X-Archives-Hash: e57a4ad3aaf26f6b2c3c854a8d42db22 commit: 5890e6470f17117dd4ff8f3013c1c574b096a733 Author: Andreas Sturmlechner gentoo org> AuthorDate: Mon May 20 21:20:59 2024 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Mon May 20 21:21:57 2024 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=5890e647 net-misc/smb4k: Add new dependency Upstream commit 4f1d8ef8716ae736e7e92ac04040079d03e568d8 Signed-off-by: Andreas Sturmlechner gentoo.org> net-misc/smb4k/smb4k-9999.ebuild | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/net-misc/smb4k/smb4k-9999.ebuild b/net-misc/smb4k/smb4k-9999.ebuild index 8233660cf6..6c4f795c51 100644 --- a/net-misc/smb4k/smb4k-9999.ebuild +++ b/net-misc/smb4k/smb4k-9999.ebuild @@ -51,7 +51,10 @@ DEPEND=" " RDEPEND="${DEPEND} !${CATEGORY}/${PN}:5 - plasma? ( >=kde-plasma/libplasma-${KFMIN}:6 ) + plasma? ( + >=kde-frameworks/kirigami-${KFMIN}:6 + >=kde-plasma/libplasma-${KFMIN}:6 + ) " src_configure() {