commit: 35e209c6fc0e9e56ad7a5f6ad7bddfe0294ddde9 Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Thu Sep 22 03:59:06 2022 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Thu Sep 22 04:05:20 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=35e209c6
games-puzzle/tanglet: use PV in SRC_URI Avoids mistakes on bumping and why not? Signed-off-by: Sam James <sam <AT> gentoo.org> games-puzzle/tanglet/tanglet-1.6.1.1.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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"
