commit:     19806e85468ddb4c9f5e0ba5d7b261d1e86f2fc6
Author:     Thibaud CANALE <thican <AT> thican <DOT> net>
AuthorDate: Wed Jun  4 19:45:35 2025 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat Jun  7 16:32:28 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=19806e85

games-emulation/dolphin: update live

Signed-off-by: Thibaud CANALE <thican <AT> thican.net>
Part-of: https://github.com/gentoo/gentoo/pull/42449
Closes: https://github.com/gentoo/gentoo/pull/42449
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 games-emulation/dolphin/dolphin-9999.ebuild | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/games-emulation/dolphin/dolphin-9999.ebuild 
b/games-emulation/dolphin/dolphin-9999.ebuild
index dcd62af4ab05..c32a91153892 100644
--- a/games-emulation/dolphin/dolphin-9999.ebuild
+++ b/games-emulation/dolphin/dolphin-9999.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=8
 
-LLVM_COMPAT=( 18 )
+LLVM_COMPAT=( 18 19 )
 LLVM_OPTIONAL=1
 
 inherit cmake llvm-r1 pax-utils xdg-utils
@@ -91,7 +91,7 @@ RDEPEND="
        bluetooth? ( net-wireless/bluez:= )
        evdev? (
                dev-libs/libevdev
-               virtual/udev
+               virtual/libudev
        )
        ffmpeg? ( media-video/ffmpeg:= )
        gui? (
@@ -211,6 +211,7 @@ src_configure() {
                -DENABLE_CUBEB=ON
                -DENABLE_EGL=$(usex egl)
                -DENABLE_EVDEV=$(usex evdev)
+               -DENABLE_HWDB=$(usex evdev)
                -DENABLE_LLVM=$(usex llvm)
                -DENABLE_LTO=OFF # just adds -flto, user can do that via flags
                -DENABLE_NOGUI=$(usex !gui)

Reply via email to