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 083B815864F for ; Sat, 25 Mar 2023 00:15:13 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 51A2BE091D; Sat, 25 Mar 2023 00:15:12 +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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 3AECDE091D for ; Sat, 25 Mar 2023 00:15:12 +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 6C7D8335DB7 for ; Sat, 25 Mar 2023 00:15:11 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id DBDC8939 for ; Sat, 25 Mar 2023 00:15:08 +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: <1679698759.2aa654e0ff751625d83c97bbc46a27aadf58e565.asturm@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: kde-apps/kdebugsettings/ X-VCS-Repository: proj/kde X-VCS-Files: kde-apps/kdebugsettings/kdebugsettings-9999.ebuild X-VCS-Directories: kde-apps/kdebugsettings/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 2aa654e0ff751625d83c97bbc46a27aadf58e565 X-VCS-Branch: master Date: Sat, 25 Mar 2023 00:15:08 +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: 32e4468d-4f49-422f-b249-6c847c268fea X-Archives-Hash: 84b0b8a244e261e7e4a66a0f6c08b27c commit: 2aa654e0ff751625d83c97bbc46a27aadf58e565 Author: Andreas Sturmlechner gentoo org> AuthorDate: Fri Mar 24 22:59:19 2023 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Fri Mar 24 22:59:19 2023 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=2aa654e0 kde-apps/kdebugsettings: Add new dependency Upstream commit 86c4121c7096a508a2859e12191848dca4530b2a Signed-off-by: Andreas Sturmlechner gentoo.org> kde-apps/kdebugsettings/kdebugsettings-9999.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/kde-apps/kdebugsettings/kdebugsettings-9999.ebuild b/kde-apps/kdebugsettings/kdebugsettings-9999.ebuild index 567299e4d1..369f775089 100644 --- a/kde-apps/kdebugsettings/kdebugsettings-9999.ebuild +++ b/kde-apps/kdebugsettings/kdebugsettings-9999.ebuild @@ -29,5 +29,6 @@ DEPEND=" >=kde-frameworks/ki18n-${KFMIN}:5 >=kde-frameworks/kitemviews-${KFMIN}:5 >=kde-frameworks/kwidgetsaddons-${KFMIN}:5 + >=kde-frameworks/kxmlgui-${KFMIN}:5 " RDEPEND="${DEPEND}"