From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 054E11580B9 for ; Mon, 23 Aug 2021 05:05:22 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 35458E08F7; Mon, 23 Aug 2021 05:05:21 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 1C6F2E08F6 for ; Mon, 23 Aug 2021 05:05:21 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 199E833BE99 for ; Mon, 23 Aug 2021 05:05:19 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 465A88D3 for ; Mon, 23 Aug 2021 05:05:16 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1629695107.724646eb72b857009a0a7c32e18cef7805c9a507.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: games-roguelike/moria/ X-VCS-Repository: repo/gentoo X-VCS-Files: games-roguelike/moria/moria-5.7.14-r1.ebuild games-roguelike/moria/moria-5.7.14.ebuild X-VCS-Directories: games-roguelike/moria/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 724646eb72b857009a0a7c32e18cef7805c9a507 X-VCS-Branch: master Date: Mon, 23 Aug 2021 05:05:16 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 6f8fe62e-7b69-48df-bde5-419f88fdc5bd X-Archives-Hash: fa03ce240208daae1e8489ea0cf76790 commit: 724646eb72b857009a0a7c32e18cef7805c9a507 Author: Sam James gentoo org> AuthorDate: Mon Aug 23 04:22:04 2021 +0000 Commit: Sam James gentoo org> CommitDate: Mon Aug 23 05:05:07 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=724646eb games-roguelike/moria: fix group of binary Closes: https://bugs.gentoo.org/809353 Signed-off-by: Sam James gentoo.org> games-roguelike/moria/{moria-5.7.14.ebuild => moria-5.7.14-r1.ebuild} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/games-roguelike/moria/moria-5.7.14.ebuild b/games-roguelike/moria/moria-5.7.14-r1.ebuild similarity index 94% rename from games-roguelike/moria/moria-5.7.14.ebuild rename to games-roguelike/moria/moria-5.7.14-r1.ebuild index 7198955b23e..590754b6a2c 100644 --- a/games-roguelike/moria/moria-5.7.14.ebuild +++ b/games-roguelike/moria/moria-5.7.14-r1.ebuild @@ -37,7 +37,7 @@ src_install() { insinto /var/lib/moria doins umoria/scores.dat - fowners root:gamestat /var/lib/moria/scores.dat + fowners root:gamestat /var/lib/moria/scores.dat /usr/bin/${PN} fperms g+w /var/lib/moria/scores.dat doman "${FILESDIR}"/${PN}.6