From e5d0bdbb7b11186afcc616967a8dc57369dd9555 Mon Sep 17 00:00:00 2001 From: Sergei Trofimovich Date: Sat, 16 May 2020 00:06:49 +0100 Subject: [PATCH] games-emulation/dolphin: allow bundled zstd dolphin lacks zstd discovery code. Let's use bundled code for now. Reported-by: Michael Cook Closes: https://bugs.gentoo.org/723276 Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: Sergei Trofimovich --- games-emulation/dolphin/dolphin-9999.ebuild | 2 ++ 1 file changed, 2 insertions(+) diff --git a/games-emulation/dolphin/dolphin-9999.ebuild b/games-emulation/dolphin/dolphin-9999.ebuild index 30c89c3c2a9a..9645554b04fb 100644 --- a/games-emulation/dolphin/dolphin-9999.ebuild +++ b/games-emulation/dolphin/dolphin-9999.ebuild @@ -96,6 +96,8 @@ src_prepare() { # gentoo's version requires exception support. # dolphin disables exceptions and fails the build. picojson + # No code to detect shared library. + zstd ) local s for s in "${KEEP_SOURCES[@]}"; do -- 2.26.2