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 F2FA11382C5 for ; Thu, 29 Apr 2021 08:23:36 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4E1B8E088A; Thu, 29 Apr 2021 08:23:36 +0000 (UTC) Received: from smtp.gentoo.org (dev.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 37987E087C for ; Thu, 29 Apr 2021 08:23:36 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 B2B8C3410DA for ; Thu, 29 Apr 2021 08:23:34 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id EEF8675D for ; Thu, 29 Apr 2021 08:23:30 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1619651441.c358abf1322aedda07fe6a834f83a3c0a06806e3.mgorny@gentoo> Subject: [gentoo-commits] repo/proj/guru:master 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: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: c358abf1322aedda07fe6a834f83a3c0a06806e3 X-VCS-Branch: master Date: Thu, 29 Apr 2021 08:23:30 +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: 6f675834-d4ed-4e0d-814f-faad9e247664 X-Archives-Hash: 73a267a9e75b26b98a3b5b5b4fd19f6d commit: c358abf1322aedda07fe6a834f83a3c0a06806e3 Author: Samuel Bauer yahoo fr> AuthorDate: Wed Apr 28 23:10:41 2021 +0000 Commit: Michał Górny gentoo org> 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