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 (4096 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 451C2158164 for ; Sun, 17 Nov 2024 20:05:18 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8FD23E0F56; Sun, 17 Nov 2024 20:05:17 +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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id F3E25E0F56 for ; Sun, 17 Nov 2024 20:05:16 +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 ADD74335C0F for ; Sun, 17 Nov 2024 20:05:14 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1DD8111DF for ; Sun, 17 Nov 2024 20:05:13 +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: <1731873843.e2693d22643e83e6d6c720e92b00e9b27a49d32d.asturm@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: kde-plasma/libksysguard/ X-VCS-Repository: proj/kde X-VCS-Files: kde-plasma/libksysguard/libksysguard-6.2.49.9999.ebuild kde-plasma/libksysguard/libksysguard-9999.ebuild X-VCS-Directories: kde-plasma/libksysguard/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: e2693d22643e83e6d6c720e92b00e9b27a49d32d X-VCS-Branch: master Date: Sun, 17 Nov 2024 20:05:13 +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: 694158f1-d049-46d0-bf57-2a24a010bf2d X-Archives-Hash: 33d5cb99298a68b3051626aa37a06d9f commit: e2693d22643e83e6d6c720e92b00e9b27a49d32d Author: Andreas Sturmlechner gentoo org> AuthorDate: Sun Nov 17 20:02:16 2024 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sun Nov 17 20:04:03 2024 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=e2693d22 kde-plasma/libksysguard: Add new RDEPEND "New" dep in 6.2 stable branch pending inquiry in MR: https://invent.kde.org/plasma/libksysguard/-/merge_requests/379 Upstream commits: 69c7ad2122b1c5dd6fcc3edaa8be4ec597bdfda5 (master) 6e164d04743823fca6392ed9cce9e75acd537a0c (Plasma/6.2) Signed-off-by: Andreas Sturmlechner gentoo.org> kde-plasma/libksysguard/libksysguard-6.2.49.9999.ebuild | 6 ++++-- kde-plasma/libksysguard/libksysguard-9999.ebuild | 6 ++++-- 2 files changed, 8 insertions(+), 4 deletions(-) diff --git a/kde-plasma/libksysguard/libksysguard-6.2.49.9999.ebuild b/kde-plasma/libksysguard/libksysguard-6.2.49.9999.ebuild index 50f2a264aa..dfde9cb470 100644 --- a/kde-plasma/libksysguard/libksysguard-6.2.49.9999.ebuild +++ b/kde-plasma/libksysguard/libksysguard-6.2.49.9999.ebuild @@ -15,7 +15,7 @@ SLOT="6/9" KEYWORDS="" IUSE="" -RDEPEND=" +DEPEND=" dev-libs/libnl:3 >=dev-qt/qtbase-${QTMIN}:6[dbus,gui,network,widgets] >=dev-qt/qtdeclarative-${QTMIN}:6 @@ -31,7 +31,9 @@ RDEPEND=" sys-apps/lm-sensors:= sys-libs/zlib " -DEPEND="${RDEPEND}" +RDEPEND="${DEPEND} + >=dev-qt/qt5compat-${QTMIN}:6[qml] +" # -m 0755 to avoid suid with USE="-filecaps" FILECAPS=( -m 0755 cap_sys_nice=ep usr/libexec/ksysguard/ksgrd_network_helper ) diff --git a/kde-plasma/libksysguard/libksysguard-9999.ebuild b/kde-plasma/libksysguard/libksysguard-9999.ebuild index af7014f767..43f5295795 100644 --- a/kde-plasma/libksysguard/libksysguard-9999.ebuild +++ b/kde-plasma/libksysguard/libksysguard-9999.ebuild @@ -15,7 +15,7 @@ SLOT="6/9" KEYWORDS="" IUSE="" -RDEPEND=" +DEPEND=" dev-libs/libnl:3 >=dev-qt/qtbase-${QTMIN}:6[dbus,gui,network,widgets] >=dev-qt/qtdeclarative-${QTMIN}:6 @@ -31,7 +31,9 @@ RDEPEND=" sys-apps/lm-sensors:= sys-libs/zlib " -DEPEND="${RDEPEND}" +RDEPEND="${DEPEND} + >=dev-qt/qt5compat-${QTMIN}:6[qml] +" # -m 0755 to avoid suid with USE="-filecaps" FILECAPS=( -m 0755 cap_sys_nice=ep usr/libexec/ksysguard/ksgrd_network_helper )