From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: 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 finch.gentoo.org (Postfix) with ESMTPS id 2A8EE1584F2 for ; Sun, 16 Mar 2025 23:10:30 +0000 (UTC) Received: from lists.gentoo.org (bobolink.gentoo.org [140.211.166.189]) (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) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id 10951343295 for ; Sun, 16 Mar 2025 23:10:30 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id A9FA51103C8; Sun, 16 Mar 2025 23:10:23 +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 bobolink.gentoo.org (Postfix) with ESMTPS id A3DAA1103C8 for ; Sun, 16 Mar 2025 23:10:23 +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 57A4934312A for ; Sun, 16 Mar 2025 23:10:23 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8CC702144 for ; Sun, 16 Mar 2025 23:10:21 +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: <1742166454.123addaa4dbf6b4208c5c0737551a8e676c972a4.asturm@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: kde-plasma/kscreen/ X-VCS-Repository: proj/kde X-VCS-Files: kde-plasma/kscreen/kscreen-9999.ebuild X-VCS-Directories: kde-plasma/kscreen/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 123addaa4dbf6b4208c5c0737551a8e676c972a4 X-VCS-Branch: master Date: Sun, 16 Mar 2025 23:10:21 +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: 93cd4f8d-92f7-4f4c-994f-4cffc381e078 X-Archives-Hash: cf38e843b3e3daa8a54f2b71bac734bf commit: 123addaa4dbf6b4208c5c0737551a8e676c972a4 Author: Andreas Sturmlechner gentoo org> AuthorDate: Sun Mar 16 23:07:34 2025 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sun Mar 16 23:07:34 2025 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=123addaa kde-plasma/kscreen: RDEPEND on kde-plasma/kglobalacceld ...instead of kde-frameworks/kglobalaccel. Signed-off-by: Andreas Sturmlechner gentoo.org> kde-plasma/kscreen/kscreen-9999.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kde-plasma/kscreen/kscreen-9999.ebuild b/kde-plasma/kscreen/kscreen-9999.ebuild index d2e08babad..17fee3b4ca 100644 --- a/kde-plasma/kscreen/kscreen-9999.ebuild +++ b/kde-plasma/kscreen/kscreen-9999.ebuild @@ -44,7 +44,7 @@ DEPEND=" " RDEPEND="${DEPEND} >=dev-qt/qt5compat-${QTMIN}:6[qml] - >=kde-frameworks/kglobalaccel-${KFMIN}:6 + >=kde-plasma/kglobalacceld-${KDE_CATV}:6 " BDEPEND=">=kde-frameworks/kcmutils-${KFMIN}:6"