diff options
author | Ionen Wolkens <ionen@gentoo.org> | 2021-08-06 22:22:18 -0400 |
---|---|---|
committer | Ionen Wolkens <ionen@gentoo.org> | 2021-08-06 22:34:59 -0400 |
commit | 3dd5de66b4400f7b37ace36c4cb006b65f20a739 (patch) | |
tree | 74f6d4550e363fb0f41973f3bb95a4bff23fcf0f /games-arcade | |
parent | games-util/xpadneo: fix S technical VariableScope (diff) | |
download | gentoo-3dd5de66b4400f7b37ace36c4cb006b65f20a739.tar.gz gentoo-3dd5de66b4400f7b37ace36c4cb006b65f20a739.tar.bz2 gentoo-3dd5de66b4400f7b37ace36c4cb006b65f20a739.zip |
games-arcade/ceferino: fix S technical VariableScope
Overlooked that S is not guaranteed to be set in global scope per PMS.
Didn't directly change this, but it was from my own poor suggestion.
Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
Diffstat (limited to 'games-arcade')
-rw-r--r-- | games-arcade/ceferino/ceferino-0.97.8-r3.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/games-arcade/ceferino/ceferino-0.97.8-r3.ebuild b/games-arcade/ceferino/ceferino-0.97.8-r3.ebuild index d3aa76c8576c..e9f380a370e9 100644 --- a/games-arcade/ceferino/ceferino-0.97.8-r3.ebuild +++ b/games-arcade/ceferino/ceferino-0.97.8-r3.ebuild @@ -8,7 +8,7 @@ inherit autotools desktop DESCRIPTION="Super-Pang clone (destroy bouncing balloons with your grapnel)" HOMEPAGE="http://www.losersjuegos.com.ar/juegos/ceferino" SRC_URI="mirror://debian/pool/main/c/ceferino/${PN}_${PV}+svn37.orig.tar.gz" -S+="+svn37" +S="${WORKDIR}/${P}+svn37" LICENSE="GPL-2+" SLOT="0" |