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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id AD2FF139368 for ; Sun, 8 Aug 2021 09:54:35 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E8AD4E086D; Sun, 8 Aug 2021 09:54:34 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id D169AE086D for ; Sun, 8 Aug 2021 09:54:34 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id C6F3F342DAC for ; Sun, 8 Aug 2021 09:54:33 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id EC1FE86F for ; Sun, 8 Aug 2021 09:54:30 +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: <1628416464.c555dea2868f595dd9262d22a85c0323397406bb.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-5.0_p20210506-r1.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: c555dea2868f595dd9262d22a85c0323397406bb X-VCS-Branch: master Date: Sun, 8 Aug 2021 09:54:30 +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: 74d598b6-1179-473c-9a0b-34828cbbd985 X-Archives-Hash: 5ee2337c50e44b85eb54d4c94e4e7440 commit: c555dea2868f595dd9262d22a85c0323397406bb Author: Michał Górny gentoo org> AuthorDate: Sun Aug 8 08:58:40 2021 +0000 Commit: Michał Górny gentoo org> CommitDate: Sun Aug 8 09:54:24 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c555dea2 games-emulation/dolphin: USE={qt5 → gui} The Qt5 GUI is the only supported GUI in the ebuild, so use the generic flag for it. Signed-off-by: Michał Górny gentoo.org> games-emulation/dolphin/dolphin-5.0_p20210506-r1.ebuild | 12 ++++++------ games-emulation/dolphin/dolphin-9999.ebuild | 12 ++++++------ 2 files changed, 12 insertions(+), 12 deletions(-) diff --git a/games-emulation/dolphin/dolphin-5.0_p20210506-r1.ebuild b/games-emulation/dolphin/dolphin-5.0_p20210506-r1.ebuild index 197f1a4d086..c85cb41f419 100644 --- a/games-emulation/dolphin/dolphin-5.0_p20210506-r1.ebuild +++ b/games-emulation/dolphin/dolphin-5.0_p20210506-r1.ebuild @@ -23,8 +23,8 @@ HOMEPAGE="https://www.dolphin-emu.org/" LICENSE="GPL-2" SLOT="0" -IUSE="alsa bluetooth discord-presence doc +evdev ffmpeg log - profile pulseaudio +qt5 systemd upnp vulkan" +IUSE="alsa bluetooth discord-presence doc +evdev ffmpeg +gui log + profile pulseaudio systemd upnp vulkan" RDEPEND=" dev-libs/hidapi:0= @@ -51,13 +51,13 @@ RDEPEND=" virtual/udev ) ffmpeg? ( media-video/ffmpeg:= ) - profile? ( dev-util/oprofile ) - pulseaudio? ( media-sound/pulseaudio ) - qt5? ( + gui? ( dev-qt/qtcore:5 dev-qt/qtgui:5 dev-qt/qtwidgets:5 ) + profile? ( dev-util/oprofile ) + pulseaudio? ( media-sound/pulseaudio ) systemd? ( sys-apps/systemd:0= ) upnp? ( net-libs/miniupnpc ) " @@ -144,7 +144,7 @@ src_configure() { # just adds -flto, user can do that via flags -DENABLE_LTO=OFF -DENABLE_PULSEAUDIO=$(usex pulseaudio) - -DENABLE_QT=$(usex qt5) + -DENABLE_QT=$(usex gui) -DENABLE_SDL=OFF # not supported: #666558 -DENABLE_VULKAN=$(usex vulkan) -DFASTLOG=$(usex log) diff --git a/games-emulation/dolphin/dolphin-9999.ebuild b/games-emulation/dolphin/dolphin-9999.ebuild index 07bcced944c..7842f809ac1 100644 --- a/games-emulation/dolphin/dolphin-9999.ebuild +++ b/games-emulation/dolphin/dolphin-9999.ebuild @@ -24,8 +24,8 @@ HOMEPAGE="https://www.dolphin-emu.org/" LICENSE="GPL-2" SLOT="0" -IUSE="alsa bluetooth discord-presence doc +evdev ffmpeg log mgba - profile pulseaudio +qt5 systemd upnp vulkan" +IUSE="alsa bluetooth discord-presence doc +evdev ffmpeg +gui log mgba + profile pulseaudio systemd upnp vulkan" RDEPEND=" dev-libs/hidapi:0= @@ -52,13 +52,13 @@ RDEPEND=" virtual/udev ) ffmpeg? ( media-video/ffmpeg:= ) - profile? ( dev-util/oprofile ) - pulseaudio? ( media-sound/pulseaudio ) - qt5? ( + gui? ( dev-qt/qtcore:5 dev-qt/qtgui:5 dev-qt/qtwidgets:5 ) + profile? ( dev-util/oprofile ) + pulseaudio? ( media-sound/pulseaudio ) systemd? ( sys-apps/systemd:0= ) upnp? ( net-libs/miniupnpc ) " @@ -147,7 +147,7 @@ src_configure() { -DENABLE_LTO=OFF -DUSE_MGBA=$(usex mgba) -DENABLE_PULSEAUDIO=$(usex pulseaudio) - -DENABLE_QT=$(usex qt5) + -DENABLE_QT=$(usex gui) -DENABLE_SDL=OFF # not supported: #666558 -DENABLE_VULKAN=$(usex vulkan) -DFASTLOG=$(usex log)