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 715C71382C5 for ; Wed, 28 Apr 2021 23:11:33 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id ADE32E0878; Wed, 28 Apr 2021 23:11:32 +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 90784E0878 for ; Wed, 28 Apr 2021 23:11:32 +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 17D88340F34 for ; Wed, 28 Apr 2021 23:11:31 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4210B59C for ; Wed, 28 Apr 2021 23:11:29 +0000 (UTC) From: "Samuel Bauer" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Samuel Bauer" Message-ID: <1619651441.c358abf1322aedda07fe6a834f83a3c0a06806e3.samuel.bauer@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: games-emulation/yuzu/ X-VCS-Repository: repo/proj/guru X-VCS-Files: games-emulation/yuzu/yuzu-9999.ebuild X-VCS-Directories: games-emulation/yuzu/ X-VCS-Committer: samuel.bauer X-VCS-Committer-Name: Samuel Bauer X-VCS-Revision: c358abf1322aedda07fe6a834f83a3c0a06806e3 X-VCS-Branch: dev Date: Wed, 28 Apr 2021 23:11:29 +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: 0bce42d7-76d4-4d68-a597-fb76a72aedad X-Archives-Hash: 0ca81e96b2db4f8245a6ca2daddda259 commit: c358abf1322aedda07fe6a834f83a3c0a06806e3 Author: Samuel Bauer yahoo fr> AuthorDate: Wed Apr 28 23:10:41 2021 +0000 Commit: Samuel Bauer yahoo fr> CommitDate: Wed Apr 28 23:10:41 2021 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=c358abf1 games-emulation/yuzu: drop compatibility list support Signed-off-by: Samuel Bauer yahoo.fr> games-emulation/yuzu/yuzu-9999.ebuild | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/games-emulation/yuzu/yuzu-9999.ebuild b/games-emulation/yuzu/yuzu-9999.ebuild index 434007ef8..ff94baa92 100644 --- a/games-emulation/yuzu/yuzu-9999.ebuild +++ b/games-emulation/yuzu/yuzu-9999.ebuild @@ -58,12 +58,8 @@ pkg_setup() { fi } -src_unpack() { - git-r3_src_unpack - - # Do not fetch via sources because this file always changes - curl https://api.yuzu-emu.org/gamedb/ > "${S}"/compatibility_list.json -} +# May fetch this file from src_unpack to provide compatibility list support +# curl https://api.yuzu-emu.org/gamedb/ > "${S}"/compatibility_list.json src_prepare() { # Set yuzu dev flags