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 5D3651580B9 for ; Mon, 23 Aug 2021 04:06:28 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 98472E091D; Mon, 23 Aug 2021 04:06:26 +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 7DC53E091D for ; Mon, 23 Aug 2021 04:06:26 +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 555A0342AB4 for ; Mon, 23 Aug 2021 04:06:25 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id BA0B68E2 for ; Mon, 23 Aug 2021 04:06:21 +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: <1629691565.7fa0a7832b504e16e28ee8047d815384e0d5ec01.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: games-arcade/emilia-pinball/ X-VCS-Repository: repo/gentoo X-VCS-Files: games-arcade/emilia-pinball/emilia-pinball-0.3.1-r2.ebuild games-arcade/emilia-pinball/emilia-pinball-0.3.1-r3.ebuild X-VCS-Directories: games-arcade/emilia-pinball/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 7fa0a7832b504e16e28ee8047d815384e0d5ec01 X-VCS-Branch: master Date: Mon, 23 Aug 2021 04:06:21 +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: 7862d0ce-68c4-4ff0-87ef-952e9ce08318 X-Archives-Hash: 051625139e9ca5c13e156a86c3f9afd7 commit: 7fa0a7832b504e16e28ee8047d815384e0d5ec01 Author: Sam James gentoo org> AuthorDate: Mon Aug 23 03:46:25 2021 +0000 Commit: Sam James gentoo org> CommitDate: Mon Aug 23 04:06:05 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7fa0a783 games-arcade/emilia-pinball: fix group of binary Closes: https://bugs.gentoo.org/809353 Signed-off-by: Sam James gentoo.org> .../{emilia-pinball-0.3.1-r2.ebuild => emilia-pinball-0.3.1-r3.ebuild} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/games-arcade/emilia-pinball/emilia-pinball-0.3.1-r2.ebuild b/games-arcade/emilia-pinball/emilia-pinball-0.3.1-r3.ebuild similarity index 95% rename from games-arcade/emilia-pinball/emilia-pinball-0.3.1-r2.ebuild rename to games-arcade/emilia-pinball/emilia-pinball-0.3.1-r3.ebuild index 523439876ec..2e0de0e6e74 100644 --- a/games-arcade/emilia-pinball/emilia-pinball-0.3.1-r2.ebuild +++ b/games-arcade/emilia-pinball/emilia-pinball-0.3.1-r3.ebuild @@ -71,6 +71,6 @@ src_install() { make_desktop_entry emilia-pinball "Emilia pinball" fperms -R 660 /var/games/pinball - fowners -R root:gamestat /var/games/pinball + fowners -R root:gamestat /usr/bin/pinball /var/games/pinball fperms g+s /usr/bin/pinball }