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 D1D06138334 for ; Sun, 25 Nov 2018 21:45:09 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id F0D48E09E8; Sun, 25 Nov 2018 21:45:08 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 CA284E09E8 for ; Sun, 25 Nov 2018 21:45:08 +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 9D28A335D8F for ; Sun, 25 Nov 2018 21:45:07 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 407AD442 for ; Sun, 25 Nov 2018 21:45:05 +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: <1543182293.2f26b496e55dddef5d8fce650becb4c3db4cc450.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: 2f26b496e55dddef5d8fce650becb4c3db4cc450 X-VCS-Branch: master Date: Sun, 25 Nov 2018 21:45:05 +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-Archives-Salt: af866a71-f64d-4d61-84ae-061b40b5b932 X-Archives-Hash: fc21f795413f0506e68f884bd9842e7c commit: 2f26b496e55dddef5d8fce650becb4c3db4cc450 Author: Sergei Trofimovich gentoo org> AuthorDate: Sun Nov 25 21:41:44 2018 +0000 Commit: Sergei Trofimovich gentoo org> CommitDate: Sun Nov 25 21:44:53 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2f26b496 games-emulation/dolphin: whitelist minizip, bug #671900 Richard reports build failure against live ebuild after https://github.com/dolphin-emu/dolphin/commit/e6b2758ab401975c0bde2b80bec5b05485c25c5a upstream update: CMake Error at CMakeLists.txt:565 (add_subdirectory): add_subdirectory given source "Externals/minizip" which is not an existing directory. Allow using stripped down minizip. Reported-by: Richard Yao Closes: https://bugs.gentoo.org/671900 Package-Manager: Portage-2.3.52, Repoman-2.3.12 Signed-off-by: Sergei Trofimovich gentoo.org> games-emulation/dolphin/dolphin-9999.ebuild | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/games-emulation/dolphin/dolphin-9999.ebuild b/games-emulation/dolphin/dolphin-9999.ebuild index 3294bace82d..61d3d08da2b 100644 --- a/games-emulation/dolphin/dolphin-9999.ebuild +++ b/games-emulation/dolphin/dolphin-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2018 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -79,6 +79,8 @@ src_prepare() { glslang # FIXME: xxhash can't be found by cmake xxhash + # no support for for using system library + minizip # soundtouch uses shorts, not floats soundtouch cubeb