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 E30B7158013 for ; Tue, 12 Dec 2023 18:33:06 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 744B12BC045; Tue, 12 Dec 2023 18:33:01 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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 5AF522BC044 for ; Tue, 12 Dec 2023 18:33:01 +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 A83A3335DC5 for ; Tue, 12 Dec 2023 18:33:00 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6818914D1 for ; Tue, 12 Dec 2023 18:32: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: <1702405506.a9ddf6763a99e22bccd2a7fd796f6b7e4d740b3d.asturm@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: kde-plasma/plasma-pa/ X-VCS-Repository: proj/kde X-VCS-Files: kde-plasma/plasma-pa/plasma-pa-9999.ebuild X-VCS-Directories: kde-plasma/plasma-pa/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: a9ddf6763a99e22bccd2a7fd796f6b7e4d740b3d X-VCS-Branch: master Date: Tue, 12 Dec 2023 18:32: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: fe71cf2a-cc58-486a-b1f7-80af8d9b9949 X-Archives-Hash: 9305018b0934faa9abe485f15f1778cb commit: a9ddf6763a99e22bccd2a7fd796f6b7e4d740b3d Author: Andreas Sturmlechner gentoo org> AuthorDate: Tue Dec 12 18:23:53 2023 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Tue Dec 12 18:25:06 2023 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=a9ddf676 kde-plasma/plasma-pa: Update dependencies Upstream commits: e802e10295022e735c7d012d4d819abd9171eabd acd10129cdfebdfe6a5421041d0396e2d62bdb39 bbed2833dae4ef3db1edf838212b5bd10015d148 Signed-off-by: Andreas Sturmlechner gentoo.org> kde-plasma/plasma-pa/plasma-pa-9999.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/kde-plasma/plasma-pa/plasma-pa-9999.ebuild b/kde-plasma/plasma-pa/plasma-pa-9999.ebuild index 951d7a909f..23fe0de0fa 100644 --- a/kde-plasma/plasma-pa/plasma-pa-9999.ebuild +++ b/kde-plasma/plasma-pa/plasma-pa-9999.ebuild @@ -26,9 +26,7 @@ DEPEND=" >=kde-frameworks/kcoreaddons-${KFMIN}:6 >=kde-frameworks/kdeclarative-${KFMIN}:6 >=kde-frameworks/kglobalaccel-${KFMIN}:6 - >=kde-frameworks/knotifications-${KFMIN}:6 >=kde-frameworks/ki18n-${KFMIN}:6 - >=kde-frameworks/kitemmodels-${KFMIN}:6[qml] >=kde-frameworks/kstatusnotifieritem-${KFMIN}:6 >=kde-frameworks/ksvg-${KFMIN}:6 >=kde-plasma/libplasma-${PVCUT}:6 @@ -36,7 +34,9 @@ DEPEND=" media-libs/libpulse " RDEPEND="${DEPEND} + dev-libs/kirigami-addons:6 >=kde-frameworks/kirigami-${KFMIN}:6 + >=kde-frameworks/kitemmodels-${KFMIN}:6[qml] x11-themes/sound-theme-freedesktop " BDEPEND=">=kde-frameworks/kcmutils-${KFMIN}:6"