summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergei Trofimovich <slyfox@gentoo.org>2020-05-16 00:06:49 +0100
committerSergei Trofimovich <slyfox@gentoo.org>2020-05-16 00:12:14 +0100
commite5d0bdbb7b11186afcc616967a8dc57369dd9555 (patch)
treef9abfa6a1cceb8fe2f8580b6c1fea51d57e93bd2 /games-emulation
parentwww-client/vivaldi-snapshot: Version 3.1.1916.3_p1 (diff)
downloadgentoo-e5d0bdbb7b11186afcc616967a8dc57369dd9555.tar.gz
gentoo-e5d0bdbb7b11186afcc616967a8dc57369dd9555.tar.bz2
gentoo-e5d0bdbb7b11186afcc616967a8dc57369dd9555.zip
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@gentoo.org>
Diffstat (limited to 'games-emulation')
-rw-r--r--games-emulation/dolphin/dolphin-9999.ebuild2
1 files changed, 2 insertions, 0 deletions
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