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 8E75113835A for ; Sat, 10 Apr 2021 06:31:41 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E4A90E0908; Sat, 10 Apr 2021 06:31:40 +0000 (UTC) Received: from smtp.gentoo.org (mail.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 CFB15E0907 for ; Sat, 10 Apr 2021 06:31:40 +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 04DCD335D06 for ; Sat, 10 Apr 2021 06:31:40 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E882A64A 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: <1618036270.a6445d686f642c566a6425910b3a6a508d92aaa1.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: games-misc/papers-please/ X-VCS-Repository: repo/gentoo X-VCS-Files: games-misc/papers-please/papers-please-1.1.65.ebuild X-VCS-Directories: games-misc/papers-please/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: a6445d686f642c566a6425910b3a6a508d92aaa1 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: 909b5d97-53ba-4599-a14c-025b02081bc7 X-Archives-Hash: 977c9fa20cabab16a04f330e9b69450e commit: a6445d686f642c566a6425910b3a6a508d92aaa1 Author: Sam James gentoo org> AuthorDate: Sat Apr 10 06:26:21 2021 +0000 Commit: Sam James gentoo org> CommitDate: Sat Apr 10 06:31:10 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a6445d68 games-misc/papers-please: 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-misc/papers-please/papers-please-1.1.65.ebuild | 2 ++ 1 file changed, 2 insertions(+) diff --git a/games-misc/papers-please/papers-please-1.1.65.ebuild b/games-misc/papers-please/papers-please-1.1.65.ebuild index 59cdcab89c9..ec28d2a4a6d 100644 --- a/games-misc/papers-please/papers-please-1.1.65.ebuild +++ b/games-misc/papers-please/papers-please-1.1.65.ebuild @@ -48,6 +48,8 @@ pkg_nofetch() { } src_prepare() { + default + rm -v launch.sh LICENSE || die mv README "${T}"/README || die }