From: "Sam James" <sam@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-apps/uutils-coreutils/
Date: Tue, 5 Mar 2024 04:48:47 +0000 (UTC) [thread overview]
Message-ID: <1709614004.ac69d960ed0ec5cd89a08a3b602de8499530501e.sam@gentoo> (raw)
commit: ac69d960ed0ec5cd89a08a3b602de8499530501e
Author: Eli Schwartz <eschwartz93 <AT> gmail <DOT> com>
AuthorDate: Mon Mar 4 20:56:13 2024 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue Mar 5 04:46:44 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ac69d960
sys-apps/uutils-coreutils: guarantee the use of system deps
Set the magic cargo environment variable to error out if system
dependency autodetection fails. We expect it to work, since it's in
DEPEND, but better to actually guarantee it.
Signed-off-by: Eli Schwartz <eschwartz93 <AT> gmail.com>
Signed-off-by: Sam James <sam <AT> gentoo.org>
sys-apps/uutils-coreutils/uutils-coreutils-0.0.24.ebuild | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/sys-apps/uutils-coreutils/uutils-coreutils-0.0.24.ebuild b/sys-apps/uutils-coreutils/uutils-coreutils-0.0.24.ebuild
index 01082d0ebeb1..a59b37bd4e89 100644
--- a/sys-apps/uutils-coreutils/uutils-coreutils-0.0.24.ebuild
+++ b/sys-apps/uutils-coreutils/uutils-coreutils-0.0.24.ebuild
@@ -341,6 +341,10 @@ src_compile() {
# normally cargo_src_compile sets this for us, but we don't use it
filter-lto
+ # By default, the crate uses a system version if it can. This just guarantees
+ # that it will error out instead of building a vendored copy.
+ export RUSTONIG_SYSTEM_LIBONIG=1
+
makeargs=(
# Disable output synchronisation as make calls cargo
-Onone
next reply other threads:[~2024-03-05 4:48 UTC|newest]
Thread overview: 26+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-03-05 4:48 Sam James [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-04-25 20:18 [gentoo-commits] repo/gentoo:master commit in: sys-apps/uutils-coreutils/ Luca Barbato
2025-04-10 0:12 Sam James
2025-03-14 5:26 Sam James
2025-01-28 12:21 Sam James
2025-01-19 0:17 Sam James
2024-03-05 4:48 Sam James
2024-03-02 5:05 Sam James
2024-02-02 1:18 Sam James
2023-12-28 3:43 Sam James
2023-11-25 4:49 Sam James
2023-11-25 4:49 Sam James
2023-10-16 4:06 Sam James
2023-10-16 4:06 Sam James
2023-10-06 18:17 Sam James
2023-10-06 18:08 Sam James
2023-09-04 13:20 Sam James
2023-09-04 13:20 Sam James
2023-07-15 15:55 Sam James
2023-06-24 12:35 Arthur Zamarin
2023-06-05 3:50 Sam James
2023-06-03 5:42 Sam James
2023-04-02 20:44 Sam James
2023-02-22 17:51 Sam James
2023-02-22 17:51 Sam James
2023-02-22 9:10 Sam James
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=1709614004.ac69d960ed0ec5cd89a08a3b602de8499530501e.sam@gentoo \
--to=sam@gentoo.org \
--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