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 956F3158041 for ; Thu, 7 Mar 2024 21:11:00 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9EF23E29B8; Thu, 7 Mar 2024 21:10: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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 7CA16E29B1 for ; Thu, 7 Mar 2024 21:10: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) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 76FE433BE3B for ; Thu, 7 Mar 2024 21:10:58 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C194C144C for ; Thu, 7 Mar 2024 21:10: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: <1709843771.cf00f19f42a233a05cbc8092ba542d7ac3d1ca2b.asturm@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: kde-misc/krusader/ X-VCS-Repository: proj/kde X-VCS-Files: kde-misc/krusader/krusader-9999.ebuild X-VCS-Directories: kde-misc/krusader/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: cf00f19f42a233a05cbc8092ba542d7ac3d1ca2b X-VCS-Branch: master Date: Thu, 7 Mar 2024 21:10: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: 5108f870-6f43-47bf-b163-2e1e7b41ce1c X-Archives-Hash: 09437b0e19af3555c07dabc17cae0955 commit: cf00f19f42a233a05cbc8092ba542d7ac3d1ca2b Author: Andreas Sturmlechner gentoo org> AuthorDate: Thu Mar 7 20:36:11 2024 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Thu Mar 7 20:36:11 2024 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=cf00f19f kde-misc/krusader: Add missing kde-frameworks/ktexteditor RDEPEND krusader is using the ktexteditor kpart at runtime accessible in its main actions button bar, so the dependency can be considered integral. Signed-off-by: Andreas Sturmlechner gentoo.org> kde-misc/krusader/krusader-9999.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/kde-misc/krusader/krusader-9999.ebuild b/kde-misc/krusader/krusader-9999.ebuild index 2adf5eaa5e..41960c74b8 100644 --- a/kde-misc/krusader/krusader-9999.ebuild +++ b/kde-misc/krusader/krusader-9999.ebuild @@ -59,6 +59,7 @@ RDEPEND="${COMMON_DEPEND} kde-apps/kio-extras-kf5:5 kde-apps/kio-extras:5 ) + >=kde-frameworks/ktexteditor-${KFMIN}:5 " src_prepare() {