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 AA5C7158074 for ; Mon, 30 Jun 2025 16:49:36 +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 97F47341646 for ; Mon, 30 Jun 2025 16:49:36 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id 3390C110565; 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 2659B110563 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 D5AA33410E3 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 42B032C94 for ; Mon, 30 Jun 2025 16:49:16 +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.5236a84ae7c5a0cf2a610d6c99b4fb3174f27456.asturm@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: kde-plasma/libplasma/ X-VCS-Repository: proj/kde X-VCS-Files: kde-plasma/libplasma/libplasma-6.3.49.9999.ebuild kde-plasma/libplasma/libplasma-6.4.49.9999.ebuild kde-plasma/libplasma/libplasma-9999.ebuild X-VCS-Directories: kde-plasma/libplasma/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 5236a84ae7c5a0cf2a610d6c99b4fb3174f27456 X-VCS-Branch: master Date: Mon, 30 Jun 2025 16:49:16 +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: c6a5217b-2c8b-44b0-9ecb-fba42efee009 X-Archives-Hash: de559d04a2df9919d008166e715a4b2b commit: 5236a84ae7c5a0cf2a610d6c99b4fb3174f27456 Author: Andreas Sturmlechner gentoo org> AuthorDate: Tue Jun 17 21:17:27 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=5236a84a kde-plasma/libplasma: 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/libplasma/libplasma-6.3.49.9999.ebuild | 2 +- kde-plasma/libplasma/libplasma-6.4.49.9999.ebuild | 2 +- kde-plasma/libplasma/libplasma-9999.ebuild | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/kde-plasma/libplasma/libplasma-6.3.49.9999.ebuild b/kde-plasma/libplasma/libplasma-6.3.49.9999.ebuild index 59cc89adbc..fa36ff08d1 100644 --- a/kde-plasma/libplasma/libplasma-6.3.49.9999.ebuild +++ b/kde-plasma/libplasma/libplasma-6.3.49.9999.ebuild @@ -53,7 +53,7 @@ RDEPEND="${COMMON_DEPEND} !${CATEGORY}/${PN}:5[-kf6compat(-)] " BDEPEND=" - >=dev-qt/qtwayland-${QTMIN}:6 + >=dev-qt/qtbase-${QTMIN}:6[wayland] >=dev-util/wayland-scanner-1.19.0 " diff --git a/kde-plasma/libplasma/libplasma-6.4.49.9999.ebuild b/kde-plasma/libplasma/libplasma-6.4.49.9999.ebuild index 3de9ce52d9..7d499419ae 100644 --- a/kde-plasma/libplasma/libplasma-6.4.49.9999.ebuild +++ b/kde-plasma/libplasma/libplasma-6.4.49.9999.ebuild @@ -53,7 +53,7 @@ RDEPEND="${COMMON_DEPEND} !${CATEGORY}/${PN}:5[-kf6compat(-)] " BDEPEND=" - >=dev-qt/qtwayland-${QTMIN}:6 + >=dev-qt/qtbase-${QTMIN}:6[wayland] >=dev-util/wayland-scanner-1.19.0 " diff --git a/kde-plasma/libplasma/libplasma-9999.ebuild b/kde-plasma/libplasma/libplasma-9999.ebuild index 10af42171b..8a79458813 100644 --- a/kde-plasma/libplasma/libplasma-9999.ebuild +++ b/kde-plasma/libplasma/libplasma-9999.ebuild @@ -53,7 +53,7 @@ RDEPEND="${COMMON_DEPEND} !${CATEGORY}/${PN}:5[-kf6compat(-)] " BDEPEND=" - >=dev-qt/qtwayland-${QTMIN}:6 + >=dev-qt/qtbase-${QTMIN}:6[wayland] >=dev-util/wayland-scanner-1.19.0 "