From 35e209c6fc0e9e56ad7a5f6ad7bddfe0294ddde9 Mon Sep 17 00:00:00 2001 From: Sam James Date: Thu, 22 Sep 2022 04:59:06 +0100 Subject: games-puzzle/tanglet: use PV in SRC_URI Avoids mistakes on bumping and why not? Signed-off-by: Sam James --- games-puzzle/tanglet/tanglet-1.6.1.1.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'games-puzzle') diff --git a/games-puzzle/tanglet/tanglet-1.6.1.1.ebuild b/games-puzzle/tanglet/tanglet-1.6.1.1.ebuild index 65f7fae82093..c8c0548f7c17 100644 --- a/games-puzzle/tanglet/tanglet-1.6.1.1.ebuild +++ b/games-puzzle/tanglet/tanglet-1.6.1.1.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=7 @@ -7,7 +7,7 @@ inherit qmake-utils xdg DESCRIPTION="Single player word finding game based on Boggle" HOMEPAGE="https://gottcode.org/tanglet/" -SRC_URI="https://gottcode.org/tanglet/tanglet-1.6.1.1-src.tar.bz2" +SRC_URI="https://gottcode.org/tanglet/${P}-src.tar.bz2" LICENSE="GPL-3" SLOT="0" -- cgit v1.2.3-65-gdbad