commit:     bbe20b134ea67338b903f603b3c6c447bb13fc6b
Author:     Ionen Wolkens <ionen <AT> gentoo <DOT> org>
AuthorDate: Sat Aug  7 02:30:26 2021 +0000
Commit:     Ionen Wolkens <ionen <AT> gentoo <DOT> 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 <ionen <AT> 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"

Reply via email to