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 A8D871584F2 for ; Thu, 13 Mar 2025 19:00:57 +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 server-signature RSA-PSS (4096 bits)) (No client certificate requested) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id 92E813431EC for ; Thu, 13 Mar 2025 19:00:57 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id 6EF59110479; Thu, 13 Mar 2025 19:00:28 +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 bobolink.gentoo.org (Postfix) with ESMTPS id 62DAB110475 for ; Thu, 13 Mar 2025 19:00: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 117E33431CB for ; Thu, 13 Mar 2025 19:00:28 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 41ABC28E8 for ; Thu, 13 Mar 2025 19:00:24 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1741892413.b1e8736fc5823008c549db5dd0e9a8e90baa3386.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: games-emulation/dolphin/ X-VCS-Repository: repo/gentoo X-VCS-Files: games-emulation/dolphin/dolphin-2407-r1.ebuild games-emulation/dolphin/dolphin-2412-r1.ebuild games-emulation/dolphin/dolphin-2503.ebuild games-emulation/dolphin/dolphin-9999.ebuild X-VCS-Directories: games-emulation/dolphin/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: b1e8736fc5823008c549db5dd0e9a8e90baa3386 X-VCS-Branch: master Date: Thu, 13 Mar 2025 19:00:24 +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: ada71d3e-e5d5-4f24-9fc2-e3f52fa69b95 X-Archives-Hash: 878d885d3d7c8e9e4e8a4ac2e07d42c1 commit: b1e8736fc5823008c549db5dd0e9a8e90baa3386 Author: Thibaud CANALE thican net> AuthorDate: Thu Mar 13 16:54:09 2025 +0000 Commit: Michał Górny gentoo org> CommitDate: Thu Mar 13 19:00:13 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b1e8736f games-emulation/dolphin: add missing X USE flag for dev-qt/qtbase As noticed in commit in upstream[0], Wayland is not fully supported yet, it requires XCB so it needs `dev-qt/qtbase[X,…]`. 0: https://github.com/dolphin-emu/dolphin/commit/a3b06b0572d7a16d8ede9c849e9f549a283123df Closes: https://bugs.gentoo.org/951303 Signed-off-by: Thibaud CANALE thican.net> Closes: https://github.com/gentoo/gentoo/pull/41063 Signed-off-by: Michał Górny gentoo.org> games-emulation/dolphin/dolphin-2407-r1.ebuild | 2 +- games-emulation/dolphin/dolphin-2412-r1.ebuild | 2 +- games-emulation/dolphin/dolphin-2503.ebuild | 2 +- games-emulation/dolphin/dolphin-9999.ebuild | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/games-emulation/dolphin/dolphin-2407-r1.ebuild b/games-emulation/dolphin/dolphin-2407-r1.ebuild index 4f55d270f184..e77aefc415c6 100644 --- a/games-emulation/dolphin/dolphin-2407-r1.ebuild +++ b/games-emulation/dolphin/dolphin-2407-r1.ebuild @@ -96,7 +96,7 @@ RDEPEND=" ) ffmpeg? ( media-video/ffmpeg:= ) gui? ( - dev-qt/qtbase:6[gui,widgets] + dev-qt/qtbase:6[X,gui,widgets] dev-qt/qtsvg:6 ) llvm? ( $(llvm_gen_dep 'llvm-core/llvm:${LLVM_SLOT}=') ) diff --git a/games-emulation/dolphin/dolphin-2412-r1.ebuild b/games-emulation/dolphin/dolphin-2412-r1.ebuild index c93526544485..cc1a5417142e 100644 --- a/games-emulation/dolphin/dolphin-2412-r1.ebuild +++ b/games-emulation/dolphin/dolphin-2412-r1.ebuild @@ -95,7 +95,7 @@ RDEPEND=" ) ffmpeg? ( media-video/ffmpeg:= ) gui? ( - dev-qt/qtbase:6[gui,widgets] + dev-qt/qtbase:6[X,gui,widgets] dev-qt/qtsvg:6 ) llvm? ( $(llvm_gen_dep 'llvm-core/llvm:${LLVM_SLOT}=') ) diff --git a/games-emulation/dolphin/dolphin-2503.ebuild b/games-emulation/dolphin/dolphin-2503.ebuild index c1a08ea5606a..d64f183556a0 100644 --- a/games-emulation/dolphin/dolphin-2503.ebuild +++ b/games-emulation/dolphin/dolphin-2503.ebuild @@ -95,7 +95,7 @@ RDEPEND=" ) ffmpeg? ( media-video/ffmpeg:= ) gui? ( - dev-qt/qtbase:6[gui,widgets] + dev-qt/qtbase:6[X,gui,widgets] dev-qt/qtsvg:6 ) llvm? ( $(llvm_gen_dep 'llvm-core/llvm:${LLVM_SLOT}=') ) diff --git a/games-emulation/dolphin/dolphin-9999.ebuild b/games-emulation/dolphin/dolphin-9999.ebuild index b18e0c26a48b..3d7d75c458fa 100644 --- a/games-emulation/dolphin/dolphin-9999.ebuild +++ b/games-emulation/dolphin/dolphin-9999.ebuild @@ -95,7 +95,7 @@ RDEPEND=" ) ffmpeg? ( media-video/ffmpeg:= ) gui? ( - dev-qt/qtbase:6[gui,widgets] + dev-qt/qtbase:6[X,gui,widgets] dev-qt/qtsvg:6 ) llvm? ( $(llvm_gen_dep 'llvm-core/llvm:${LLVM_SLOT}=') )