From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1576015-garchives=archives.gentoo.org@lists.gentoo.org> 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) server-digest SHA256) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id B33A3158013 for <garchives@archives.gentoo.org>; Sat, 2 Dec 2023 19:25:06 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9E1742BC016; Sat, 2 Dec 2023 19:25:05 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 816CB2BC016 for <gentoo-commits@lists.gentoo.org>; Sat, 2 Dec 2023 19:25:05 +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 9F25B335CB9 for <gentoo-commits@lists.gentoo.org>; Sat, 2 Dec 2023 19:25:04 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D79C81452 for <gentoo-commits@lists.gentoo.org>; Sat, 2 Dec 2023 19:25:02 +0000 (UTC) From: "Andreas Sturmlechner" <asturm@gentoo.org> 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" <asturm@gentoo.org> Message-ID: <1701533898.b0c07b9e2dbb2c43b6035fe25adddf0a100ccf4e.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: b0c07b9e2dbb2c43b6035fe25adddf0a100ccf4e X-VCS-Branch: master Date: Sat, 2 Dec 2023 19:25:02 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: fa3cc8cb-ae7f-42b4-a578-f7e5784e82e6 X-Archives-Hash: 168aafe701a979ad7afb14536aec0b37 commit: b0c07b9e2dbb2c43b6035fe25adddf0a100ccf4e Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> AuthorDate: Sat Dec 2 16:17:46 2023 +0000 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> CommitDate: Sat Dec 2 16:18:18 2023 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=b0c07b9e kde-plasma/plasma-pa: Add missing dependencies Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org> kde-plasma/plasma-pa/plasma-pa-9999.ebuild | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/kde-plasma/plasma-pa/plasma-pa-9999.ebuild b/kde-plasma/plasma-pa/plasma-pa-9999.ebuild index 5cec7f2503..951d7a909f 100644 --- a/kde-plasma/plasma-pa/plasma-pa-9999.ebuild +++ b/kde-plasma/plasma-pa/plasma-pa-9999.ebuild @@ -16,6 +16,8 @@ SLOT="6" KEYWORDS="" IUSE="" +RESTRICT="test" # missing selenium-webdriver-at-spi + DEPEND=" dev-libs/glib:2 >=dev-qt/qtbase-${QTMIN}:6[dbus,gui,widgets] @@ -26,6 +28,9 @@ DEPEND=" >=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 media-libs/libcanberra media-libs/libpulse