New commits:
commit ee0e3b820c48e920618c74655be2375191a420aa
Author: Pavel Vinogradov <public AT sourcemage.org>
Commit: Pavel Vinogradov <public AT sourcemage.org>
devel/rust: fixed some bad copypasting regarding RUST_TOOLS
diff --git a/devel/rust/BUILD b/devel/rust/BUILD
index 65184c5..c8aae25 100755
--- a/devel/rust/BUILD
+++ b/devel/rust/BUILD
@@ -54,7 +54,7 @@ sed -e "s;profile =.*;profile = 'user';" \
elif list_find "${RUST_TOOLS}" "default"; then
sed '/^\[build\]/atools = \[ "cargo", "rustdoc" \]' -i config.toml
else
- sed "/^\[build\]/atools = \[ \"${RUST_TOOLS// /\", \"}\" ]" -i config.toml
+ sed "/^\[build\]/atools = \[ \"${RUST_TOOLS// /\", \"}\" \]" -i config.toml
fi &&
config_query_multi RUST_TOOLS \
- "which Vulkan drivers to build" \
+ "which Rust tools to build" \
default all none $AVAILABLE_TOOLS &&
if list_find "${RUST_TOOLS}" "all"; then
diff --git a/devel/rust/HISTORY b/devel/rust/HISTORY
index 2611ea6..1f4ab56 100644
--- a/devel/rust/HISTORY
+++ b/devel/rust/HISTORY
@@ -1,3 +1,7 @@
+2025-01-20 Pavel Vinogradov <public AT sourcemage.org>
+ * BUILD, CONFIGURE: fixed the query question and added escping in
+ sed expression
+
2025-01-09 Pavel Vinogradov <public AT sourcemage.org>
* DETAILS: version 1.84.0
[[SM-Commit] ] GIT changes to master grimoire by Pavel Vinogradov (ee0e3b820c48e920618c74655be2375191a420aa),
Pavel Vinogradov, 01/20/2025