Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: games-puzzle/tanglet/
Date: Thu, 22 Sep 2022 04:09:48
Message-Id: 1663819520.35e209c6fc0e9e56ad7a5f6ad7bddfe0294ddde9.sam@gentoo
1 commit: 35e209c6fc0e9e56ad7a5f6ad7bddfe0294ddde9
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Thu Sep 22 03:59:06 2022 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Thu Sep 22 04:05:20 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=35e209c6
7
8 games-puzzle/tanglet: use PV in SRC_URI
9
10 Avoids mistakes on bumping and why not?
11
12 Signed-off-by: Sam James <sam <AT> gentoo.org>
13
14 games-puzzle/tanglet/tanglet-1.6.1.1.ebuild | 4 ++--
15 1 file changed, 2 insertions(+), 2 deletions(-)
16
17 diff --git a/games-puzzle/tanglet/tanglet-1.6.1.1.ebuild b/games-puzzle/tanglet/tanglet-1.6.1.1.ebuild
18 index 65f7fae82093..c8c0548f7c17 100644
19 --- a/games-puzzle/tanglet/tanglet-1.6.1.1.ebuild
20 +++ b/games-puzzle/tanglet/tanglet-1.6.1.1.ebuild
21 @@ -1,4 +1,4 @@
22 -# Copyright 1999-2021 Gentoo Authors
23 +# Copyright 1999-2022 Gentoo Authors
24 # Distributed under the terms of the GNU General Public License v2
25
26 EAPI=7
27 @@ -7,7 +7,7 @@ inherit qmake-utils xdg
28
29 DESCRIPTION="Single player word finding game based on Boggle"
30 HOMEPAGE="https://gottcode.org/tanglet/"
31 -SRC_URI="https://gottcode.org/tanglet/tanglet-1.6.1.1-src.tar.bz2"
32 +SRC_URI="https://gottcode.org/tanglet/${P}-src.tar.bz2"
33
34 LICENSE="GPL-3"
35 SLOT="0"