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/xjump/
Date: Mon, 23 Aug 2021 04:06:27
Message-Id: 1629691572.bd960a14955aaff48cd102936e9643b88f738722.sam@gentoo
1 commit: bd960a14955aaff48cd102936e9643b88f738722
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Mon Aug 23 04:03:27 2021 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Mon Aug 23 04:06:12 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bd960a14
7
8 games-arcade/xjump: 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/xjump/{xjump-2.7.5-r1.ebuild => xjump-2.7.5-r2.ebuild} | 4 ++--
14 1 file changed, 2 insertions(+), 2 deletions(-)
15
16 diff --git a/games-arcade/xjump/xjump-2.7.5-r1.ebuild b/games-arcade/xjump/xjump-2.7.5-r2.ebuild
17 similarity index 94%
18 rename from games-arcade/xjump/xjump-2.7.5-r1.ebuild
19 rename to games-arcade/xjump/xjump-2.7.5-r2.ebuild
20 index 5e3328386b4..7dacc1d1aa3 100644
21 --- a/games-arcade/xjump/xjump-2.7.5-r1.ebuild
22 +++ b/games-arcade/xjump/xjump-2.7.5-r2.ebuild
23 @@ -58,6 +58,6 @@ src_install() {
24 touch "${ED}"/var/games/${PN}/xjump.hiscores || die
25
26 fperms -R 660 /var/games/${PN}
27 - fowners -R root:gamestat /var/games/${PN}
28 - fperms g+s /usr/bin/xjump
29 + fowners -R root:gamestat /var/games/${PN} /usr/bin/${PN}
30 + fperms g+s /usr/bin/${PN}
31 }