From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id F3B871382C5 for ; Fri, 15 May 2020 23:12:27 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2995AE077A; Fri, 15 May 2020 23:12:27 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 130B7E077A for ; Fri, 15 May 2020 23:12:27 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id B37D834EF7F for ; Fri, 15 May 2020 23:12:25 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id AB1A01B3 for ; Fri, 15 May 2020 23:12:23 +0000 (UTC) From: "Sergei Trofimovich" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sergei Trofimovich" Message-ID: <1589584334.e5d0bdbb7b11186afcc616967a8dc57369dd9555.slyfox@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: games-emulation/dolphin/ X-VCS-Repository: repo/gentoo X-VCS-Files: games-emulation/dolphin/dolphin-9999.ebuild X-VCS-Directories: games-emulation/dolphin/ X-VCS-Committer: slyfox X-VCS-Committer-Name: Sergei Trofimovich X-VCS-Revision: e5d0bdbb7b11186afcc616967a8dc57369dd9555 X-VCS-Branch: master Date: Fri, 15 May 2020 23:12:23 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 67eb2ce4-e3b0-476e-8674-4f78facab9af X-Archives-Hash: 3343df815a74228e1d34ef7e7e16aee2 commit: e5d0bdbb7b11186afcc616967a8dc57369dd9555 Author: Sergei Trofimovich gentoo org> AuthorDate: Fri May 15 23:06:49 2020 +0000 Commit: Sergei Trofimovich gentoo 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 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