commit:     e5d0bdbb7b11186afcc616967a8dc57369dd9555
Author:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
AuthorDate: Fri May 15 23:06:49 2020 +0000
Commit:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
CommitDate: Fri May 15 23:12:14 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e5d0bdbb

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 <slyfox <AT> gentoo.org>

 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 30c89c3c2a9..9645554b04f 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

Reply via email to