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 8776A139368 for ; Sat, 7 Aug 2021 02:36:19 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 18AE6E09AE; Sat, 7 Aug 2021 02:36:18 +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 EF029E09AE for ; Sat, 7 Aug 2021 02:36:17 +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 83CE633BE54 for ; Sat, 7 Aug 2021 02:36:16 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0C791865 for ; Sat, 7 Aug 2021 02:36:15 +0000 (UTC) From: "Ionen Wolkens" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ionen Wolkens" Message-ID: <1628303700.bbe20b134ea67338b903f603b3c6c447bb13fc6b.ionen@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: games-fps/turtlearena/ X-VCS-Repository: repo/gentoo X-VCS-Files: games-fps/turtlearena/turtlearena-0.6.1-r1.ebuild X-VCS-Directories: games-fps/turtlearena/ X-VCS-Committer: ionen X-VCS-Committer-Name: Ionen Wolkens X-VCS-Revision: bbe20b134ea67338b903f603b3c6c447bb13fc6b X-VCS-Branch: master Date: Sat, 7 Aug 2021 02:36:15 +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: 74c5ac41-f150-4b16-a054-0a0efed82b40 X-Archives-Hash: 192d8a6ddacc4ba1ee9b649ad9800398 commit: bbe20b134ea67338b903f603b3c6c447bb13fc6b Author: Ionen Wolkens gentoo org> AuthorDate: Sat Aug 7 02:30:26 2021 +0000 Commit: Ionen Wolkens gentoo org> CommitDate: Sat Aug 7 02:35:00 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bbe20b13 games-fps/turtlearena: fix S technical VariableScope Overlooked that S is not guaranteed to be set in global scope per PMS. Signed-off-by: Ionen Wolkens gentoo.org> games-fps/turtlearena/turtlearena-0.6.1-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/games-fps/turtlearena/turtlearena-0.6.1-r1.ebuild b/games-fps/turtlearena/turtlearena-0.6.1-r1.ebuild index 807e9f38393..98472a1a41e 100644 --- a/games-fps/turtlearena/turtlearena-0.6.1-r1.ebuild +++ b/games-fps/turtlearena/turtlearena-0.6.1-r1.ebuild @@ -10,7 +10,7 @@ HOMEPAGE="https://clover.moe/turtlearena/" SRC_URI=" https://turtlearena.googlecode.com/files/${P}-0-src.tar.bz2 https://turtlearena.googlecode.com/files/${P}-0.zip" -S+="-0-src" +S="${WORKDIR}/${P}-0-src" LICENSE="GPL-2+ CC-BY-SA-3.0 mplus-fonts lcc" SLOT="0"