diff --git a/games-emulation/yuzu/yuzu-0_p20220725.ebuild b/games-emulation/yuzu/yuzu-0_p20220725.ebuild index 5e5df4fd64..8bc53d5fcc 100644 --- a/games-emulation/yuzu/yuzu-0_p20220725.ebuild +++ b/games-emulation/yuzu/yuzu-0_p20220725.ebuild @@ -50,7 +50,6 @@ DEPEND="${RDEPEND} >=dev-util/vulkan-headers-1.3.216 " BDEPEND=" - >=dev-cpp/catch-2.13:0 >=dev-cpp/nlohmann_json-3.8.0 dev-cpp/robin-map dev-util/glslang @@ -104,6 +103,7 @@ src_configure() { -DENABLE_SDL2=$(usex sdl) -DENABLE_WEB_SERVICE=$(usex webservice) -DUSE_DISCORD_PRESENCE=$(usex discord) + -DYUZU_TESTS=OFF -DYUZU_USE_BUNDLED_OPUS=OFF -DYUZU_USE_EXTERNAL_SDL2=OFF -DYUZU_USE_QT_WEB_ENGINE=$(usex webengine) diff --git a/games-emulation/yuzu/yuzu-9999.ebuild b/games-emulation/yuzu/yuzu-9999.ebuild index 5ec1e05373..953cae7e01 100644 --- a/games-emulation/yuzu/yuzu-9999.ebuild +++ b/games-emulation/yuzu/yuzu-9999.ebuild @@ -16,7 +16,7 @@ LICENSE="|| ( Apache-2.0 GPL-2+ ) 0BSD BSD GPL-2+ ISC MIT !system-vulkan? ( Apache-2.0 )" SLOT="0" KEYWORDS="" -IUSE="+compatibility-list +cubeb discord +qt5 sdl system-vulkan webengine +webservice" +IUSE="+compatibility-list +cubeb discord +qt5 sdl +system-vulkan test webengine +webservice" RDEPEND="