From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (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 86E9D158128 for ; Tue, 17 Jun 2025 18:08:15 +0000 (UTC) Received: from lists.gentoo.org (bobolink.gentoo.org [140.211.166.189]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange x25519) (No client certificate requested) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id 67722341E80 for ; Tue, 17 Jun 2025 18:08:15 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id C71BA110545; Tue, 17 Jun 2025 18:07:38 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange x25519) (No client certificate requested) by bobolink.gentoo.org (Postfix) with ESMTPS id B9B601104D9 for ; Tue, 17 Jun 2025 18:07:38 +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) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 71A69341A90 for ; Tue, 17 Jun 2025 18:07:38 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id DEA592A05 for ; Tue, 17 Jun 2025 18:07:35 +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: <1750183614.d4c5032ddc6c90fe0d3ff5f01b3b4974ac21eef1.asturm@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: kde-plasma/plasma-workspace/ X-VCS-Repository: proj/kde X-VCS-Files: kde-plasma/plasma-workspace/plasma-workspace-6.3.49.9999.ebuild kde-plasma/plasma-workspace/plasma-workspace-6.4.49.9999.ebuild kde-plasma/plasma-workspace/plasma-workspace-9999.ebuild X-VCS-Directories: kde-plasma/plasma-workspace/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: d4c5032ddc6c90fe0d3ff5f01b3b4974ac21eef1 X-VCS-Branch: master Date: Tue, 17 Jun 2025 18:07:35 +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: 934aa080-44dd-43c1-a8b9-4ff65be5049f X-Archives-Hash: 7f9cd80d729445dac801eeac80baa0b1 commit: d4c5032ddc6c90fe0d3ff5f01b3b4974ac21eef1 Author: Andreas Sturmlechner gentoo org> AuthorDate: Tue Jun 17 17:33:16 2025 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Tue Jun 17 18:06:54 2025 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=d4c5032d kde-plasma/plasma-workspace: Add dev-qt/qtwayland[compositor(+)] default Signed-off-by: Andreas Sturmlechner gentoo.org> kde-plasma/plasma-workspace/plasma-workspace-6.3.49.9999.ebuild | 2 +- kde-plasma/plasma-workspace/plasma-workspace-6.4.49.9999.ebuild | 2 +- kde-plasma/plasma-workspace/plasma-workspace-9999.ebuild | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/kde-plasma/plasma-workspace/plasma-workspace-6.3.49.9999.ebuild b/kde-plasma/plasma-workspace/plasma-workspace-6.3.49.9999.ebuild index fe72a6f5f7..5148fd7633 100644 --- a/kde-plasma/plasma-workspace/plasma-workspace-6.3.49.9999.ebuild +++ b/kde-plasma/plasma-workspace/plasma-workspace-6.3.49.9999.ebuild @@ -149,7 +149,7 @@ BDEPEND=" >=dev-util/wayland-scanner-1.19.0 >=kde-frameworks/kcmutils-${KFMIN}:6 virtual/pkgconfig - test? ( >=dev-qt/qtwayland-${QTMIN}:6[compositor] ) + test? ( >=dev-qt/qtwayland-${QTMIN}:6[compositor(+)] ) " PATCHES=( diff --git a/kde-plasma/plasma-workspace/plasma-workspace-6.4.49.9999.ebuild b/kde-plasma/plasma-workspace/plasma-workspace-6.4.49.9999.ebuild index ea95d7ba52..7fddd7977f 100644 --- a/kde-plasma/plasma-workspace/plasma-workspace-6.4.49.9999.ebuild +++ b/kde-plasma/plasma-workspace/plasma-workspace-6.4.49.9999.ebuild @@ -154,7 +154,7 @@ BDEPEND=" >=dev-util/wayland-scanner-1.19.0 >=kde-frameworks/kcmutils-${KFMIN}:6 virtual/pkgconfig - test? ( >=dev-qt/qtwayland-${QTMIN}:6[compositor] ) + test? ( >=dev-qt/qtwayland-${QTMIN}:6[compositor(+)] ) " PATCHES=( diff --git a/kde-plasma/plasma-workspace/plasma-workspace-9999.ebuild b/kde-plasma/plasma-workspace/plasma-workspace-9999.ebuild index ec322c19d0..ac00783cab 100644 --- a/kde-plasma/plasma-workspace/plasma-workspace-9999.ebuild +++ b/kde-plasma/plasma-workspace/plasma-workspace-9999.ebuild @@ -154,7 +154,7 @@ BDEPEND=" >=dev-util/wayland-scanner-1.19.0 >=kde-frameworks/kcmutils-${KFMIN}:6 virtual/pkgconfig - test? ( >=dev-qt/qtwayland-${QTMIN}:6[compositor] ) + test? ( >=dev-qt/qtwayland-${QTMIN}:6[compositor(+)] ) " PATCHES=(