games-emulation/dolphin: allow bundled zstd
authorSergei Trofimovich <slyfox@gentoo.org>
Fri, 15 May 2020 23:06:49 +0000 (00:06 +0100)
committerSergei Trofimovich <slyfox@gentoo.org>
Fri, 15 May 2020 23:12:14 +0000 (00:12 +0100)
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 <slyfox@gentoo.org>
games-emulation/dolphin/dolphin-9999.ebuild

index 30c89c3c2a9a64cc4530bf75c62f7911ac94e75f..9645554b04fb9aa72d07dc8ba8a26d884eae315a 100644 (file)
@@ -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