games-emulation/dolphin: OProfile dropped upstream

Upstream commit: 713dfb41dfa240a847cd9d07996bd25a38259d0c

Signed-off-by: Alfred Wingate <parona@protonmail.com>
Part-of: https://github.com/gentoo/gentoo/pull/44583
Closes: https://github.com/gentoo/gentoo/pull/44583
Signed-off-by: Michał Górny <mgorny@gentoo.org>
This commit is contained in:
Alfred Wingate 2025-11-10 20:29:22 +02:00 committed by Michał Górny
parent 219f77ecb8
commit 0e5866bf1b
No known key found for this signature in database
GPG Key ID: 8E32347AF4055AE8

View File

@ -66,7 +66,7 @@ LICENSE="GPL-2+ BSD BSD-2 LGPL-2.1+ MIT ZLIB"
SLOT="0"
IUSE="
alsa bluetooth discord-presence doc egl +evdev ffmpeg +gui llvm log mgba
profile pulseaudio sdl systemd telemetry test upnp vulkan
pulseaudio sdl systemd telemetry test upnp vulkan
"
REQUIRED_USE="
mgba? ( gui )
@ -110,7 +110,6 @@ RDEPEND="
dev-qt/qtsvg:6
)
llvm? ( $(llvm_gen_dep 'llvm-core/llvm:${LLVM_SLOT}=') )
profile? ( dev-util/oprofile )
pulseaudio? ( media-libs/libpulse )
sdl? ( >=media-libs/libsdl3-3.2.20 )
systemd? ( sys-apps/systemd:0= )
@ -230,7 +229,6 @@ src_configure() {
-DENABLE_VULKAN=$(usex vulkan)
-DENCODE_FRAMEDUMPS=$(usex ffmpeg)
-DFASTLOG=$(usex log)
-DOPROFILING=$(usex profile)
-DUSE_DISCORD_PRESENCE=$(usex discord-presence)
-DUSE_MGBA=$(usex mgba)
-DUSE_RETRO_ACHIEVEMENTS=OFF