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 DD77A158074 for ; Mon, 30 Jun 2025 16:49:31 +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 C84963410E5 for ; Mon, 30 Jun 2025 16:49:31 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id 14502110562; Mon, 30 Jun 2025 16:49:19 +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 087E311055F for ; Mon, 30 Jun 2025 16:49:19 +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 B81C43410BF for ; Mon, 30 Jun 2025 16:49:18 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C1A6E2C89 for ; Mon, 30 Jun 2025 16:49:15 +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: <1751302100.a99ae36883c7e10896c77fbd61ba0d9558c55b6f.asturm@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: kde-plasma/kwin-x11/ X-VCS-Repository: proj/kde X-VCS-Files: kde-plasma/kwin-x11/kwin-x11-6.4.49.9999.ebuild kde-plasma/kwin-x11/kwin-x11-9999.ebuild X-VCS-Directories: kde-plasma/kwin-x11/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: a99ae36883c7e10896c77fbd61ba0d9558c55b6f X-VCS-Branch: master Date: Mon, 30 Jun 2025 16:49:15 +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: 05d69b86-9d18-41f8-85d9-d7dd8fea8868 X-Archives-Hash: 644ef3d716356bce6931713fdc29e37b commit: a99ae36883c7e10896c77fbd61ba0d9558c55b6f Author: Andreas Sturmlechner gentoo org> AuthorDate: Tue Jun 17 21:17:15 2025 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Mon Jun 30 16:48:20 2025 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=a99ae368 kde-plasma/kwin-x11: BDEPEND=dev-qt/qtwayland -> qtbase[wayland] In Qt 6.10, most of qtwayland moved into qtbase, leaving a "qtwayland-toolbox" package mostly containing the compositor. Signed-off-by: Andreas Sturmlechner gentoo.org> kde-plasma/kwin-x11/kwin-x11-6.4.49.9999.ebuild | 2 +- kde-plasma/kwin-x11/kwin-x11-9999.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/kde-plasma/kwin-x11/kwin-x11-6.4.49.9999.ebuild b/kde-plasma/kwin-x11/kwin-x11-6.4.49.9999.ebuild index bcdb569d85..95fef82fa7 100644 --- a/kde-plasma/kwin-x11/kwin-x11-6.4.49.9999.ebuild +++ b/kde-plasma/kwin-x11/kwin-x11-6.4.49.9999.ebuild @@ -93,7 +93,7 @@ DEPEND="${COMMON_DEPEND} test? ( >=kde-plasma/kwayland-${KDE_CATV}:6 ) " BDEPEND=" - >=dev-qt/qtwayland-${QTMIN}:6 + >=dev-qt/qtbase-${QTMIN}:6[wayland] dev-util/wayland-scanner >=kde-frameworks/kcmutils-${KFMIN}:6 " diff --git a/kde-plasma/kwin-x11/kwin-x11-9999.ebuild b/kde-plasma/kwin-x11/kwin-x11-9999.ebuild index 077095f18e..3a428962f3 100644 --- a/kde-plasma/kwin-x11/kwin-x11-9999.ebuild +++ b/kde-plasma/kwin-x11/kwin-x11-9999.ebuild @@ -93,7 +93,7 @@ DEPEND="${COMMON_DEPEND} test? ( >=kde-plasma/kwayland-${KDE_CATV}:6 ) " BDEPEND=" - >=dev-qt/qtwayland-${QTMIN}:6 + >=dev-qt/qtbase-${QTMIN}:6[wayland] dev-util/wayland-scanner >=kde-frameworks/kcmutils-${KFMIN}:6 "