Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-wm/sithwm/
Date: Sat, 09 Jan 2021 10:36:15
Message-Id: 1610188559.18823164fc565ba70f876b9e63c1af0d1e693219.sam@gentoo
1 commit: 18823164fc565ba70f876b9e63c1af0d1e693219
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Sat Jan 9 09:36:50 2021 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Sat Jan 9 10:35:59 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=18823164
7
8 x11-wm/sithwm: fix StaticSrcUri
9
10 Package-Manager: Portage-3.0.12, Repoman-3.0.2
11 Signed-off-by: Sam James <sam <AT> gentoo.org>
12
13 x11-wm/sithwm/sithwm-1.2.3.ebuild | 4 ++--
14 1 file changed, 2 insertions(+), 2 deletions(-)
15
16 diff --git a/x11-wm/sithwm/sithwm-1.2.3.ebuild b/x11-wm/sithwm/sithwm-1.2.3.ebuild
17 index 4927d7be4be..372131de34d 100644
18 --- a/x11-wm/sithwm/sithwm-1.2.3.ebuild
19 +++ b/x11-wm/sithwm/sithwm-1.2.3.ebuild
20 @@ -1,4 +1,4 @@
21 -# Copyright 1999-2020 Gentoo Authors
22 +# Copyright 1999-2021 Gentoo Authors
23 # Distributed under the terms of the GNU General Public License v2
24
25 EAPI=7
26 @@ -7,7 +7,7 @@ inherit toolchain-funcs
27
28 DESCRIPTION="Minimalist Window Manager for X"
29 HOMEPAGE="https://sithwm.darkside.no/"
30 -SRC_URI="https://sithwm.darkside.no/sn/sithwm-1.2.3.tgz"
31 +SRC_URI="https://sithwm.darkside.no/sn/sithwm-${PV}.tgz"
32
33 LICENSE="GPL-2+ MIT 9wm"
34 SLOT="0"