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 7555C1382C5 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 C86AEE0900; Sat, 10 Apr 2021 06:31:40 +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 B249AE0900 for ; Sat, 10 Apr 2021 06:31:40 +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 DBEB5335D00 for ; Sat, 10 Apr 2021 06:31:39 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D45D9649 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: <1618036269.977305ee805d811b7ffd31470a60478544f95426.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: games-misc/little-inferno/ X-VCS-Repository: repo/gentoo X-VCS-Files: games-misc/little-inferno/little-inferno-20130509-r1.ebuild X-VCS-Directories: games-misc/little-inferno/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 977305ee805d811b7ffd31470a60478544f95426 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: 068f4d60-df3a-4f83-9d3e-535f93c0b2a4 X-Archives-Hash: 55c86448de95e20fcb98eab279138cd2 commit: 977305ee805d811b7ffd31470a60478544f95426 Author: Sam James gentoo org> AuthorDate: Sat Apr 10 06:25:53 2021 +0000 Commit: Sam James gentoo org> CommitDate: Sat Apr 10 06:31:09 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=977305ee games-misc/little-inferno: 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/little-inferno/little-inferno-20130509-r1.ebuild | 2 ++ 1 file changed, 2 insertions(+) diff --git a/games-misc/little-inferno/little-inferno-20130509-r1.ebuild b/games-misc/little-inferno/little-inferno-20130509-r1.ebuild index e85ac2cbf70..91d4eb7d18e 100644 --- a/games-misc/little-inferno/little-inferno-20130509-r1.ebuild +++ b/games-misc/little-inferno/little-inferno-20130509-r1.ebuild @@ -46,6 +46,8 @@ src_unpack() { } src_prepare() { + default + if ! use bundled-libs ; then rm -rv lib || die fi