commit: 561637716aa5c15332fcaae7ea5a790cec0f7cc2 Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Thu Sep 22 03:43: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=56163771
games-action/beathazardultra: use PV in SRC_URI not that it really matters in this case, but still. Signed-off-by: Sam James <sam <AT> gentoo.org> games-action/beathazardultra/beathazardultra-20130308-r2.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/games-action/beathazardultra/beathazardultra-20130308-r2.ebuild b/games-action/beathazardultra/beathazardultra-20130308-r2.ebuild index 0e9ccb93a7b9..ebc38cdf81e3 100644 --- a/games-action/beathazardultra/beathazardultra-20130308-r2.ebuild +++ b/games-action/beathazardultra/beathazardultra-20130308-r2.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 # TODO: unbundle allegro[gtk...] (no multilib on amd64 and 5.0.9 soname) @@ -9,7 +9,7 @@ inherit desktop unpacker wrapper DESCRIPTION="Intense music-driven arcade shooter powered by your music" HOMEPAGE="http://www.coldbeamgames.com/" -SRC_URI="beathazard-installer_03-08-13" +SRC_URI="beathazard-installer_${PV:4:2}-${PV:6:2}-${PV:2:2}" S="${WORKDIR}"/data LICENSE="all-rights-reserved"
