From: "Stefan Cristian B." <stefan.cristian+git@rogentos.ro>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-util/webstorm/
Date: Wed, 26 Mar 2025 14:28:47 +0000 (UTC) [thread overview]
Message-ID: <1742999308.5497c637970a31b52799d9e73f9b58a06f9b2586.stefan.cristian+git@gentoo> (raw)
commit: 5497c637970a31b52799d9e73f9b58a06f9b2586
Author: Stefan Cristian B. <stefan.cristian+git <AT> rogentos <DOT> ro>
AuthorDate: Wed Mar 26 14:28:28 2025 +0000
Commit: Stefan Cristian B. <stefan.cristian+git <AT> rogentos <DOT> ro>
CommitDate: Wed Mar 26 14:28:28 2025 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=5497c637
dev-util/webstorm: using tc-exported OBJCOPY instead of direct binary
Signed-off-by: Stefan Cristian B. <stefan.cristian+git <AT> rogentos.ro>
dev-util/webstorm/webstorm-2024.3.5.ebuild | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/dev-util/webstorm/webstorm-2024.3.5.ebuild b/dev-util/webstorm/webstorm-2024.3.5.ebuild
index 6cb649f6c..f04fb046f 100644
--- a/dev-util/webstorm/webstorm-2024.3.5.ebuild
+++ b/dev-util/webstorm/webstorm-2024.3.5.ebuild
@@ -3,7 +3,7 @@
EAPI=8
-inherit desktop wrapper
+inherit desktop wrapper toolchain-funcs
DESCRIPTION="An integrated development environment for JavaScript and related technologies."
HOMEPAGE="https://www.jetbrains.com/webstorm/"
@@ -51,6 +51,7 @@ src_unpack() {
}
src_prepare() {
+ tc-export OBJCOPY
default
local remove_me=(
@@ -65,7 +66,7 @@ src_prepare() {
# as they should not be executed
find . -type f ! -name '*$(*)*' -exec sh -c '
if file "{}" | grep -qE "ELF (32|64)-bit"; then
- objcopy --remove-section .note.gnu.build-id "{}"
+ ${OBJCOPY} --remove-section .note.gnu.build-id "{}"
debugedit -b "${EPREFIX}/opt/${PN}" -d "/usr/lib/debug" -i "{}"
fi
' \;
next reply other threads:[~2025-03-26 14:28 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-03-26 14:28 Stefan Cristian B. [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-03-21 14:00 [gentoo-commits] repo/proj/guru:dev commit in: dev-util/webstorm/ Stefan Cristian B.
2025-03-21 13:16 Takuya Wakazono
2025-03-18 18:29 Stefan Cristian B.
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1742999308.5497c637970a31b52799d9e73f9b58a06f9b2586.stefan.cristian+git@gentoo \
--to=stefan.cristian+git@rogentos.ro \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox