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 2D384158020 for ; Mon, 28 Nov 2022 14:12:01 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 59656E0893; Mon, 28 Nov 2022 14:12:00 +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 434AAE0893 for ; Mon, 28 Nov 2022 14:12:00 +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 44F1E341086 for ; Mon, 28 Nov 2022 14:11:59 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6D00D617 for ; Mon, 28 Nov 2022 14:11:57 +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: <1669644702.bdc998bbf31d8c53ec65af21e2ce864a4f5dd19d.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-2022.2.4.ebuild X-VCS-Directories: dev-util/idea-community/ X-VCS-Committer: mpagano X-VCS-Committer-Name: Mike Pagano X-VCS-Revision: bdc998bbf31d8c53ec65af21e2ce864a4f5dd19d X-VCS-Branch: master Date: Mon, 28 Nov 2022 14:11:57 +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: b5b800e6-6d5e-4915-94a8-6b087657f7c0 X-Archives-Hash: 577da1d70c7b07df38ec138c90f7001e commit: bdc998bbf31d8c53ec65af21e2ce864a4f5dd19d Author: Mike Pagano gentoo org> AuthorDate: Mon Nov 28 14:11:42 2022 +0000 Commit: Mike Pagano gentoo org> CommitDate: Mon Nov 28 14:11:42 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bdc998bb dev-util/idea-community: Cosmetic fixes Signed-off-by: Mike Pagano gentoo.org> dev-util/idea-community/idea-community-2022.2.4.ebuild | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/dev-util/idea-community/idea-community-2022.2.4.ebuild b/dev-util/idea-community/idea-community-2022.2.4.ebuild index 32d1a1315e7f..683d2f5d76de 100644 --- a/dev-util/idea-community/idea-community-2022.2.4.ebuild +++ b/dev-util/idea-community/idea-community-2022.2.4.ebuild @@ -79,7 +79,8 @@ src_prepare() { fi if use arm64; then - patchelf --replace-needed libc.so libc.so.6 "${S}"/lib/pty4j-native/linux/aarch64/libpty.so || die "Unable to patch libpty for libc" + patchelf --replace-needed libc.so libc.so.6 "${S}"/lib/pty4j-native/linux/aarch64/libpty.so || + die "Unable to patch libpty for libc" else rm -vf "${S}"/lib/pty4j-native/linux/{aarch64,arm,x86}/libpty.so fi @@ -115,7 +116,8 @@ src_install() { done fi - local bundled_script_name="${PN%-*}.sh" # bundled script is always lowercase, and doesn't have -ultimate, -professional suffix. + # bundled script is always lowercase, and doesn't have -ultimate, -professional suffix. + local bundled_script_name="${PN%-*}.sh" make_wrapper "${PN}" "${dir}/bin/$bundled_script_name" || die local pngfile="$(find ${dst}/bin -maxdepth 1 -iname '*.png')"