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 (4096 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id D3EC9158042 for ; Sat, 26 Oct 2024 15:00:43 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 03067E08ED; Sat, 26 Oct 2024 15:00:43 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id E0727E08ED for ; Sat, 26 Oct 2024 15:00:42 +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) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 28B03343093 for ; Sat, 26 Oct 2024 15:00:42 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 85EDE1295 for ; Sat, 26 Oct 2024 15:00:40 +0000 (UTC) From: "Viorel Munteanu" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Viorel Munteanu" Message-ID: <1729954818.4d4dc7699b0d4766d436546fc7762743b653efaf.ceamac@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/clion/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-util/clion/clion-2024.1-r1.ebuild dev-util/clion/clion-2024.1.ebuild X-VCS-Directories: dev-util/clion/ X-VCS-Committer: ceamac X-VCS-Committer-Name: Viorel Munteanu X-VCS-Revision: 4d4dc7699b0d4766d436546fc7762743b653efaf X-VCS-Branch: master Date: Sat, 26 Oct 2024 15:00:40 +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: 9e2bb2a0-a1a4-4b5a-a600-234ec008b0fa X-Archives-Hash: 5497494596accdd9959384f7e9249308 commit: 4d4dc7699b0d4766d436546fc7762743b653efaf Author: darksh1ne proton me> AuthorDate: Thu Oct 10 11:17:39 2024 +0000 Commit: Viorel Munteanu gentoo org> CommitDate: Sat Oct 26 15:00:18 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4d4dc769 dev-util/clion: fix permissions of deliverable in clion-2024.1.ebuild Set 755 permissions to "${dir}"/plugins/clion-radler/DotFiles/linux-x64/Rider.Backend. This is to fix the following error upon CLion startup and further inability to start the Main window: com.intellij.diagnostic.PluginException: Cannot run program "/opt/clion-2024.2.1/plugins/clion-radler/DotFiles/linux-x64/Rider.Backend": error=13, Permission denied [Plugin: org.jetbrains.plugins.clion.radler] Signed-off-by: darksh1ne proton.me> Closes: https://github.com/gentoo/gentoo/pull/38936 Signed-off-by: Viorel Munteanu gentoo.org> dev-util/clion/{clion-2024.1.ebuild => clion-2024.1-r1.ebuild} | 2 ++ 1 file changed, 2 insertions(+) diff --git a/dev-util/clion/clion-2024.1.ebuild b/dev-util/clion/clion-2024.1-r1.ebuild similarity index 97% rename from dev-util/clion/clion-2024.1.ebuild rename to dev-util/clion/clion-2024.1-r1.ebuild index 4e9205d5b0d0..27d1cc31d90c 100644 --- a/dev-util/clion/clion-2024.1.ebuild +++ b/dev-util/clion/clion-2024.1-r1.ebuild @@ -94,6 +94,8 @@ src_install() { fperms 755 "${dir}"/jbr/lib/{chrome-sandbox,jcef_helper,jexec,jspawnhelper} fi + fperms 755 "${dir}"/plugins/clion-radler/DotFiles/linux-x64/Rider.Backend + dosym -r "${EPREFIX}/usr/bin/ninja" "${dir}"/bin/ninja/linux/x64/ninja make_wrapper "${PN}" "${dir}/bin/${PN}.sh"