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 ABE4C1581F0 for ; Sun, 28 Apr 2024 21:05:40 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 94A2A2BC01E; Sun, 28 Apr 2024 21:05:35 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (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 2D2DF2BC01E for ; Sun, 28 Apr 2024 21:05:35 +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 B2862343069 for ; Sun, 28 Apr 2024 21:05:33 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2FF6F1770 for ; Sun, 28 Apr 2024 21:05:31 +0000 (UTC) From: "David Roman" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "David Roman" Message-ID: <1714307621.e2b40db6b69c44abaadd30e56be6e3d256e62098.davidroman@gentoo> Subject: [gentoo-commits] repo/proj/guru:master commit in: games-arcade/tetrio-desktop/ X-VCS-Repository: repo/proj/guru X-VCS-Files: games-arcade/tetrio-desktop/tetrio-desktop-8.ebuild X-VCS-Directories: games-arcade/tetrio-desktop/ X-VCS-Committer: davidroman X-VCS-Committer-Name: David Roman X-VCS-Revision: e2b40db6b69c44abaadd30e56be6e3d256e62098 X-VCS-Branch: master Date: Sun, 28 Apr 2024 21:05:31 +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: 7dbda8e1-9928-41b5-b894-21018761756f X-Archives-Hash: d928affac2b6bd9d0522f4fdbb2b15bb commit: e2b40db6b69c44abaadd30e56be6e3d256e62098 Author: AquaOneLove proton me> AuthorDate: Sun Apr 28 12:33:03 2024 +0000 Commit: David Roman gmail com> CommitDate: Sun Apr 28 12:33:41 2024 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=e2b40db6 games-arcade/tetrio-desktop: Fix issue with fperms Bug: https://bugs.gentoo.org/930811 Closes: https://bugs.gentoo.org/930811 Signed-off-by: AquaOneLove proton.me> games-arcade/tetrio-desktop/tetrio-desktop-8.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/games-arcade/tetrio-desktop/tetrio-desktop-8.ebuild b/games-arcade/tetrio-desktop/tetrio-desktop-8.ebuild index 5f683b8c9a..352bf90904 100644 --- a/games-arcade/tetrio-desktop/tetrio-desktop-8.ebuild +++ b/games-arcade/tetrio-desktop/tetrio-desktop-8.ebuild @@ -100,7 +100,7 @@ src_install() { doins -r "opt/${PN}/locales" "opt/${PN}/resources" "opt/${PN}/swiftshader" - fperms a+x "${DESTDIR}/swiftshader/"* + fperms -R a+x "${DESTDIR}/swiftshader/" fowners root "${DESTDIR}/chrome-sandbox" fperms 4711 "${DESTDIR}/chrome-sandbox"