From 88259ea9f50de11ed1459c41d5f87262c14fb0d7 Mon Sep 17 00:00:00 2001 From: Sergei Trofimovich Date: Fri, 11 Sep 2020 08:52:45 +0100 Subject: games-emulation/dolphin: allow new rangeset depend While at it disable verbose dev cmake warnings. Package-Manager: Portage-3.0.6, Repoman-3.0.1 Signed-off-by: Sergei Trofimovich --- games-emulation/dolphin/dolphin-9999.ebuild | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'games-emulation') diff --git a/games-emulation/dolphin/dolphin-9999.ebuild b/games-emulation/dolphin/dolphin-9999.ebuild index 56655d4613a0..09ecec7709c5 100644 --- a/games-emulation/dolphin/dolphin-9999.ebuild +++ b/games-emulation/dolphin/dolphin-9999.ebuild @@ -89,6 +89,10 @@ src_prepare() { # no support for for using system library glslang imgui + + # not packaged, tiny header library + rangeset + # FIXME: xxhash can't be found by cmake xxhash # no support for for using system library @@ -152,6 +156,9 @@ src_configure() { # All dolphin's libraries are private # and rely on circular dependency resolution. -DBUILD_SHARED_LIBS=OFF + + # Avoid warning spam around unset variables. + -Wno-dev ) cmake_src_configure -- cgit v1.2.3-65-gdbad