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 C604E1382C5 for ; Sat, 10 Apr 2021 06:31:40 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D5CD3E08FC; Sat, 10 Apr 2021 06:31:39 +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 BF206E08FC for ; Sat, 10 Apr 2021 06:31:39 +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 43361340AEC for ; Sat, 10 Apr 2021 06:31:38 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C09BE648 for ; Sat, 10 Apr 2021 06:31:36 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1618036268.cc5aa6461b78b315a8b9598d534e87ffbf1b9b06.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: games-fps/serious-sam-tse/ X-VCS-Repository: repo/gentoo X-VCS-Files: games-fps/serious-sam-tse/serious-sam-tse-1_beta1-r1.ebuild X-VCS-Directories: games-fps/serious-sam-tse/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: cc5aa6461b78b315a8b9598d534e87ffbf1b9b06 X-VCS-Branch: master Date: Sat, 10 Apr 2021 06:31:36 +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: 7fb65025-68cf-4d4c-b83a-8de0d3aaf152 X-Archives-Hash: 42ce7126e105bff9989ad6fe9ff49730 commit: cc5aa6461b78b315a8b9598d534e87ffbf1b9b06 Author: Sam James gentoo org> AuthorDate: Sat Apr 10 06:25:34 2021 +0000 Commit: Sam James gentoo org> CommitDate: Sat Apr 10 06:31:08 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cc5aa646 games-fps/serious-sam-tse: fix src_prepare Don't shout! I don't own this game, so testing only got as far as pkg_nofetch, unfortunately. Luckily, changes were only to do with EAPI + games.eclass, so *should* be okay. Signed-off-by: Sam James gentoo.org> games-fps/serious-sam-tse/serious-sam-tse-1_beta1-r1.ebuild | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/games-fps/serious-sam-tse/serious-sam-tse-1_beta1-r1.ebuild b/games-fps/serious-sam-tse/serious-sam-tse-1_beta1-r1.ebuild index 0a0dc429f25..cec0725099f 100644 --- a/games-fps/serious-sam-tse/serious-sam-tse-1_beta1-r1.ebuild +++ b/games-fps/serious-sam-tse/serious-sam-tse-1_beta1-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -64,6 +64,8 @@ src_unpack() { } src_prepare() { + default + # Switch to dynamic executable - runs at sane speeds on modern hardware sed -i -e 's;exec "./ssam_lnx";exec "./ssam_lnx.dynamic";' bin/${MY_PN} \ || die "dynamic binary update failed"