commit: 3dd5de66b4400f7b37ace36c4cb006b65f20a739 Author: Ionen Wolkens <ionen <AT> gentoo <DOT> org> AuthorDate: Sat Aug 7 02:22:18 2021 +0000 Commit: Ionen Wolkens <ionen <AT> gentoo <DOT> org> CommitDate: Sat Aug 7 02:34:59 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3dd5de66
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 <AT> gentoo.org> games-arcade/ceferino/ceferino-0.97.8-r3.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/games-arcade/ceferino/ceferino-0.97.8-r3.ebuild b/games-arcade/ceferino/ceferino-0.97.8-r3.ebuild index d3aa76c8576..e9f380a370e 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"
