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 AFFD4158043 for ; Sat, 16 Mar 2024 10:37:23 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 85A21E29FA; Sat, 16 Mar 2024 10:37:22 +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 6FA2FE29FA for ; Sat, 16 Mar 2024 10:37:22 +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 9518533BE12 for ; Sat, 16 Mar 2024 10:37:21 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id DBBF7151C for ; Sat, 16 Mar 2024 10:37:18 +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: <1710585419.177a812fa61e67aa7982325033c415e7db3a8cc5.asturm@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: kde-plasma/plasma-integration/ X-VCS-Repository: proj/kde X-VCS-Files: kde-plasma/plasma-integration/plasma-integration-6.0.49.9999.ebuild kde-plasma/plasma-integration/plasma-integration-9999.ebuild X-VCS-Directories: kde-plasma/plasma-integration/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 177a812fa61e67aa7982325033c415e7db3a8cc5 X-VCS-Branch: master Date: Sat, 16 Mar 2024 10:37:18 +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: c4aa23fb-f0b6-4be7-8243-4c8877c0eda1 X-Archives-Hash: 6d9cfbd82e19a7f2259603da88983daa commit: 177a812fa61e67aa7982325033c415e7db3a8cc5 Author: Andreas Sturmlechner gentoo org> AuthorDate: Sat Mar 16 10:16:58 2024 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sat Mar 16 10:36:59 2024 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=177a812f kde-plasma/plasma-integration: Add slot op comment Signed-off-by: Andreas Sturmlechner gentoo.org> kde-plasma/plasma-integration/plasma-integration-6.0.49.9999.ebuild | 1 + kde-plasma/plasma-integration/plasma-integration-9999.ebuild | 1 + 2 files changed, 2 insertions(+) diff --git a/kde-plasma/plasma-integration/plasma-integration-6.0.49.9999.ebuild b/kde-plasma/plasma-integration/plasma-integration-6.0.49.9999.ebuild index db86c8309f..6a98dcac0c 100644 --- a/kde-plasma/plasma-integration/plasma-integration-6.0.49.9999.ebuild +++ b/kde-plasma/plasma-integration/plasma-integration-6.0.49.9999.ebuild @@ -20,6 +20,7 @@ IUSE="qt5" # requires running kde environment RESTRICT="test" +# slot ops: qdbus*_p.h and Qt6::GuiPrivate for qtx11extras_p.h COMMON_DEPEND=" dev-libs/wayland >=dev-qt/qtbase-${QTMIN}:6=[dbus,gui,widgets] diff --git a/kde-plasma/plasma-integration/plasma-integration-9999.ebuild b/kde-plasma/plasma-integration/plasma-integration-9999.ebuild index f72dd11774..eba89ee9d4 100644 --- a/kde-plasma/plasma-integration/plasma-integration-9999.ebuild +++ b/kde-plasma/plasma-integration/plasma-integration-9999.ebuild @@ -20,6 +20,7 @@ IUSE="qt5" # requires running kde environment RESTRICT="test" +# slot ops: qdbus*_p.h and Qt6::GuiPrivate for qtx11extras_p.h COMMON_DEPEND=" dev-libs/wayland >=dev-qt/qtbase-${QTMIN}:6=[dbus,gui,widgets]