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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 291191581E7 for ; Thu, 25 Apr 2024 21:49:08 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id AF2FEE29FD; Thu, 25 Apr 2024 21:49:06 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 96E0DE29FD for ; Thu, 25 Apr 2024 21:49:06 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id DA22E34312A for ; Thu, 25 Apr 2024 21:49:05 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id F3D5B175E for ; Thu, 25 Apr 2024 21:49:02 +0000 (UTC) From: "Julien Roy" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Julien Roy" Message-ID: <1713998647.e29fde7446d0cbff2c3c9c03343976fa800f6c27.julien@gentoo> Subject: [gentoo-commits] repo/proj/guru:master commit in: net-im/armcord-bin/ X-VCS-Repository: repo/proj/guru X-VCS-Files: net-im/armcord-bin/armcord-bin-3.2.6.ebuild X-VCS-Directories: net-im/armcord-bin/ X-VCS-Committer: julien X-VCS-Committer-Name: Julien Roy X-VCS-Revision: e29fde7446d0cbff2c3c9c03343976fa800f6c27 X-VCS-Branch: master Date: Thu, 25 Apr 2024 21:49:02 +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: ebf6bb14-cd62-4642-a838-be5dad06f878 X-Archives-Hash: dbed18c3faba958b976ec5f8d0a4f6d8 commit: e29fde7446d0cbff2c3c9c03343976fa800f6c27 Author: AquaOneLove proton me> AuthorDate: Wed Apr 24 22:43:02 2024 +0000 Commit: Julien Roy jroy ca> CommitDate: Wed Apr 24 22:44:07 2024 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=e29fde74 net-im/armcord-bin: Bug: https://bugs.gentoo.org/930639 Signed-off-by: AquaOneLove proton.me> Fix issue with permissions for /opt/armcord-bin/resources net-im/armcord-bin/armcord-bin-3.2.6.ebuild | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/net-im/armcord-bin/armcord-bin-3.2.6.ebuild b/net-im/armcord-bin/armcord-bin-3.2.6.ebuild index ae0c489fdd..4499d96b9f 100644 --- a/net-im/armcord-bin/armcord-bin-3.2.6.ebuild +++ b/net-im/armcord-bin/armcord-bin-3.2.6.ebuild @@ -85,6 +85,10 @@ src_install() { fperms -R 644 "${DESTDIR}/locales" fperms -R 644 "${DESTDIR}/resources" + # Fix bug 930639 + fperms a+rx "${DESTDIR}"/resources/ + fperms a+r "${DESTDIR}"/resources/* + fowners root "${DESTDIR}/chrome-sandbox" fperms 4711 "${DESTDIR}/chrome-sandbox"