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 BE12E158043 for ; Thu, 14 Mar 2024 07:14:29 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0F390E2A02; Thu, 14 Mar 2024 07:14:29 +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 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id E328BE2A02 for ; Thu, 14 Mar 2024 07:14:28 +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 03F4333BDFF for ; Thu, 14 Mar 2024 07:14:28 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9C7D79B6 for ; Thu, 14 Mar 2024 07:14:26 +0000 (UTC) From: "Ionen Wolkens" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ionen Wolkens" Message-ID: <1710400450.d327a329816561ce099b8a6664236e874df71a9e.ionen@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-qt/qtwayland/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-qt/qtwayland/qtwayland-6.6.2-r1.ebuild dev-qt/qtwayland/qtwayland-6.6.2.ebuild dev-qt/qtwayland/qtwayland-6.7.0_rc-r1.ebuild dev-qt/qtwayland/qtwayland-6.7.0_rc.ebuild X-VCS-Directories: dev-qt/qtwayland/ X-VCS-Committer: ionen X-VCS-Committer-Name: Ionen Wolkens X-VCS-Revision: d327a329816561ce099b8a6664236e874df71a9e X-VCS-Branch: master Date: Thu, 14 Mar 2024 07:14:26 +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: 31a027ec-37cb-49db-ab40-8285b73a7fb9 X-Archives-Hash: ba63566a1909abba1bc4315f292e32fc commit: d327a329816561ce099b8a6664236e874df71a9e Author: Ionen Wolkens gentoo org> AuthorDate: Thu Mar 14 07:09:49 2024 +0000 Commit: Ionen Wolkens gentoo org> CommitDate: Thu Mar 14 07:14:10 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d327a329 dev-qt/qtwayland: do qtbase:6[accessibility=] matching now Backported from live ebuilds, albeit still skipping it for qtwebengine given few users should be affected and there should be the 6.6.3 release in bit over a week (not worth a rebuild now). Mostly a side effect of kwin-6 (formerly) requiring it so users enabled it only for it and then disable after it no longer is. Typical accessibility users likely leave it enabled globally. Closes: https://bugs.gentoo.org/926992 Signed-off-by: Ionen Wolkens gentoo.org> .../qtwayland/{qtwayland-6.6.2.ebuild => qtwayland-6.6.2-r1.ebuild} | 4 ++-- .../{qtwayland-6.7.0_rc.ebuild => qtwayland-6.7.0_rc-r1.ebuild} | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/dev-qt/qtwayland/qtwayland-6.6.2.ebuild b/dev-qt/qtwayland/qtwayland-6.6.2-r1.ebuild similarity index 90% rename from dev-qt/qtwayland/qtwayland-6.6.2.ebuild rename to dev-qt/qtwayland/qtwayland-6.6.2-r1.ebuild index 38aa148dcb8b..a9ab86107af3 100644 --- a/dev-qt/qtwayland/qtwayland-6.6.2.ebuild +++ b/dev-qt/qtwayland/qtwayland-6.6.2-r1.ebuild @@ -11,11 +11,11 @@ if [[ ${QT6_BUILD_TYPE} == release ]]; then KEYWORDS="amd64 ~arm ~arm64 ~loong ~ppc ~ppc64 ~riscv ~sparc ~x86" fi -IUSE="compositor qml vulkan" +IUSE="accessibility compositor qml vulkan" RDEPEND=" dev-libs/wayland - ~dev-qt/qtbase-${PV}:6[gui,opengl,vulkan=] + ~dev-qt/qtbase-${PV}:6[accessibility=,gui,opengl,vulkan=] media-libs/libglvnd x11-libs/libxkbcommon compositor? ( diff --git a/dev-qt/qtwayland/qtwayland-6.7.0_rc.ebuild b/dev-qt/qtwayland/qtwayland-6.7.0_rc-r1.ebuild similarity index 89% rename from dev-qt/qtwayland/qtwayland-6.7.0_rc.ebuild rename to dev-qt/qtwayland/qtwayland-6.7.0_rc-r1.ebuild index 005196d57b76..90842e7be4d0 100644 --- a/dev-qt/qtwayland/qtwayland-6.7.0_rc.ebuild +++ b/dev-qt/qtwayland/qtwayland-6.7.0_rc-r1.ebuild @@ -11,11 +11,11 @@ if [[ ${QT6_BUILD_TYPE} == release ]]; then KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc ~ppc64 ~riscv ~sparc ~x86" fi -IUSE="compositor qml vulkan" +IUSE="accessibility compositor qml vulkan" RDEPEND=" dev-libs/wayland - ~dev-qt/qtbase-${PV}:6[gui,opengl,vulkan=,wayland] + ~dev-qt/qtbase-${PV}:6[accessibility=,gui,opengl,vulkan=,wayland] media-libs/libglvnd x11-libs/libxkbcommon compositor? (