From d6eaa9aa809048b5f2d1e0cd8e51349cf4a80a3d Mon Sep 17 00:00:00 2001 From: Ionen Wolkens Date: Sat, 20 Sep 2025 12:23:08 -0400 Subject: [PATCH] games-emulation/hatari: fix SRC_URI Closes: https://bugs.gentoo.org/963151 Signed-off-by: Ionen Wolkens --- games-emulation/hatari/hatari-2.6.1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/games-emulation/hatari/hatari-2.6.1.ebuild b/games-emulation/hatari/hatari-2.6.1.ebuild index 044a3686bd0d4..bde9dbe9cd127 100644 --- a/games-emulation/hatari/hatari-2.6.1.ebuild +++ b/games-emulation/hatari/hatari-2.6.1.ebuild @@ -11,7 +11,7 @@ HOMEPAGE=" https://www.hatari-emu.org/ https://framagit.org/hatari/hatari/ " -SRC_URI="https://framagit.org/hatari/releases/-/raw/main/v$(ver_cut 1-2)/${P}.tar.bz2" +SRC_URI="https://framagit.org/hatari/releases/-/raw/main/v${PV}/${P}.tar.bz2" LICENSE="GPL-2+" SLOT="0"