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-arcade/pachi/
Date: Mon, 23 Aug 2021 04:06:29
Message-Id: 1629691567.3edb7e2e494e96c71008051b9d2ae9327364f5d9.sam@gentoo
1 commit: 3edb7e2e494e96c71008051b9d2ae9327364f5d9
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Mon Aug 23 03:48:30 2021 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Mon Aug 23 04:06:07 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3edb7e2e
7
8 games-arcade/pachi: fix group of binary
9
10 Closes: https://bugs.gentoo.org/809353
11 Signed-off-by: Sam James <sam <AT> gentoo.org>
12
13 games-arcade/pachi/{pachi-1.0-r1.ebuild => pachi-1.0-r2.ebuild} | 2 +-
14 1 file changed, 1 insertion(+), 1 deletion(-)
15
16 diff --git a/games-arcade/pachi/pachi-1.0-r1.ebuild b/games-arcade/pachi/pachi-1.0-r2.ebuild
17 similarity index 93%
18 rename from games-arcade/pachi/pachi-1.0-r1.ebuild
19 rename to games-arcade/pachi/pachi-1.0-r2.ebuild
20 index d8cfae4ed69..00da8955ee3 100644
21 --- a/games-arcade/pachi/pachi-1.0-r1.ebuild
22 +++ b/games-arcade/pachi/pachi-1.0-r2.ebuild
23 @@ -44,7 +44,7 @@ src_install() {
24 newicon Tgfx/icon.bmp ${PN}.bmp
25 make_desktop_entry ${PN} Pachi /usr/share/pixmaps/${PN}.bmp
26
27 - fowners root:gamestat /var/lib/${PN}/data/scores.dat
28 + fowners root:gamestat /var/lib/${PN}/data/scores.dat /usr/bin/${PN}
29 fperms 660 /var/lib/${PN}/data/scores.dat
30 fperms g+s /usr/bin/${PN}
31 }