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 AB85B15802E for ; Sat, 29 Jun 2024 16:57:00 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D53A4E2A31; Sat, 29 Jun 2024 16:56:59 +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 B8A09E2A31 for ; Sat, 29 Jun 2024 16:56:59 +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 D2ABD335D6D for ; Sat, 29 Jun 2024 16:56:58 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6B8AF1C93 for ; Sat, 29 Jun 2024 16:56:57 +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: <1719680014.c3793b631d339fc66a6b5d2c7ae7814c1bbf2137.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: c3793b631d339fc66a6b5d2c7ae7814c1bbf2137 X-VCS-Branch: master Date: Sat, 29 Jun 2024 16:56:57 +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: 076683c7-f852-4bba-ada2-99126460dc83 X-Archives-Hash: 0fc464fd71811409659681c674404bbc commit: c3793b631d339fc66a6b5d2c7ae7814c1bbf2137 Author: Andreas Sturmlechner gentoo org> AuthorDate: Sat Jun 29 16:53:34 2024 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sat Jun 29 16:53:34 2024 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=c3793b63 net-misc/smb4k: Cleanup wrong kde-plasma/libplasma min version dep Signed-off-by: Andreas Sturmlechner gentoo.org> net-misc/smb4k/smb4k-9999.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-misc/smb4k/smb4k-9999.ebuild b/net-misc/smb4k/smb4k-9999.ebuild index 49a6125655..d4990638b1 100644 --- a/net-misc/smb4k/smb4k-9999.ebuild +++ b/net-misc/smb4k/smb4k-9999.ebuild @@ -54,7 +54,7 @@ RDEPEND="${DEPEND} !${CATEGORY}/${PN}:5 plasma? ( >=kde-frameworks/kirigami-${KFMIN}:6 - >=kde-plasma/libplasma-${KFMIN}:6 + kde-plasma/libplasma:6 ) "