From: "David Roman" <davidroman96@gmail.com>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/proj/guru:master commit in: app-misc/yazi/
Date: Mon, 17 Feb 2025 09:49:27 +0000 (UTC) [thread overview]
Message-ID: <1739638451.ac0e30777c8b84bb1a226280a36f1dbc6788e211.davidroman@gentoo> (raw)
commit: ac0e30777c8b84bb1a226280a36f1dbc6788e211
Author: demize <demize <AT> unstable <DOT> systems>
AuthorDate: Sat Feb 15 16:52:14 2025 +0000
Commit: David Roman <davidroman96 <AT> gmail <DOT> com>
CommitDate: Sat Feb 15 16:54:11 2025 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=ac0e3077
app-misc/yazi: use system libonig with rust-onig
This fixes an issue compiling with GCC 15.
Closes: https://bugs.gentoo.org/945008
Signed-off-by: demize <demize <AT> unstable.systems>
app-misc/yazi/{yazi-25.2.11.ebuild => yazi-25.2.11-r1.ebuild} | 10 +++++++++-
1 file changed, 9 insertions(+), 1 deletion(-)
diff --git a/app-misc/yazi/yazi-25.2.11.ebuild b/app-misc/yazi/yazi-25.2.11-r1.ebuild
similarity index 97%
rename from app-misc/yazi/yazi-25.2.11.ebuild
rename to app-misc/yazi/yazi-25.2.11-r1.ebuild
index 424b73ae7..64b89c9fa 100644
--- a/app-misc/yazi/yazi-25.2.11.ebuild
+++ b/app-misc/yazi/yazi-25.2.11-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 2024 Gentoo Authors
+# Copyright 2024-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@@ -395,6 +395,11 @@ QA_FLAGS_IGNORED="
usr/bin/ya.*
"
+RDEPEND="
+ dev-libs/oniguruma
+"
+DEPEND="${RDEPEND}"
+
DOCS=(
"README.md"
"yazi-config/preset/keymap-default.toml"
@@ -410,6 +415,9 @@ src_prepare() {
}
src_compile() {
+ # workaround for GCC 15 issues:
+ # unvendor libonig from rust-onig. see bugs 943785, 945008
+ export RUSTONIG_SYSTEM_LIBONIG=1
cargo_src_compile
use cli && cargo_src_compile -p "${PN}-cli"
}
next reply other threads:[~2025-02-17 9:49 UTC|newest]
Thread overview: 23+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-02-17 9:49 David Roman [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-03-10 11:04 [gentoo-commits] repo/proj/guru:master commit in: app-misc/yazi/ David Roman
2025-03-08 11:18 Lucio Sauer
2025-02-17 9:49 David Roman
2025-02-13 9:56 David Roman
2025-01-02 19:28 David Roman
2025-01-02 18:46 [gentoo-commits] repo/proj/guru:dev " David Roman
2025-01-02 19:26 ` [gentoo-commits] repo/proj/guru:master " David Roman
2024-10-08 10:23 David Roman
2024-09-15 21:45 Julien Roy
2024-09-08 16:32 David Roman
2024-08-30 13:16 David Roman
2024-06-27 8:41 David Roman
2024-06-27 8:41 David Roman
2024-05-14 15:51 Julien Roy
2024-05-14 15:51 Julien Roy
2024-04-16 7:06 Florian Schmaus
2024-04-15 20:52 Julien Roy
2024-02-23 13:11 David Roman
2024-02-23 13:10 David Roman
2024-01-17 13:51 David Roman
2024-01-01 3:56 David Roman
2024-01-01 3:56 David Roman
2023-10-08 20:58 David Roman
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=1739638451.ac0e30777c8b84bb1a226280a36f1dbc6788e211.davidroman@gentoo \
--to=davidroman96@gmail.com \
--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