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) server-digest SHA256) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id D997C1581FB for ; Fri, 30 Aug 2024 19:05:52 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 26056E29AE; Fri, 30 Aug 2024 19:05:52 +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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 04B3AE29AE for ; Fri, 30 Aug 2024 19:05:52 +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 0839D343067 for ; Fri, 30 Aug 2024 19:05:51 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6A9EB14D5 for ; Fri, 30 Aug 2024 19:05:49 +0000 (UTC) From: "Mike Pagano" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mike Pagano" Message-ID: <1725044646.1d6fe86f792859bd110b073e362f957ff45b6519.mpagano@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/idea-community/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-util/idea-community/idea-community-2024.2.0.2.ebuild X-VCS-Directories: dev-util/idea-community/ X-VCS-Committer: mpagano X-VCS-Committer-Name: Mike Pagano X-VCS-Revision: 1d6fe86f792859bd110b073e362f957ff45b6519 X-VCS-Branch: master Date: Fri, 30 Aug 2024 19:05:49 +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: 35714c60-1876-487c-907a-59b53543e240 X-Archives-Hash: 5f71a0311c3de271de2b6564693c46ca commit: 1d6fe86f792859bd110b073e362f957ff45b6519 Author: Mike Pagano gentoo org> AuthorDate: Fri Aug 30 19:04:06 2024 +0000 Commit: Mike Pagano gentoo org> CommitDate: Fri Aug 30 19:04:06 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1d6fe86f dev-util/idea-community: Set exe bit for unrecommended start script Closes: https://bugs.gentoo.org/938734 Signed-off-by: Mike Pagano gentoo.org> dev-util/idea-community/idea-community-2024.2.0.2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-util/idea-community/idea-community-2024.2.0.2.ebuild b/dev-util/idea-community/idea-community-2024.2.0.2.ebuild index 9590a791d7ba..332b64131dc1 100644 --- a/dev-util/idea-community/idea-community-2024.2.0.2.ebuild +++ b/dev-util/idea-community/idea-community-2024.2.0.2.ebuild @@ -100,7 +100,7 @@ src_install() { insinto "${dir}" doins -r * - fperms 755 "${dir}"/bin/{format.sh,idea,inspect.sh,restarter,fsnotifier} + fperms 755 "${dir}"/bin/{format.sh,idea,idea.sh,inspect.sh,restarter,fsnotifier} if use amd64; then JRE_DIR=jre JRE_DIR=jre