commit: e6b17adbe444371738ee3a603cfc654b08bebdc9 Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Thu Sep 22 03:55:53 2022 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Thu Sep 22 04:05:19 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e6b17adb
games-arcade/holotz-castle: use PV in SRC_URI Avoids mistakes on bumping and why not? Signed-off-by: Sam James <sam <AT> gentoo.org> games-arcade/holotz-castle/holotz-castle-1.3.14-r1.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/games-arcade/holotz-castle/holotz-castle-1.3.14-r1.ebuild b/games-arcade/holotz-castle/holotz-castle-1.3.14-r1.ebuild index c07c88732b43..1ff2a004605f 100644 --- a/games-arcade/holotz-castle/holotz-castle-1.3.14-r1.ebuild +++ b/games-arcade/holotz-castle/holotz-castle-1.3.14-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -6,7 +6,7 @@ inherit desktop toolchain-funcs DESCRIPTION="2D platform game" HOMEPAGE="https://wiki.gentoo.org/wiki/No_homepage" -SRC_URI="https://dev.gentoo.org/~chewi/distfiles/holotz-castle-1.3.14-src.tar.gz" +SRC_URI="https://dev.gentoo.org/~chewi/distfiles/${P}-src.tar.gz" LICENSE="GPL-2" SLOT="0"
