commit:     91d85792928a03279488837936da49a6cc44d682
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sun Aug  8 08:54:42 2021 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun Aug  8 09:54:22 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=91d85792

games-emulation/dolphin: Remove USE=lto

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 games-emulation/dolphin/dolphin-5.0_p20210506-r1.ebuild | 5 +++--
 games-emulation/dolphin/dolphin-9999.ebuild             | 5 +++--
 2 files changed, 6 insertions(+), 4 deletions(-)

diff --git a/games-emulation/dolphin/dolphin-5.0_p20210506-r1.ebuild 
b/games-emulation/dolphin/dolphin-5.0_p20210506-r1.ebuild
index 009f64178fa..197f1a4d086 100644
--- a/games-emulation/dolphin/dolphin-5.0_p20210506-r1.ebuild
+++ b/games-emulation/dolphin/dolphin-5.0_p20210506-r1.ebuild
@@ -23,7 +23,7 @@ HOMEPAGE="https://www.dolphin-emu.org/";
 
 LICENSE="GPL-2"
 SLOT="0"
-IUSE="alsa bluetooth discord-presence doc +evdev ffmpeg log lto
+IUSE="alsa bluetooth discord-presence doc +evdev ffmpeg log
        profile pulseaudio +qt5 systemd upnp vulkan"
 
 RDEPEND="
@@ -141,7 +141,8 @@ src_configure() {
                -DENABLE_EVDEV=$(usex evdev)
                -DENCODE_FRAMEDUMPS=$(usex ffmpeg)
                -DENABLE_LLVM=OFF
-               -DENABLE_LTO=$(usex lto)
+               # just adds -flto, user can do that via flags
+               -DENABLE_LTO=OFF
                -DENABLE_PULSEAUDIO=$(usex pulseaudio)
                -DENABLE_QT=$(usex qt5)
                -DENABLE_SDL=OFF # not supported: #666558

diff --git a/games-emulation/dolphin/dolphin-9999.ebuild 
b/games-emulation/dolphin/dolphin-9999.ebuild
index 28cc6679d93..07bcced944c 100644
--- a/games-emulation/dolphin/dolphin-9999.ebuild
+++ b/games-emulation/dolphin/dolphin-9999.ebuild
@@ -24,7 +24,7 @@ HOMEPAGE="https://www.dolphin-emu.org/";
 
 LICENSE="GPL-2"
 SLOT="0"
-IUSE="alsa bluetooth discord-presence doc +evdev ffmpeg log lto mgba
+IUSE="alsa bluetooth discord-presence doc +evdev ffmpeg log mgba
        profile pulseaudio +qt5 systemd upnp vulkan"
 
 RDEPEND="
@@ -143,7 +143,8 @@ src_configure() {
                -DENABLE_EVDEV=$(usex evdev)
                -DENCODE_FRAMEDUMPS=$(usex ffmpeg)
                -DENABLE_LLVM=OFF
-               -DENABLE_LTO=$(usex lto)
+               # just adds -flto, user can do that via flags
+               -DENABLE_LTO=OFF
                -DUSE_MGBA=$(usex mgba)
                -DENABLE_PULSEAUDIO=$(usex pulseaudio)
                -DENABLE_QT=$(usex qt5)

Reply via email to