From: Sergei Trofimovich Date: Fri, 15 May 2020 23:06:49 +0000 (+0100) Subject: games-emulation/dolphin: allow bundled zstd X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=e5d0bdbb7b11186afcc616967a8dc57369dd9555;p=gentoo.git 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 --- 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